From 5e3766e2f15b3a8ea696b194c32a141cbe668d4e Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 8 May 2017 16:05:49 +0100 Subject: Add test for no change following an HRR Verify that we fail if we receive an HRR but no change will result in ClientHello2. Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3414) --- 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 3c19845164..4cb594cfef 100644 --- a/util/TLSProxy/Message.pm +++ b/util/TLSProxy/Message.pm @@ -86,6 +86,7 @@ use constant { # (i.e. not read), and even then only when enabled. We use it to test # handling of duplicate extensions. EXT_DUPLICATE_EXTENSION => 0xfde8, + EXT_UNKNOWN => 0xfffe, #Unknown extension that should appear last EXT_FORCE_LAST => 0xffff }; -- cgit v1.2.3