-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consolidated version of all outstanding PRs. #18
base: master
Are you sure you want to change the base?
Conversation
- Add Bleichenbacher reference
It also limits its scope to TLS 1.2 and below, so we do not need to Update: it anymore. Remove text discussing the update, and use the new reference as appropriate. Retain "coauthor of RFC 4492" in the contributors section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything except "or negotiated" looks good.
rfc8446.xml
Outdated
@@ -4558,6 +4556,11 @@ target="extensions"/>, with any extension not listed there marked as "-" to | |||
indicate that it is not used by TLS 1.3.</t> | |||
</list></t> | |||
|
|||
<t>This document updates an entry in the TLS Certificate Types registry | |||
originally created in <xref target="RFC6091"></xref>. The entry for value 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think in some other places we've done "created in [blah] and updated in [blah]", which might be appropriate here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was it updated in? 7250?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8447 :)
rfc8446.xml
Outdated
@@ -6412,7 +6419,7 @@ from older TLS implementations.</t> | |||
]]></artwork></figure> | |||
|
|||
<t>Values within "obsolete_RESERVED" ranges are used in previous versions | |||
of TLS and MUST NOT be offered or negotiated by TLS 1.3 implementations. | |||
of TLS and MUST NOT be offered by TLS 1.3 implementations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a normative change; did you intend to include it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Half a revert, maybe?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the "and updated in"
rfc8446.xml
Outdated
@@ -6067,6 +6075,7 @@ from older TLS implementations.</t> | |||
alert(21), | |||
handshake(22), | |||
application_data(23), | |||
heartbeat(24), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add /* RFC 6520 */ after this line, as we did for the extension table above?
lgtm |
@chris-wood, @kaduk