docs: add rustls to supported backends for CERT and KEY

Followup to 1c8c93ae15

Closes #19709
This commit is contained in:
Yedaya Katsman 2025-11-26 15:58:40 +02:00 committed by Daniel Stenberg
parent 94ce87c391
commit 9ea6f2bc69
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 5 deletions

View file

@ -11,11 +11,7 @@ See-also:
Protocol:
- TLS
TLS-backend:
- OpenSSL
- GnuTLS
- mbedTLS
- Schannel
- wolfSSL
- All
Added-in: 7.1
---

View file

@ -15,6 +15,7 @@ TLS-backend:
- mbedTLS
- Schannel
- wolfSSL
- Rustls
Added-in: 7.9.3
---