https://github.com/tlswg/tls13-spec

sort by:
Revision Author Date Message Commit Date
f139260 Final editorial cleanup 20 October 2016, 16:01:39 UTC
8e1f780 Server does not send PSK ke modes. Fixes #719 20 October 2016, 12:54:59 UTC
724d6a8 Fix merge conflicts 20 October 2016, 12:53:47 UTC
5413666 Minor editorial 20 October 2016, 12:49:59 UTC
4517d20 Address EKR's comments from pre-17 readthrough. Changes include: - Harmonize requirements for resumption cipher suites: With 0-RTT you have to use the whole cipher suite but with resumption you only need to match the KDF (which is a crypto requirement). This allows you to use PSKs but still negotiate new cipher suites. - Clarify that extensions are generally freshly negotiated in resumption. - Flesh out IANA Considerations. - Remove some TODO markers, including the one on recommending specific groups. If the WG wants to come to consensus on this, I will take a PR for it. 20 October 2016, 12:45:31 UTC
54ba4d4 Assoiciated 19 October 2016, 23:52:43 UTC
b9ff636 Of course we need an s now 19 October 2016, 23:10:31 UTC
24c881e No need for a comma 19 October 2016, 23:10:03 UTC
75cc598 Extra space 19 October 2016, 23:07:49 UTC
5a53924 The definition of the range was weak 19 October 2016, 23:06:50 UTC
0dcac07 Correct editorial error in enum extension text 19 October 2016, 23:02:41 UTC
0132044 Whitespace cleanup 19 October 2016, 22:59:16 UTC
32455c2 Merge pull request #717 from ekr/syntax_update Revise syntax description 19 October 2016, 17:56:12 UTC
6e816d2 Spurious reference 19 October 2016, 17:45:12 UTC
c782821 Revise syntax description 19 October 2016, 16:07:43 UTC
ec4c13a Editorial clean up after PR #699 19 October 2016, 14:16:20 UTC
cf80aa4 Merge branch 'clean_up_key_expansion' 19 October 2016, 14:12:00 UTC
f747600 Clean up ticket extensions text (original due to kazu-yamamoto 19 October 2016, 12:42:25 UTC
80da7e8 Merge pull request #715 from kazu-yamamoto/empty-section removing an empty section. 19 October 2016, 12:18:47 UTC
8f7624e Merge pull request #714 from kazu-yamamoto/typo fixing typos. 19 October 2016, 12:18:31 UTC
c9083c0 removing an empty section. 19 October 2016, 07:13:13 UTC
e7d9685 fixing typos. Some extension names are incorrect. 19 October 2016, 07:04:12 UTC
3a56808 Update as a result of Ilari's review 19 October 2016, 00:34:34 UTC
a671daf Merge pull request #710 from kazu-yamamoto/spaces fixing wrong spaces. 18 October 2016, 09:10:31 UTC
0909ff4 Merge pull request #709 from kazu-yamamoto/fix-700 Explicitly saying that a case can have multiple fields. (#700) 18 October 2016, 09:10:06 UTC
8c9bee5 fixing wrong spaces. 18 October 2016, 07:07:17 UTC
176f0b6 Explicitly saying that a case can have multiple fields. (#700) 18 October 2016, 06:56:08 UTC
ebcc361 Cherry-pick from PR#703 17 October 2016, 22:54:42 UTC
712c68c Merge pull request #708 from xiaoyinl/version Update Server Hello section to match section 4.2.1 17 October 2016, 21:15:04 UTC
f27ccc3 Not requiring server to select highest mutually supported version The current section 4.1.3 says "servers MUST [...] negotiate the highest mutually supported version". I propose to remove this requirement; rather, servers are only required to select one of the versions listed in ClientHello.supported_versions. 17 October 2016, 20:41:39 UTC
3444dec Merge pull request #706 from knekritz/alpn_clarify Clarify ALPN with 0-RTT (existing behavior). 17 October 2016, 20:36:10 UTC
11400b7 Merge pull request #707 from tlswg/rfc5226 Refer to RFC 5226 17 October 2016, 20:26:38 UTC
0336915 Merge pull request #705 from tomato42/diagram-style MarkDown to specify a constant-width text must be in first column 17 October 2016, 20:26:18 UTC
18c2c3a Updating references to RFC 5226 for IANA Guidelines. 17 October 2016, 20:21:30 UTC
cbc6bff Clarify ALPN with 0-RTT. 17 October 2016, 18:14:37 UTC
94da2ec MarkDown to specify a constant-width text must be in first column 17 October 2016, 18:09:56 UTC
d77c570 Merge pull request #701 from xiaoyinl/fixtypo [Editorial] add missing space 17 October 2016, 15:56:02 UTC
d56bb94 [Editorial] add missing space 17 October 2016, 15:28:42 UTC
6dc1f4c Follow up to Finished Stuffing PR: simplify the traffic key computation a bit. Each traffic key is now computed from a different base secret which already has a label folded into it, so we don't need to repeat the labels. 17 October 2016, 00:49:49 UTC
c7ba579 Merge pull request #698 from xiaoyinl/patch-1 [README.md] Update home page link 17 October 2016, 00:49:09 UTC
766d706 Merge pull request #697 from xiaoyinl/sessionid legacy_session_id: SHOULD -> MUST 17 October 2016, 00:46:52 UTC
a46da18 Clean up 16 October 2016, 22:06:45 UTC
0337083 Render protocol version as hex 16 October 2016, 22:04:04 UTC
3dadc68 Update CONTRIBUTING.md 16 October 2016, 21:58:17 UTC
1565eae [README.md] Update home page link It seems https://trac.tools.ietf.org/wg/tls/trac/wiki is no longer in use. Can we change the link to https://datatracker.ietf.org/wg/tls/documents/? 16 October 2016, 21:55:57 UTC
c08c108 legacy_session_id: SHOULD -> MUST All other fields deprecated by this spec use "MUST be set to ...", such as ClientHello.legacy_version, ClientHello.legacy_compression_methods, TLSPlaintext.legacy_record_version. Only ClientHello.legacy_session_id "SHOULD be set as [...]" So I suggest changing this to "MUST" as well. 16 October 2016, 21:30:26 UTC
b4a6172 Clarify how to make handshake context 16 October 2016, 21:05:51 UTC
3e6c9de Editorial cleanup 16 October 2016, 20:50:58 UTC
efd3500 Fix merge conflict 16 October 2016, 20:48:42 UTC
32c9b78 Remove ticket_age_add from TicketEarlyDataInfo 16 October 2016, 20:34:53 UTC
77fee94 Comments 16 October 2016, 20:33:35 UTC
cc2e7c1 Clean up from finished_stuffing PR: move ticket age into the ticket/psk processing code and out of 0-RTT. This has the advantage that now you get whatever freshness guarantees you get in 0.5 RTT. 16 October 2016, 20:29:56 UTC
056bf31 Editorial cleanup 16 October 2016, 20:25:55 UTC
35f6b0f Merge branch 'psk_binders' 16 October 2016, 20:18:25 UTC
b857343 Merge branch 'master' of github.com:tlswg/tls13-spec 16 October 2016, 20:09:54 UTC
06fce91 API considerations for 0-RTT, due to Martin Thomson 16 October 2016, 20:08:15 UTC
bed1e95 Merge pull request #696 from xiaoyinl/patch-2 Clarify what to do when TLSPlaintext.length is too large 16 October 2016, 20:05:40 UTC
0af772c Merge remote-tracking branch 'tomato42/future-enumerateds' 16 October 2016, 20:03:04 UTC
0d4c5f5 Clarify slightly more generally 16 October 2016, 20:01:34 UTC
4cf6554 Merge remote-tracking branch 'kazu-yamamoto/clarifying-syntax' 16 October 2016, 20:00:05 UTC
39c369d Merge pull request #695 from xiaoyinl/patch-1 "Application data" -> "Application Data" 16 October 2016, 19:57:54 UTC
bec06a5 Fix merge conflict in changelog 16 October 2016, 19:56:57 UTC
49e6e44 Change alert, due to Martin Thomson 16 October 2016, 19:53:37 UTC
ca38a2a don't specify that enumerateds can assume only specified values with few possible exceptions, enumerateds will assume values different than the ones they were originally defined with. Backwards compatibility of Client Hello is dependent on implementations being able to ignore values they do not know about. 15 October 2016, 18:42:34 UTC
fb37b92 Fix wrong double quote 15 October 2016, 04:05:08 UTC
0da599f Clarify what to do when TLSPlaintext.length is too large Before record protection is established, if an endpoint receives a TLSPlaintext structure whose "length" field is too large (>2^14), should it send a "record_overflow" alert? 15 October 2016, 01:38:00 UTC
9d46028 "Application data" -> "Application Data" Normalize the case of "Application data" into "Application Data" 15 October 2016, 01:22:50 UTC
80a45eb Merge pull request #692 from tomato42/remove-duplication fix editing error - don't duplicate text from previous sentence 14 October 2016, 17:04:46 UTC
eee8da8 fix editing error - don't duplicate text from previous sentence 14 October 2016, 16:59:12 UTC
554786b Merge pull request #690 from tomato42/fix-DH-copypaste-error fix copypaste error in SIGMA title 14 October 2016, 16:09:34 UTC
c9cab3a fix copypaste error in SIGMA title 14 October 2016, 16:07:32 UTC
7b3b366 Explicitly defining anonymous strucuture "struct {}". 14 October 2016, 02:17:01 UTC
a42fde5 Clarifying that ".." is allowed for enum. 14 October 2016, 02:10:56 UTC
370a953 Merge pull request #687 from kazu-yamamoto/fix-asn1 fixing the mismatch of ASN1Cert and ASN1CertData. 13 October 2016, 12:06:47 UTC
4e6ffb7 fixing the mismatch of ASN1Cert and ASN1CertData. 13 October 2016, 05:22:50 UTC
6d923f4 RFC 7919 is normative 12 October 2016, 23:18:33 UTC
197a9ce Merge pull request #686 from davegarrett/cullrefs drop unused references 12 October 2016, 23:17:18 UTC
9c1d205 Merge pull request #685 from xiaoyinl/patch-1 Remove unused references 12 October 2016, 23:16:56 UTC
bbe4eb6 Remove unused references 12 October 2016, 23:06:49 UTC
3be5c2d drop unused references 12 October 2016, 23:01:38 UTC
21951c5 Martin Thomson's comments 12 October 2016, 22:32:14 UTC
ff288b3 Fix for fix 12 October 2016, 22:30:50 UTC
2a89bee Editorial issues from Nick Harper 12 October 2016, 22:30:50 UTC
27faff5 Kaduk's editorial comments 12 October 2016, 22:30:50 UTC
2d723bf Clean up binder computation 12 October 2016, 22:30:50 UTC
c4e9e72 Remove 0-RTT Finished and add a PSK binder instead 12 October 2016, 20:52:29 UTC
0353994 Clarify encoding of draft version indicator 12 October 2016, 20:10:08 UTC
af3daee Merge pull request #619 from tomato42/rsa-crt-key-leaks warn about RSA-CRT key leaks in Implementation Pitfalls 12 October 2016, 16:10:53 UTC
aee0d13 Fix merge conflict in changelog 12 October 2016, 15:24:30 UTC
c2db6e3 Post-landing cleanup 12 October 2016, 15:18:17 UTC
f7c03d3 Merge remote-tracking branch 'hannes/patch-1' 12 October 2016, 15:14:36 UTC
18e72c6 Fix merge conflict 12 October 2016, 15:12:38 UTC
2e92278 Minor comments from colm and nharper 12 October 2016, 15:11:54 UTC
91e5b39 Additional clarification about when to use the out-of-band PSK Trying to address review comments from Martin Thomson raised in https://www.ietf.org/mail-archive/web/tls/current/msg21531.html 11 October 2016, 16:14:45 UTC
160a592 Merged ticket and regular extensions. Fixes #677 11 October 2016, 15:59:36 UTC
70b3f7b Editorial 11 October 2016, 13:50:06 UTC
d010e87 Don't append the new KeyShareEntry to ClientHello.key_shares. Fixes #644. This makes CH-HRR-CH reconstruction impossible, which is a good thing overall. 11 October 2016, 13:47:19 UTC
a8619df Update changelog 10 October 2016, 20:46:27 UTC
c5b4474 Add max_early_data_size to TicketEarlyDataInfo 10 October 2016, 20:44:09 UTC
902f636 Add ticket early data info to appendix. Fixes #661 09 October 2016, 01:17:57 UTC
back to top