-
Notifications
You must be signed in to change notification settings - Fork 38
Split test_psa_compliance.py #209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
bensze01
merged 14 commits into
Mbed-TLS:main
from
gilles-peskine-arm:compliance-split-framework
Sep 30, 2025
Merged
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
3008a4a
Put the command line entry point in a function
gilles-peskine-arm 26cb1a1
Move the bulk of test_psa_compliance.py to a module
gilles-peskine-arm 43c6cbc
Move branch-dependent defaults to the calling script
gilles-peskine-arm 4ff6a49
Support applying a patch to the compliance suite
gilles-peskine-arm af6b189
Teach crypto_knowledge the categories of SP800_100 and SPAKE2P algori…
gilles-peskine-arm 565b4c3
Skip all knowledge of SPAKE2+ keys for now
gilles-peskine-arm b4035db
Fix [] used as a default argument value (mutable default values are d…
gilles-peskine-arm 954783c
macro_collector: be stricter about unusual macros
gilles-peskine-arm ca98305
Treat xxx_HAS_xxx as not a constructor, like xxx_IS_xxx etc.
gilles-peskine-arm 1295140
Read patch files instead of taking a single patch as input
gilles-peskine-arm 088a99e
Allow framework and consuming branch to have Python scripts with the …
gilles-peskine-arm 581da21
Allow patch files to have trailing whitespace
gilles-peskine-arm aebb1fa
Sort patch files for reproducibility
gilles-peskine-arm 44ea713
Simplify passing a file to subprocess stdin
gilles-peskine-arm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: This allows users to pass a
patch_directory
containing literal glob characters, which might lead to unexpected results.glob.glob
also silently ignores non-existent patch directoriesSomething like
Would allow us to separate the glob from the user input