summaryrefslogtreecommitdiffstats
path: root/util/TLSProxy
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-03-03 10:28:02 +0000
committerMatt Caswell <matt@openssl.org>2017-03-04 23:39:00 +0000
commitee7002266cbdcfcfe002c94396795c9fb3d5a337 (patch)
tree48bb7a4d71d14dd9be67b4fcfadb265a80069262 /util/TLSProxy
parentcfef5027bf27a74098588e48829f0d058b4b0aea (diff)
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)
Diffstat (limited to 'util/TLSProxy')
-rw-r--r--util/TLSProxy/Message.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/TLSProxy/Message.pm b/util/TLSProxy/Message.pm
index ce469c46d0..88de55844b 100644
--- a/util/TLSProxy/Message.pm
+++ b/util/TLSProxy/Message.pm
@@ -78,6 +78,7 @@ use constant {
EXT_KEY_SHARE => 40,
EXT_PSK => 41,
EXT_SUPPORTED_VERSIONS => 43,
+ EXT_COOKIE => 44,
EXT_PSK_KEX_MODES => 45,
EXT_RENEGOTIATE => 65281,
EXT_NPN => 13172,