]> git.ipfire.org Git - thirdparty/openssl.git/commit
TEST: Use PEM_read_bio_PUBKEY_ex() and PEM_read_bio_PrivateKey_ex()
authorRichard Levitte <levitte@openssl.org>
Tue, 18 Aug 2020 19:45:19 +0000 (21:45 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Aug 2020 10:37:35 +0000 (12:37 +0200)
commit5f2b7db09b6f9650ecf2b465ee9f737385623bd5
tree1327ceb99647ff8967169b2a80fdcd535ca2c1c4
parent6e5ccd58c85f05f8d47a1682125a207dbc694768
TEST: Use PEM_read_bio_PUBKEY_ex() and PEM_read_bio_PrivateKey_ex()

test/evp_test.c and test/sslapitest.c are affected.  This allows them
to decode keys found in stanza files via provider decoder implementations
when a library context other than the default should be used.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12673)
test/evp_test.c
test/sslapitest.c