Skip to content

Commit

Permalink
Bug 1315735 - TLS 1.3 draft 17 - update draft number. r=mt
Browse files Browse the repository at this point in the history
Reviewers: mt

Reviewed By: mt

Subscribers: mt

Differential Revision: https://nss-dev.phacility.com/D130
  • Loading branch information
ekr committed Nov 7, 2016
1 parent e1b4c05 commit 32c1423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ssl/ssl3prot.h
Expand Up @@ -18,7 +18,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 16
#define TLS_1_3_DRAFT_VERSION 17

typedef PRUint16 ssl3CipherSuite;
/* The cipher suites are defined in sslproto.h */
Expand Down

0 comments on commit 32c1423

Please sign in to comment.