Add a test for EVP_PKEY_keymake() and EVP_PKEY_make()
authorRichard Levitte <levitte@openssl.org>
Thu, 17 Oct 2019 21:53:44 +0000 (23:53 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 7 Nov 2019 10:50:39 +0000 (11:50 +0100)
commitab14d2af5386897eba8307c9f3220a6d775c0898
treec9b9a8493e3d7d7f6499da08d59c4a58163fd22c
parent46e2dd05ef1456e3e8fc3d12bd839bae01576c19
Add a test for EVP_PKEY_keymake() and EVP_PKEY_make()

This test is a bit lame, but will either be completed as functionality
is added in the default provider, or the new functions may start
getting used in evp_test.c and this program will disappear.

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