-
Notifications
You must be signed in to change notification settings - Fork 27
PKCS11 conformance and robustness fixes #194
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
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
2cd9405
Fix C_VerifyRecoverInit invalid-handle return code (F-3833)
julek-wolfssl 781e1ae
Propagate CKR_PIN_LEN_RANGE from C_Login (F-3834)
julek-wolfssl 93578aa
Return CKR_KEY_TYPE_INCONSISTENT for wrong-class key in C_VerifyRecov…
julek-wolfssl 65819e4
Distinguish CKR_USER_ANOTHER_ALREADY_LOGGED_IN in C_Login (F-4527)
julek-wolfssl ed77edf
Return CKR_KEY_FUNCTION_NOT_PERMITTED for usage-denied keys (F-6052)
julek-wolfssl 9db4559
Enforce output buffer size in C_DecryptFinal CBC-PAD branch (F-6050)
julek-wolfssl df87270
Require CKA_CLASS in C_CreateObject templates (F-5513, F-5516)
julek-wolfssl 9538670
Reject mismatched AAD pointer/length for AES-GCM and AES-CCM (F-5514)
julek-wolfssl c4f3033
Validate required public-key attributes in C_GenerateKeyPair (F-5518)
julek-wolfssl 9cf2dd5
Reject changes to read-only attributes in C_SetAttributeValue (F-5517)
julek-wolfssl 73d170f
Validate base key type against derivation mechanism in C_DeriveKey (F…
julek-wolfssl ff063dd
Enforce caller buffer size for NSS trust ULONG/BOOL attributes (F-4060)
julek-wolfssl 9e5e453
Factor shared test boilerplate into pkcs11_test_util.h
julek-wolfssl 4c26ff6
Tidy F-* fix comments and hoist local declarations
julek-wolfssl ff73a34
Fix CI: HKDF_DATA data-object derive and AES-GCM-disabled test
julek-wolfssl 43008cb
Address Copilot review on PR #194
julek-wolfssl ca95197
Fix CI: accept CKO_DATA base object for HKDF derive (F-4065)
julek-wolfssl 4159dca
Address Copilot review on PR #194: AAD zero-length and C_Login docs
julek-wolfssl 05689dc
Address Copilot review on PR #194: trust-attr comment and test header
julek-wolfssl 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
Some comments aren't visible on the classic Files Changed page.
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
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.