mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
require ALPN during the TLS handshake
This commit is contained in:
parent
74ddf326c1
commit
979ab75b3b
21 changed files with 121 additions and 119 deletions
|
@ -5,6 +5,7 @@
|
|||
- Implement HTTP/3.
|
||||
- Rename `quic.Cookie` to `quic.Token` and `quic.Config.AcceptCookie` to `quic.Config.AcceptToken`.
|
||||
- Distinguish between Retry tokens and tokens sent in NEW_TOKEN frames.
|
||||
- Enforce application protocol negotiation (via `tls.Config.NextProtos`).
|
||||
|
||||
## v0.11.0 (2019-04-05)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue