-
Notifications
You must be signed in to change notification settings - Fork 34
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
66 add support for composite cryptography fix recover #70
Merged
opencrypto
merged 26 commits into
master
from
66-add-support-for-composite-cryptography-fix-recover
May 26, 2023
Merged
66 add support for composite cryptography fix recover #70
opencrypto
merged 26 commits into
master
from
66-add-support-for-composite-cryptography-fix-recover
May 26, 2023
Conversation
This file contains 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
…'s sec bit retrieval and setting, etc.). Refactored function to get the scheme ID from txt representation. Fixed parsing for explicit composite. Added more support for ED_448 and ED_25519 curves.
…ng components (same as Generic Composite).
…ded new PKI_ID_is_traditional() function and added an output *PKI_SCHEME_ID output parameter. Updated COMPOSITE_CTX_algors_* functions not to rely on the internal CTX's list of key components.
…cks for COMPOSITE (Generic and Explicit) to properly generate the individual component's signatures parameters.
…tum signatures. Initial support for explicit composite signatures.
… of NULL digest).
…19. Added support for signing with the same algorithms. Increased tests for the pki-tool CLI.
…Sign() instead of EVP_PKEY_sign()).
…o select the signing algorithm for certificates.
…_ITEM_verify() function that enables reading the parameters also when hash-n-sign is used.
…its() to retrieve the correct classic and quantum safety bits for the scheme.
…upport for specifying RSA's bitsizes (i.e., -param 'bits:<int>' format). Fix for security bits selection via algorithm's name (i.e., selects scheme and bit size whenever possible).
…sily add/remove tests execution.
…i.e., support only direct signing).
This was referenced May 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add support for composite crypto (generic and explicit).