Use the libctx and propq from the X509_STORE_CTX
authorMatt Caswell <matt@openssl.org>
Wed, 1 Apr 2020 15:09:05 +0000 (16:09 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 8 Apr 2020 23:00:20 +0000 (00:00 +0100)
commit0c56a64829b9fca0a4031dc97f4fadff3291b227
tree6c613c93a94420a949f212c7b7e1285fadfb15b3
parenta959b4fa97a4781439eea359bae4216e5aa0c590
Use the libctx and propq from the X509_STORE_CTX

Now that X509_STORE_CTX contain a libctx we should use it in a couple of
places where we cache the X509v3 extensions.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11457)
crypto/x509/x509_vfy.c