Add tests for new extension code
authorMatt Caswell <matt@openssl.org>
Mon, 28 Nov 2016 22:39:23 +0000 (22:39 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 8 Dec 2016 17:19:16 +0000 (17:19 +0000)
commit9ce3ed2a586032690bef6a1c4e58df8d1c18f344
treedb51cc00df15a7544c573497e64bf95b9a8b720f
parent3434f40b6f0b4eb782931d8f1fe2893c58c1a692
Add tests for new extension code

Extend test_tls13messages to additionally check the expected extensions
under different options given to s_client/s_server.

Perl changes reviewed by Richard Levitte. Non-perl changes reviewed by Rich
Salz

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
test/recipes/70-test_tls13messages.t
util/TLSProxy/EncryptedExtensions.pm [new file with mode: 0644]
util/TLSProxy/Message.pm
util/TLSProxy/Proxy.pm