66 add support for composite cryptography fix recover#70
Merged
opencrypto merged 26 commits intomasterfrom May 26, 2023
Merged
Conversation
added 26 commits
May 10, 2023 22:33
…'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
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
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).