Fix CTLOG_new_from_base64_ex()
authorMatt Caswell <matt@openssl.org>
Tue, 25 May 2021 14:19:56 +0000 (15:19 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 8 Jun 2021 17:53:28 +0000 (18:53 +0100)
commit7834d50fa92c622e3a1b29a38abbbec2afd1290d
tree7fecafb6fd354613eb6f4ea7ad431fd08d403dd9
parenteaf867011edfd9ec0d2ca6bc36b0d17812be7844
Fix CTLOG_new_from_base64_ex()

Ensure that the libctx/propq are passed to d2i_PUBKEY_ex()

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15504)
crypto/ct/ct_b64.c