-
Notifications
You must be signed in to change notification settings - Fork 159
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
Incorporate the accepted parts of PR #1357. Closes #1357. #1363
Conversation
draft-ietf-tls-rfc8446bis.md
Outdated
but MAY do so if the client's advertisement permits it, | ||
and MUST NOT do so otherwise. | ||
This fallback chain MUST NOT use the deprecated SHA-1 hash, | ||
except if advertised by the client, in which case it MAY. |
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 phrasing is weird. You could just say:
This fallback chain MUST NOT use the deprecated SHA-1 hash,
unless the client specifically advertises that it is willing to accept SHA-1.
The "MAY" bit is implied.
@@ -2932,7 +2933,7 @@ for each scenario: | |||
|------|-------------------|----------| | |||
| Server | ClientHello ... later of EncryptedExtensions/CertificateRequest | server_handshake_traffic_secret | | |||
| Client | ClientHello ... later of server Finished/EndOfEarlyData | client_handshake_traffic_secret | | |||
| Post-Handshake | ClientHello ... client Finished + CertificateRequest | client_application_traffic_secret_N | | |||
| Post-Handshake | ClientHello ... client Finished + CertificateRequest | [sender]_application_traffic_secret_N | |
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.
| Post-Handshake | ClientHello ... client Finished + CertificateRequest | [sender]_application_traffic_secret_N | | |
| Post-Handshake | ClientHello ... client Finished + CertificateRequest | \[sender]_application_traffic_secret_N | |
I'm not 100% on this, but I think that you need this.
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.
Co-authored-by: Martin Thomson <mt@lowentropy.net>
No description provided.