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:
Jan Venekamp 2024-04-23 17:59:46 +02:00 committed by Daniel Stenberg
parent cfb9991723
commit 3b8db84c1b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 0 additions and 3 deletions

View file

@ -14,7 +14,6 @@ Protocol:
- TLS
TLS-backend:
- OpenSSL
- rustls
- Schannel
---

View file

@ -15,7 +15,6 @@ Protocol:
- TLS
TLS-backend:
- OpenSSL
- rustls
- Schannel
---