From a25b7b0e18ad0c2c0d262fddceeb0bdbb2db53d0 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Wed, 21 Oct 2020 09:01:11 +1100 Subject: [PATCH 1/2] Changelogs for -32 --- draft-ietf-quic-http.md | 4 ++++ draft-ietf-quic-qpack.md | 4 ++++ draft-ietf-quic-recovery.md | 4 ++++ draft-ietf-quic-tls.md | 5 +++++ draft-ietf-quic-transport.md | 19 +++++++++++++++++++ 5 files changed, 36 insertions(+) diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index d4661afabb..717be1def9 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -2522,6 +2522,10 @@ for what might be a temporary or intermittent error. > **RFC Editor's Note:** Please remove this section prior to publication of a > final version of this document. +## Since draft-ietf-quic-http-31 + +Editorial changes only. + ## Since draft-ietf-quic-http-30 Editorial changes only. diff --git a/draft-ietf-quic-qpack.md b/draft-ietf-quic-qpack.md index 15bb795abf..042b033081 100644 --- a/draft-ietf-quic-qpack.md +++ b/draft-ietf-quic-qpack.md @@ -1808,6 +1808,10 @@ return encoderBuffer, prefixBuffer + streamBuffer > **RFC Editor's Note:** Please remove this section prior to publication of a > final version of this document. +## Since draft-ietf-quic-qpack-18 + +Editorial changes only + ## Since draft-ietf-quic-qpack-17 Editorial changes only diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index 5b233b1ef0..ee2505fc42 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -1845,6 +1845,10 @@ RemoveFromBytesInFlight(discarded_packets): Issue and pull request numbers are listed with a leading octothorp. +## Since draft-ietf-quic-recovery-31 + +Editorial changes only. + ## Since draft-ietf-quic-recovery-30 Editorial changes only. diff --git a/draft-ietf-quic-tls.md b/draft-ietf-quic-tls.md index 5a6c529efe..3530b6c844 100644 --- a/draft-ietf-quic-tls.md +++ b/draft-ietf-quic-tls.md @@ -2468,6 +2468,11 @@ 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-31 + +- Packet protection limits are based on maximum-sized packets; improved + analysis (#3701, #4175) + ## Since draft-ietf-quic-tls-30 - Add a new error code for AEAD_LIMIT_REACHED code to avoid conflict (#4087, diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 5d8e04f653..b242445ee7 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -7495,6 +7495,25 @@ incurred. Issue and pull request numbers are listed with a leading octothorp. +## Since draft-ietf-quic-transport-31 + +- Require expansion of datagrams to ensure that a path supports at least 1200 + bytes in both directions: + + - During the handshake ack-eliciting Initial packets from the server need to + be expanded (#4183, #4188) + + - Path validation now requires packets containing PATH_CHALLENGE and + PATH_RESPONSE to be expanded and PATH_RESPONSE is sent on the same network + path (#4216, #4226) + +- Though senders need to expand datagrams in some cases, receivers cannot + enforce this requirement (#4253, #4254) + +- Split contact into contact and change controller for IANA registrations + (#4230, #4239) + + ## Since draft-ietf-quic-transport-30 - Use TRANSPORT_PARAMETER_ERROR for an invalid transport parameter (#4099, From 6768f6f2a6beaf0ca02a984b5c9b7a840d55a7d2 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Wed, 21 Oct 2020 09:14:03 +1100 Subject: [PATCH 2/2] Recovery had changes --- draft-ietf-quic-recovery.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index ee2505fc42..2148949646 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -1847,7 +1847,8 @@ Issue and pull request numbers are listed with a leading octothorp. ## Since draft-ietf-quic-recovery-31 -Editorial changes only. +- Limit the number of Initial packets sent in response to unauthenticated + packets (#4183, #4188) ## Since draft-ietf-quic-recovery-30