Suport TLSv1.3 draft 28
[oweals/openssl.git] / util / perl / TLSProxy / Record.pm
index 8ff948b82f17cdc1aca86d9b56fa4c120f099a40..9de51b371a7a0cf4d614f04f532d8f6334990a2d 100644 (file)
@@ -36,7 +36,7 @@ my %record_type = (
 
 use constant {
     VERS_TLS_1_4 => 0x0305,
-    VERS_TLS_1_3_DRAFT => 0x7f1a,
+    VERS_TLS_1_3_DRAFT => 0x7f1c,
     VERS_TLS_1_3 => 0x0304,
     VERS_TLS_1_2 => 0x0303,
     VERS_TLS_1_1 => 0x0302,