]> git.ipfire.org Git - thirdparty/openssl.git/commit
Test various deprecated PEM_read_bio_* APIs
authorMatt Caswell <matt@openssl.org>
Tue, 17 Nov 2020 17:18:08 +0000 (17:18 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Nov 2020 10:02:59 +0000 (10:02 +0000)
commitcdbd27bab4d981cb48327199ef89308e6ef36733
tree291dd59d94088cb196c53f9f3d5c28a7c5054f95
parent337ade3d2c9691aeb4a6ca1720f00346db91ac60
Test various deprecated PEM_read_bio_* APIs

Add tests for various deprecated PEM_read_bio_*() functions to ensure
they can still read the various files.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13329)
test/build.info
test/pem_read_depr_test.c [new file with mode: 0644]
test/recipes/04-test_pem_read_depr.t [new file with mode: 0644]
test/recipes/04-test_pem_read_depr_data/dhparams.pem [new file with mode: 0644]
test/recipes/04-test_pem_read_depr_data/dsaparams.pem [new file with mode: 0644]
test/recipes/04-test_pem_read_depr_data/dsaprivatekey.pem [new file with mode: 0644]
test/recipes/04-test_pem_read_depr_data/dsapublickey.pem [new file with mode: 0644]
test/recipes/04-test_pem_read_depr_data/rsaprivatekey.pem [new file with mode: 0644]
test/recipes/04-test_pem_read_depr_data/rsapublickey.pem [new file with mode: 0644]
test/recipes/04-test_pem_read_depr_data/x942params.pem [new file with mode: 0644]