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

Changelogs for -transport and -tls -33 #4439

Merged
merged 2 commits into from Dec 13, 2020
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions draft-ietf-quic-tls.md
Expand Up @@ -2505,6 +2505,14 @@ restrict packet size have a limit of 2^21.5.

Issue and pull request numbers are listed with a leading octothorp.

## Since draft-ietf-quic-tls-32

- Added final values for Initial key derivation, Retry authentication, and TLS
extension type for the QUIC Transport Parameters extension (#4431)
(#4431)

- Corrected rules for handling of 0-RTT (#4393, #4394)

## Since draft-ietf-quic-tls-31

- Packet protection limits are based on maximum-sized packets; improved
Expand Down
23 changes: 23 additions & 0 deletions draft-ietf-quic-transport.md
Expand Up @@ -7731,6 +7731,29 @@ incurred.

Issue and pull request numbers are listed with a leading octothorp.

## Since draft-ietf-quic-transport-32

- Endpoints are required to limit the total data they send in response to an
apparent connection migration to three times what was received (#4257, #4264)

- Added an error code for path validation failures (#4257, #4331)

- Defined DoS protections for clients during the handshake (#4259, #4330)

- Prohibited connection errors when datagrams are not the required size (#4273,
#4342)

- A number of improvements to IANA considerations:

- Added a registry for versions (#4345, #4280)

- Clarified rules for first reserved value (#4378, #4389)

- Reserved values are not added to the registry (#4372, #4428)

- Added final version numbers (#4430)


## Since draft-ietf-quic-transport-31

- Require expansion of datagrams to ensure that a path supports at least 1200
Expand Down