TEST: add tests of text and PEM printout of a provider made key
authorRichard Levitte <levitte@openssl.org>
Mon, 18 Nov 2019 01:30:50 +0000 (02:30 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 29 Nov 2019 19:55:16 +0000 (20:55 +0100)
commit6ae5543c5f8476f4cae9c00209ef062746bbfd3c
tree6e454c8af5910729f905f89b60a5a418a17cf3f2
parent264b789bc240e6d0f642b274b6ab3cf8470e4aef
TEST: add tests of text and PEM printout of a provider made key

This renames test/evp_fromdata_test.c to test/evp_pkey_provided_test.c,
to encourage additional testing of provider made keys.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10394)
test/build.info
test/evp_fromdata_test.c [deleted file]
test/evp_pkey_provided_test.c [new file with mode: 0644]
test/recipes/30-test_evp_pkey_provided.t [moved from test/recipes/30-test_evp_fromdata.t with 87% similarity]