Skip to content

Commit

Permalink
Slight rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr committed Aug 3, 2024
1 parent 0e7198b commit a40fc49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions draft-ietf-tls-rfc8446bis.md
Original file line number Diff line number Diff line change
Expand Up @@ -1511,8 +1511,9 @@ legacy_version:
and the legacy_version field MUST
be set to 0x0303, which is the version number for TLS 1.2.
(See {{backward-compatibility}} for details about backward compatibility.)
A client which receives a legacy_version value not equal to 0x0303 MUST abort
the handshake with an "illegal_parameter" alert.
A client which receives a TLS 1.3 Server Hello with a legacy_version
value not equal to 0x0303 MUST abort the handshake with an
"illegal_parameter" alert.

random:
: 32 bytes generated by a secure random number generator.
Expand Down

0 comments on commit a40fc49

Please sign in to comment.