diff options
author | Martin Thomson <martin.thomson@gmail.com> | 2018-04-17 14:51:19 -0700 |
---|---|---|
committer | Martin Thomson <martin.thomson@gmail.com> | 2018-04-17 14:51:19 -0700 |
commit | 14165701fae499db4fae1140d428113bfb64df02 (patch) | |
tree | 1dff61d5248a46d5873fc114bc98417118715932 /lib/ssl | |
parent | 2fe1528af62d8933ad5a6cc3e6633b844c39b1b6 (diff) | |
download | nss-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
Diffstat (limited to 'lib/ssl')
-rw-r--r-- | lib/ssl/ssl3prot.h | 2 |
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 */ |