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

Add retry integrity tag #3120

Merged
merged 14 commits into from
Jan 17, 2020
3 changes: 2 additions & 1 deletion draft-ietf-quic-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,8 @@ off-path attackers' ability to send valid Retry packets.
The Retry Integrity Tag is a 128-bit field that is computed as the output of
AEAD_AES_128_GCM {{!AEAD=RFC5116}} used with the following inputs:

- The secret key, K, is 128 bits all set to zero.
- The secret key, K, is 128 bits equal to the initial_salt defined in
{{initial-secrets}}.
- The nonce, N, is 96 bits all set to zero.
- The plaintext, P, is empty.
- The associated data, A, is the contents of the Retry Pseudo-Packet, as
Expand Down