Add PKEY_METHOD macro tests
authorJohannes Bauer <joe@johannes-bauer.com>
Thu, 3 Aug 2017 19:44:18 +0000 (21:44 +0200)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 8 Aug 2017 14:44:49 +0000 (15:44 +0100)
commit6aa907a6bf4d533da657dbb7176012fab40a0544
treee1286f5925574e3f279f04c4cbbdab41bafaab84
parentcefa762ee5c28359986c6af5bf4db4e901f75846
Add PKEY_METHOD macro tests

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)
test/build.info
test/pkey_meth_kdf_test.c [new file with mode: 0644]
test/recipes/30-test_pkey_meth_kdf.t [new file with mode: 0644]