-
Notifications
You must be signed in to change notification settings - Fork 8
Fixes 20260410 #10
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
Merged
Fixes 20260410 #10
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
712dff3
Add psa_export_key usage test
danielinux 872ab2e
Add psa_copy_key API coverage
danielinux bd0368b
Fix sequential KDF output slices
danielinux f76ded2
Reject PSA_ALG_NONE key operations
danielinux dff642e
Add cipher algorithm mismatch policy test
danielinux 1fa2a94
Add KDF input key policy coverage
danielinux 57e1105
Add key agreement KDF policy coverage
danielinux bab54f3
Add AEAD policy mismatch coverage
danielinux 8227f5c
Add MAC policy regression coverage
danielinux d321c58
Allow multipart CCM_STAR_NO_TAG updates
danielinux e1d65f8
Allow partial HKDF-Extract output
danielinux 1f1c240
scrub cipher ctx on setup failure
danielinux 4ef79ee
Scrub MAC setup failure state
danielinux ce6ceb0
Fix ECC public bit inference
danielinux f69741b
Reject zero PBKDF2 cost
danielinux e82a02a
Reject invalid ChaCha20 key sizes
danielinux 08c2c13
Abort PSA multipart ops on error
danielinux 0eaa83c
Add RSA OAEP asymmetric API coverage
danielinux e217aff
Add KDF verify_key policy coverage
danielinux 3127df7
Add PSA generate key public type test
danielinux 50f6c03
Zero AEAD stack AES state
danielinux c0a069e
Zero AEAD context before free
danielinux 7f6b0cc
Fix ChaCha20-Poly1305 multipart finish buffers
danielinux ce2e7cf
Guard volatile key ID wraparound
danielinux d2e4a1d
reject unsupported secondary key algorithms
danielinux 8c50962
Initialize wolfCrypt from psa_crypto_init
danielinux bfcd563
Force zero key buffer on read failure
danielinux ec67dc4
Validate stored key lengths before reads
danielinux e2e910b
zero hash ctx before abort free
danielinux 24750b8
Require PSA init for hash entry points
danielinux fd989c2
Guard psa_generate_random before init
danielinux dfe9540
add asymmetric algorithm mismatch regression
danielinux 71ad729
Normalize empty AEAD buffers
danielinux 65d0673
Guard zero-length PBKDF2 inputs
danielinux 3f8c5bd
Addressed copilot's review comments
danielinux 142c69b
Addressed reviewer's comments
danielinux c8717b6
Update gitignore (unit test binary)
danielinux 219d564
Fixed/updated copyright notice
danielinux 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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.