mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:03:36 +03:00
parent
d94733b447
commit
8050761e1a
1 changed files with 9 additions and 0 deletions
|
|
@ -126,6 +126,7 @@
|
|||
13.12 Reduce CA certificate bundle reparsing
|
||||
13.13 Make sure we forbid TLS 1.3 post-handshake authentication
|
||||
13.14 Support the clienthello extension
|
||||
13.15 Support latest rustls
|
||||
|
||||
14. GnuTLS
|
||||
14.2 check connection
|
||||
|
|
@ -922,6 +923,14 @@
|
|||
https://datatracker.ietf.org/doc/html/rfc7685
|
||||
https://github.com/curl/curl/issues/2299
|
||||
|
||||
13.15 Support latest rustls
|
||||
|
||||
The rustls backend does not build with the latest rustls-ffi version due to
|
||||
API changes. Taking this bump should be a first step towards fixing the
|
||||
remaining issues that still keeps the rustls backend experimental in curl.
|
||||
|
||||
See https://github.com/curl/curl/issues/12737
|
||||
|
||||
14. GnuTLS
|
||||
|
||||
14.2 check connection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue