You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() Previously all the SubjectPublicKeyInfo decoders were specific to a key type. We would iterate over all them until a match was found for the correct key type. Each one would fully decode the key before then testing whether it was a match or not - throwing it away if not. This was very inefficient. Instead we introduce a generic SubjectPublicKeyInfo decoder which figures out what type of key is contained within it, before subsequently passing on the data to a key type specific SubjectPublicKeyInfo decoder. Fixes #15646 Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15662) |
2 years ago | |
---|---|---|
.. | ||
__DECC_INCLUDE_EPILOGUE.H | 2 years ago | |
__DECC_INCLUDE_PROLOGUE.H | 2 years ago | |
blake2.h | 2 years ago | |
ciphercommon.h | 2 years ago | |
ciphercommon_aead.h | 2 years ago | |
ciphercommon_ccm.h | 2 years ago | |
ciphercommon_gcm.h | 2 years ago | |
digestcommon.h | 2 years ago | |
implementations.h | 2 years ago | |
kdfexchange.h | 2 years ago | |
macsignature.h | 3 years ago | |
md5_sha1.h | 2 years ago | |
names.h | 2 years ago | |
seeding.h | 2 years ago |