Skip to content

Commit

Permalink
Don't retry from retry
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr committed May 27, 2024
1 parent 22199f6 commit 70bb82d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-tls-esni.md
Original file line number Diff line number Diff line change
Expand Up @@ -885,9 +885,9 @@ version was negotiated, the client can regard ECH as securely disabled
by the server, and it SHOULD retry the handshake with a new transport
connection and ECH disabled.

Clients SHOULD implement a limit on retries caused by receipt of "retry_configs"
or servers which do not acknowledge the "encrypted_client_hello" extension. If
the client does not retry in either scenario, it MUST report an error to the
Clients SHOULD NOT accept "retry_config" in response to
a connection initiated in response to a "retry_config".
If a client does not retry, it MUST report an error to the
calling application.

### Authenticating for the Public Name {#auth-public-name}
Expand Down

0 comments on commit 70bb82d

Please sign in to comment.