Skip to content

Commit

Permalink
Fix typo in "Server Behavior" section (#633)
Browse files Browse the repository at this point in the history
A shared mode server should never recieve a "inner" type
ECHClientHello.type ClientHello, rather than an "outer" type, not the
inverse.

See https://mailarchive.ietf.org/arch/msg/tls/d00rdlmaVbnfDsvVnF_6pWobQQQ/.
  • Loading branch information
rolandshoemaker authored Nov 24, 2024
1 parent b7fb015 commit dc3a007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-tls-esni.md
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ MUST abort with an "illegal_parameter" alert.
In shared mode, a server plays both roles, first decrypting the
`ClientHelloOuter` and then using the contents of the
`ClientHelloInner`. A shared mode server which receives a
`ClientHello` with `ECHClientHello.type` of `outer` MUST abort with an
`ClientHello` with `ECHClientHello.type` of `inner` MUST abort with an
"illegal_parameter" alert, because such a `ClientHello` should never
be received directly from the network.

Expand Down

0 comments on commit dc3a007

Please sign in to comment.