+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
WARNING! GitLab maintenance operation scheduled for this Friday between 14:00 and 19:00 (CET). During this time window, GitLab will be unavailable, and any data entered during this period may be lost. Thank you in advance for your understanding.
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)