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

fix draft-23 test vectors #3021

Merged
merged 2 commits into from
Sep 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions draft-ietf-quic-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@ hp = HKDF-Expand-Label(server_initial_secret, "quic hp", _, 16)
## Client Initial

The client sends an Initial packet. The unprotected payload of this packet
contains the following CRYPTO frame, plus enough PADDING frames to make an 1163
contains the following CRYPTO frame, plus enough PADDING frames to make a 1162
byte payload:

~~~
Expand Down Expand Up @@ -1683,7 +1683,7 @@ from the third protected octet:
~~~
sample = 7002596f99ae67abf65a5852f54f58c3
mask = 38168a0c25
header = c1ff0000170008f067a5502a4262b5004074168b
header = c9ff0000170008f067a5502a4262b5004074168b
~~~

The final protected packet is then:
Expand Down