mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
make the TLS cipher suites configurable
This commit is contained in:
parent
54b38cac0f
commit
f91dfda8c3
6 changed files with 50 additions and 3 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
- Add support for 0-RTT.
|
||||
- Remove `Session.Close()`. Applications need to pass an application error code to the transport using `Session.CloseWithError()`.
|
||||
- Make the TLS Cipher Suites configurable (via `tls.Config.CipherSuites`).
|
||||
|
||||
## v0.14.0 (2019-12-04)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue