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 draft-25 #3370

Merged
merged 2 commits into from Jan 21, 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
6 changes: 5 additions & 1 deletion draft-ietf-quic-qpack.md
Expand Up @@ -1342,9 +1342,13 @@ return controlBuffer, 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-11

Editorial changes only

## Since draft-ietf-quic-qpack-10

Editorial changes
Editorial changes only

## Since draft-ietf-quic-qpack-09

Expand Down
7 changes: 7 additions & 0 deletions draft-ietf-quic-recovery.md
Expand Up @@ -1449,7 +1449,14 @@ Invoked from DetectLostPackets when packets are deemed lost.

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

## Since draft-ietf-quic-recovery-24

- Require congestion control of some sort (#3247, #3244, #3248)
- Set a minimum reordering threshold (#3256, #3240)
- PTO is specific to a packet number space (#3067, #3074, #3066)

## Since draft-ietf-quic-recovery-23

- Define under-utilizing the congestion window (#2630, #2686, #2675)
- PTO MUST send data if possible (#3056, #3057)
- Connection Close is not ack-eliciting (#3097, #3098)
Expand Down
7 changes: 7 additions & 0 deletions draft-ietf-quic-tls.md
Expand Up @@ -1976,6 +1976,13 @@ cd32f0b5004d9f5754c4f7f2d1f35cf3 f7116351c92b99c8ae5833225cb51855

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

## Since draft-ietf-quic-tls-24

- Rewrite key updates (#3050)
- Allow but don't recommend deferring key updates (#2792, #3263)
- More completely define received behavior (#2791)
- Define the label used with HKDF-Expand-Label (#3054)

## Since draft-ietf-quic-tls-23

- Key update text update (#3050):
Expand Down
23 changes: 23 additions & 0 deletions draft-ietf-quic-transport.md
Expand Up @@ -6315,6 +6315,29 @@ DecodePacketNumber(largest_pn, truncated_pn, pn_nbits):

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

## Since draft-ietf-quic-transport-24

- Added HANDSHAKE_DONE to signal handshake confirmation (#2863, #3142, #3145)
- Add integrity check to Retry packets (#3014, #3274, #3120)
- Specify handling of reordered NEW_CONNECTION_ID frames (#3194, #3202)
- Require checking of sequence numbers in RETIRE_CONNECTION_ID (#3037, #3036)
- active_connection_id_limit is enforced (#3193, #3197, #3200, #3201)
- Correct overflow in packet number decode algorithm (#3187, #3188)
- Allow use of CRYPTO_BUFFER_EXCEEDED for CRYPTO frame errors (#3258, #3186)
- Define applicability and scope of NEW_TOKEN (#3150, #3152, #3155, #3156)
- Tokens from Retry and NEW_TOKEN must be differentiated (#3127, #3128)
- Allow CONNECTION_CLOSE in response to invalid token (#3168, #3107)
- Treat an invalid CONNECTION_CLOSE as an invalid frame (#2475, #3230, #3231)
- Throttle when sending CONNECTION_CLOSE after discarding state (#3095, #3157)
- Application-variant of CONNECTION_CLOSE can only be sent in 0-RTT or 1-RTT
packets (#3158, #3164)
- Advise sending while blocked to avoid idle timeout (#2744, #3266)
- Define error codes for invalid frames (#3027, #3042)
- Idle timeout is symmetric (#2602, #3099)
- Prohibit IP fragmentation (#3243, #3280)
- Define the use of provisional registration for all registries (#3109, #3020,
#3102, #3170)

## Since draft-ietf-quic-transport-23

- Allow ClientHello to span multiple packets (#2928, #3045)
Expand Down