summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-03-08 11:48:43 +0000
committerMatt Caswell <matt@openssl.org>2017-03-16 14:20:38 +0000
commite984b535d95f354e9df5dfe95d588db0d6dc2413 (patch)
treef7cda3d3f7d4fc34474beb793e3cbb10aca99fe4 /include
parent7baabf45c424c135ecfafc6b3bb7ea1d225fbfda (diff)
Update the TLSv1.3 version indicator for draft-19
This change will mean we will lose interoperability with draft-18 implementations. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2895)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/tls1.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/openssl/tls1.h b/include/openssl/tls1.h
index cf06f72748..8e890bf8b4 100644
--- a/include/openssl/tls1.h
+++ b/include/openssl/tls1.h
@@ -68,9 +68,9 @@ extern "C" {
# define TLS1_3_VERSION 0x0304
# define TLS_MAX_VERSION TLS1_3_VERSION
-/* TODO(TLS1.3) REMOVE ME: Version indicator for draft -18 */
-# define TLS1_3_VERSION_DRAFT 0x7f12
-# define TLS1_3_VERSION_DRAFT_TXT "TLS 1.3 (draft 18)"
+/* TODO(TLS1.3) REMOVE ME: Version indicator for draft -19 */
+# define TLS1_3_VERSION_DRAFT 0x7f13
+# define TLS1_3_VERSION_DRAFT_TXT "TLS 1.3 (draft 19)"
/* Special value for method supporting multiple versions */
# define TLS_ANY_VERSION 0x10000