]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: add rustls to supported backends for CERT and KEY
authorYedaya Katsman <yedaya.ka@gmail.com>
Wed, 26 Nov 2025 13:58:40 +0000 (15:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 27 Nov 2025 07:38:25 +0000 (08:38 +0100)
Followup to 1c8c93ae15c692c547e3238c4f067f76616a53e8

Closes #19709

docs/libcurl/opts/CURLOPT_SSLCERT.md
docs/libcurl/opts/CURLOPT_SSLKEY.md

index 20e7d1a17649131f9c8f1b37acf807975855addb..40c3a21c25afac3aa3329125acfc84c8f19d78d2 100644 (file)
@@ -11,11 +11,7 @@ See-also:
 Protocol:
   - TLS
 TLS-backend:
-  - OpenSSL
-  - GnuTLS
-  - mbedTLS
-  - Schannel
-  - wolfSSL
+  - All
 Added-in: 7.1
 ---
 
index 7d311aeec89dd49e4f6ec3ff4aed4a1de8e68c79..bbc486d21fb3a237202d93ba61914b94c7a0ffba 100644 (file)
@@ -15,6 +15,7 @@ TLS-backend:
   - mbedTLS
   - Schannel
   - wolfSSL
+  - Rustls
 Added-in: 7.9.3
 ---