openssl/include
Matt Caswell 33328581b8 Add the X509v3_cache_extensions() function
Various functions cause the results of processing extensions to be
cached. The processing itself requires a libctx, and so this implicit
caching means that the default ctx is used which can lead to failures.
By explicitly caching the extensions we can specify the libctx to be used.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11409)
2020-03-30 14:54:37 +01:00
..
crypto EVP: Implement support for key downgrading in backends 2020-03-25 17:01:32 +01:00
internal Param builder: make the OSSL_PARAM_BLD APIs public. 2020-03-28 12:27:20 +10:00
openssl Add the X509v3_cache_extensions() function 2020-03-30 14:54:37 +01:00