Add a test for d2i_AutoPrivateKey_ex with a non-default libctx
authorMatt Caswell <matt@openssl.org>
Mon, 15 Jun 2020 16:48:39 +0000 (17:48 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 19 Jun 2020 09:34:58 +0000 (10:34 +0100)
commit9ee77767b2186a4f0933ebfe2ba5caa83d814f4c
treeaf579b421631eba5faf9f30d684eb3ae45c7ff64
parentfebe6bb727082b07a6ffbf64b3b1b0dd871ec000
Add a test for d2i_AutoPrivateKey_ex with a non-default libctx

Really this test should go in evp_extra_test. However that doesn't
currently support a non-default libctx (with the "null" provider in the
default libctx). So (for now) we create evp_extra_test2.c

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12159)
test/build.info
test/evp_extra_test2.c [new file with mode: 0644]
test/recipes/30-test_evp_extra.t