summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-11-03 11:26:29 +0000
committerMatt Caswell <matt@openssl.org>2017-12-14 15:06:37 +0000
commit86b165e39fa94d4eceb9bb1611350b949fea7cc9 (patch)
tree60d8a9b7ff74c14148d538bea03607ba5706229b /include
parentf90852093f149ae942a77c2c27d2a61888cff8e9 (diff)
Update the TLSv1.3 draft version indicators to draft 22
Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/4701)
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 d114fb5e4e..8fc1b49fb6 100644
--- a/include/openssl/tls1.h
+++ b/include/openssl/tls1.h
@@ -30,9 +30,9 @@ extern "C" {
# define TLS1_3_VERSION 0x0304
# define TLS_MAX_VERSION TLS1_3_VERSION
-/* TODO(TLS1.3) REMOVE ME: Version indicator for draft -21 */
-# define TLS1_3_VERSION_DRAFT 0x7f15
-# define TLS1_3_VERSION_DRAFT_TXT "TLS 1.3 (draft 21)"
+/* TODO(TLS1.3) REMOVE ME: Version indicator for draft -22 */
+# define TLS1_3_VERSION_DRAFT 0x7f16
+# define TLS1_3_VERSION_DRAFT_TXT "TLS 1.3 (draft 22)"
/* Special value for method supporting multiple versions */
# define TLS_ANY_VERSION 0x10000