Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rfc9846.md
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,7 @@ Random set to the special value of the SHA-256 of

Upon receiving a message with type server_hello, implementations
MUST first examine the Random value and, if it matches
this value, process it as described in {{hello-retry-request}}).
this value, process it as described in {{hello-retry-request}}.

TLS 1.3 has a downgrade protection mechanism embedded in the server's
random value. TLS 1.3 servers which negotiate TLS 1.2 or below in
Expand Down Expand Up @@ -1799,7 +1799,7 @@ appears, it MUST abort the handshake with an "illegal_parameter" alert.
| padding [RFC7685] | CH |
| cached_info [RFC7924] | CH, EE |
| compress_certificate [RFC8879] | CH, CR |
| record_size_limit [RFC8849] | CH, EE |
| record_size_limit [RFC8449] | CH, EE |
| delegated_credentials [RFC9345] | CH, CR, CT |
| supported_ekt_ciphers [RFC8870] | CH, EE |
| pre_shared_key [RFC8446] | CH, SH |
Expand Down
Loading