summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-05-03 12:16:05 +0100
committerMatt Caswell <matt@openssl.org>2017-05-03 17:23:02 +0100
commit198d5021ae03f18052ca157824c0c9b0afd895a9 (patch)
treec1b6db570940648becc411d0724ebcb5308309c4 /include
parent17aa119e7be1894cddedbe4d8668c3f530f95105 (diff)
Update the TLSv1.3 version indicator for draft-20
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3371)
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 07e735ce89..aef65cdb04 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 -19 */
-# define TLS1_3_VERSION_DRAFT 0x7f13
-# define TLS1_3_VERSION_DRAFT_TXT "TLS 1.3 (draft 19)"
+/* TODO(TLS1.3) REMOVE ME: Version indicator for draft -20 */
+# define TLS1_3_VERSION_DRAFT 0x7f14
+# define TLS1_3_VERSION_DRAFT_TXT "TLS 1.3 (draft 20)"
/* Special value for method supporting multiple versions */
# define TLS_ANY_VERSION 0x10000