From cd99883755f428ac47e8e2ccb21333b675ec22d9 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Sun, 23 Oct 2016 00:41:11 +0100 Subject: Add server side support for supported_versions extension Reviewed-by: Rich Salz --- util/TLSProxy/Record.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'util/TLSProxy') diff --git a/util/TLSProxy/Record.pm b/util/TLSProxy/Record.pm index a4e7adcf82..bf6de439ad 100644 --- a/util/TLSProxy/Record.pm +++ b/util/TLSProxy/Record.pm @@ -35,6 +35,7 @@ my %record_type = ( ); use constant { + VERS_TLS_1_4 => 773, VERS_TLS_1_3 => 772, VERS_TLS_1_2 => 771, VERS_TLS_1_1 => 770, -- cgit v1.2.3