Add an SSL_export_keying_material() test
authorMatt Caswell <matt@openssl.org>
Tue, 27 Jun 2017 15:28:25 +0000 (16:28 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 29 Jun 2017 09:15:50 +0000 (10:15 +0100)
commit2197d1dfbe787902fb5fa8f5bd8f67a15b83923f
tree8da02d9af97d386cc8e1dfea9d6b14be47f2acb6
parent0ca8d1ecf26b4a564222fc17e0e48053f2fd0843
Add an SSL_export_keying_material() test

There aren't any test vectors for this, so all we do is test that both
sides of the communication create the same result for different protocol
versions.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3782)
test/sslapitest.c