openssl/include
Matt Caswell 0b07db6f56 Ensure the EVP_PKEY operation_cache is appropriately locked
The EVP_PKEY operation_cache caches references to provider side key
objects that have previously been exported for this EVP_PKEY, and their
associated key managers. The cache may be updated from time to time as the
EVP_PKEY is exported to more providers. Since an EVP_PKEY may be shared by
multiple threads simultaneously we must be careful to ensure the cache
updates are locked.

Fixes #13818

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13987)
2021-02-02 12:21:33 +00:00
..
crypto Ensure the EVP_PKEY operation_cache is appropriately locked 2021-02-02 12:21:33 +00:00
internal Update copyright year 2021-01-28 13:54:57 +01:00
openssl Deprecate X509_certificate_type 2021-02-02 11:47:49 +01:00