Skip to content

Conversation

@mpg
Copy link
Contributor

@mpg mpg commented Jan 13, 2026

Description

Revealed by Mbed-TLS/mbedtls-framework#268 for which this is a prerequisite.

PR checklist

The new implementation in the framework expects a filename, so use "-"
to indicate stdin.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
@mpg mpg self-assigned this Jan 13, 2026
@mpg mpg added needs-review Every commit must be reviewed by at least two team members, needs-reviewer This PR needs someone to pick it up for review priority-medium Medium priority - this can be reviewed as time permits size-xs Estimated task size: extra small (a few hours at most) labels Jan 13, 2026
make CC=gcc CFLAGS='-O2 -Werror'
# check that there is no AESNI code present
./programs/test/selftest aes | not grep -q "AESNI code"
./programs/test/selftest aes | not grep -q "AESNI code" -
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I hadn't realized that we were sometimes grepping on a pipe. I'll change /dev/null to -H so that the behavior with a pipe isn't surprising.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-review Every commit must be reviewed by at least two team members, needs-reviewer This PR needs someone to pick it up for review priority-medium Medium priority - this can be reviewed as time permits size-xs Estimated task size: extra small (a few hours at most)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants