]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add PKEY_CTX setter tests for TLS1-PRF
authorJohannes Bauer <joe@johannes-bauer.com>
Sat, 19 Aug 2017 16:05:30 +0000 (18:05 +0200)
committerMatt Caswell <matt@openssl.org>
Mon, 21 Aug 2017 09:05:14 +0000 (10:05 +0100)
commitb73b4d73de328de73c5a74ccc53291cd86a141e9
treea8ecb19c72833bbe96ddd2d4ce7252ba9616b7c0
parent888098304b0a77aee2d5ca5951ee5fccfeb6b1c2
Add PKEY_CTX setter tests for TLS1-PRF

PKEY_CTX setters tests were previously present for HKDF and scrypt; this
patch also adds tests for the third currently supported KDF, TLS1-PRF.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4196)
test/pkey_meth_kdf_test.c