+6
−1
test/pkey_meth_kdf_test.c
0 → 100644
+135
−0
test/recipes/30-test_pkey_meth_kdf.t
0 → 100644
+12
−0
Loading
Added the pkey_meth_kdf_test tests which test the PKEY_METHOD macros (at the moment, of HKDF and scrypt). Reviewed-by:Paul Dale <paul.dale@oracle.com> Reviewed-by:
Stephen Henson <steve@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4026)