Explicitly cache the X509v3_extensions in one more place in libssl
authorMatt Caswell <matt@openssl.org>
Wed, 1 Apr 2020 15:10:08 +0000 (16:10 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 8 Apr 2020 23:00:20 +0000 (00:00 +0100)
commite66c37deb64d4e4ab0c2d63b817760d387eb9ed8
treee9cc5a4aea8b3e3ec3a459e4e10ddfef0f92d165
parent0c56a64829b9fca0a4031dc97f4fadff3291b227
Explicitly cache the X509v3_extensions in one more place in libssl

Make sure we cache the extensions for a cert using the right libctx.

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