summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Thomson <martin.thomson@gmail.com>2018-04-17 14:51:19 -0700
committerMartin Thomson <martin.thomson@gmail.com>2018-04-17 14:51:19 -0700
commit14165701fae499db4fae1140d428113bfb64df02 (patch)
tree1dff61d5248a46d5873fc114bc98417118715932
parent2fe1528af62d8933ad5a6cc3e6633b844c39b1b6 (diff)
downloadnss-hg-14165701fae499db4fae1140d428113bfb64df02.tar.gz
Bug 1455002 - Bump TLS 1.3 version to draft-28, r=ekr
Summary: I probably messed this one up. Reviewers: ekr Reviewed By: ekr Bug #: 1453586 Differential Revision: https://phabricator.services.mozilla.com/D919
-rw-r--r--lib/ssl/ssl3prot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/ssl3prot.h b/lib/ssl/ssl3prot.h
index 7f98dd6dc..8e6cf2745 100644
--- a/lib/ssl/ssl3prot.h
+++ b/lib/ssl/ssl3prot.h
@@ -16,7 +16,7 @@ typedef PRUint16 SSL3ProtocolVersion;
/* The TLS 1.3 draft version. Used to avoid negotiating
* between incompatible pre-standard TLS 1.3 drafts.
* TODO(ekr@rtfm.com): Remove when TLS 1.3 is published. */
-#define TLS_1_3_DRAFT_VERSION 26
+#define TLS_1_3_DRAFT_VERSION 28
typedef PRUint16 ssl3CipherSuite;
/* The cipher suites are defined in sslproto.h */