Skip to content
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

Don't Change Source CID After Retry #1491

Merged
merged 3 commits into from Jun 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -633,7 +633,9 @@ If the client received a Retry packet from the server and sends an Initial
packet in response, then it sets the Destination Connection ID to the value from
the Source Connection ID in the Retry packet. Changing Destination Connection ID
also results in a change to the keys used to protect the Initial packet. It also
sets the Token field to the token provided in the Retry.
sets the Token field to the token provided in the Retry. The client MUST NOT
change the Source Connection ID because the server could include the connection
ID as part of its token validation logic.

When a server receives an Initial packet with an address validation token, it
SHOULD attempt to validate it. If the token is invalid then the server SHOULD
Expand Down