]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/endecode_test.c
TEST: modify test/endecode_test.c to not use legacy keys
authorRichard Levitte <levitte@openssl.org>
Mon, 7 Sep 2020 06:47:00 +0000 (08:47 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 8 Sep 2020 14:45:12 +0000 (16:45 +0200)
commit1251cddf8d413af3747e81e39141f34318f92cd6
tree08eb08cb307df4880eef83b6242232d483053f1c
parent4ce1025a8ac37d255f569147116dd776f9267cce
TEST: modify test/endecode_test.c to not use legacy keys

Now that PEM_write_bio_PrivateKey_traditional() can handle
provider-native EVP_PKEYs, we don't need to use explicitly legacy
ones.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12738)
test/endecode_test.c