commit | ab14d2af5386897eba8307c9f3220a6d775c0898 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Thu Oct 17 23:53:44 2019 +0200 |
committer | Richard Levitte <levitte@openssl.org> | Thu Nov 07 11:50:39 2019 +0100 |
tree | c9b9a8493e3d7d7f6499da08d59c4a58163fd22c | |
parent | 46e2dd05ef1456e3e8fc3d12bd839bae01576c19 [diff] |
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)