From ee7002266cbdcfcfe002c94396795c9fb3d5a337 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 3 Mar 2017 10:28:02 +0000 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/2839) --- util/TLSProxy/Message.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'util/TLSProxy') 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, -- cgit v1.2.3