mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
3c6ed9555c
The role of this cache was two-fold: 1. It was a cache of key copies exported to providers with which an operation was initiated. 2. If the EVP_PKEY didn't have a legacy key, item 0 of the cache was the corresponding provider side origin, while the rest was the actual cache. This dual role for item 0 made the code a bit confusing, so we now make a separate keymgmt / keydata pair outside of that cache, which is the provider side "origin" key. A hard rule is that an EVP_PKEY cannot hold a legacy "origin" and a provider side "origin" at the same time. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11148) |
||
---|---|---|
.. | ||
__DECC_INCLUDE_EPILOGUE.H | ||
__DECC_INCLUDE_PROLOGUE.H | ||
aes_platform.h | ||
aria.h | ||
asn1_dsa.h | ||
asn1.h | ||
async.h | ||
bn_conf.h.in | ||
bn_dh.h | ||
bn_srp.h | ||
bn.h | ||
chacha.h | ||
cmll_platform.h | ||
cms.h | ||
cryptlib.h | ||
ctype.h | ||
des_platform.h | ||
dh.h | ||
dsa.h | ||
dso_conf.h.in | ||
ec.h | ||
ecx.h | ||
engine.h | ||
err.h | ||
ess.h | ||
evp.h | ||
lhash.h | ||
md32_common.h | ||
modes.h | ||
objects.h | ||
poly1305.h | ||
rand.h | ||
rsa.h | ||
serializer.h | ||
sha.h | ||
siphash.h | ||
siv.h | ||
sm2.h | ||
sm2err.h | ||
sm4.h | ||
sparse_array.h | ||
store.h | ||
x509.h | ||
x509v3.h |