Add a test for TLSv1.3 cookies
authorMatt Caswell <matt@openssl.org>
Fri, 3 Mar 2017 10:28:02 +0000 (10:28 +0000)
committerMatt Caswell <matt@openssl.org>
Sat, 4 Mar 2017 23:39:00 +0000 (23:39 +0000)
commitee7002266cbdcfcfe002c94396795c9fb3d5a337
tree48bb7a4d71d14dd9be67b4fcfadb265a80069262
parentcfef5027bf27a74098588e48829f0d058b4b0aea
Add a test for TLSv1.3 cookies

We just check that if we insert a cookie into an HRR it gets echoed back
in the subsequent ClientHello.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2839)
test/recipes/70-test_tls13cookie.t [new file with mode: 0644]
util/TLSProxy/Message.pm