mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:43:32 +03:00
rustls: remove incorrect SSLSUPP_TLS13_CIPHERSUITES flag
The rustls backend advertises SSLSUPP_TLS13_CIPHERSUITES, but the code does not actually seem to support it (yet?). Removed the flag and corrected documentation. Closes #13452
This commit is contained in:
parent
cfb9991723
commit
3b8db84c1b
3 changed files with 0 additions and 3 deletions
|
|
@ -14,7 +14,6 @@ Protocol:
|
|||
- TLS
|
||||
TLS-backend:
|
||||
- OpenSSL
|
||||
- rustls
|
||||
- Schannel
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ Protocol:
|
|||
- TLS
|
||||
TLS-backend:
|
||||
- OpenSSL
|
||||
- rustls
|
||||
- Schannel
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue