Update TLS1.3 draft version numbers for latest draft
authorMatt Caswell <matt@openssl.org>
Thu, 27 Oct 2016 15:30:36 +0000 (16:30 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 9 Nov 2016 16:03:08 +0000 (16:03 +0000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
include/openssl/tls1.h
ssl/t1_trce.c

index f0c61060a35d288901dab9ed130d5ac511464eb4..071aed6c78f4d353a8c9172604ba3e43e540beee 100644 (file)
@@ -68,8 +68,8 @@ extern "C" {
 # define TLS1_3_VERSION                  0x0304
 # define TLS_MAX_VERSION                 TLS1_3_VERSION
 
-/* TODO(TLS1.3) REMOVE ME: Version indicator for draft -17 */
-# define TLS1_3_VERSION_DRAFT            0x7f11
+/* TODO(TLS1.3) REMOVE ME: Version indicator for draft -18 */
+# define TLS1_3_VERSION_DRAFT            0x7f12
 
 /* Special value for method supporting multiple versions */
 # define TLS_ANY_VERSION                 0x10000
index a1157e2ff503262354f0c581af79e47c620b87e8..431d4494e8f2b64ddf625cf4a984a4a6876125f0 100644 (file)
@@ -571,7 +571,7 @@ static ssl_trace_tbl ssl_supp_versions_tbl[] = {
     {TLS1_1_VERSION, "TLSv1.1"},
     {TLS1_2_VERSION, "TLSv1.2"},
     {TLS1_3_VERSION, "TLSv1.3"},
-    {TLS1_3_VERSION_DRAFT, "TLSv1.3 draft 17"}
+    {TLS1_3_VERSION_DRAFT, "TLSv1.3 draft 18"}
 };
 
 static void ssl_print_hex(BIO *bio, int indent, const char *name,