]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_easy_ssls_export/import.md: made for TLS protocols
authorDaniel Stenberg <daniel@haxx.se>
Mon, 13 Jan 2025 22:13:37 +0000 (23:13 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Jan 2025 22:39:31 +0000 (23:39 +0100)
Which then makes the generated man page also include details about the
specific backends that support this feature.

Follow-up to 515a21f350b89f0676e5df7f904c62c8f67be377

Closes #15993

docs/libcurl/curl_easy_ssls_export.md
docs/libcurl/curl_easy_ssls_import.md

index d0cb94391dd10a81e970861ea9f0de879e29b7d2..be49a05ffe9435090920b79854e61da53e5bf62b 100644 (file)
@@ -9,7 +9,7 @@ See-also:
   - curl_share_setopt (3)
   - curl_easy_ssls_import (3)
 Protocol:
-  - All
+  - TLS
 TLS-backend:
   - GnuTLS
   - OpenSSL
index 30d0b4df65abc6f27bd6cb9c312e4b70f1b62f34..13653ae9e2cfaa829fe73725bc025a30a177f5b2 100644 (file)
@@ -9,7 +9,13 @@ See-also:
   - curl_share_setopt (3)
   - curl_easy_ssls_export (3)
 Protocol:
-  - All
+  - TLS
+TLS-backend:
+  - GnuTLS
+  - OpenSSL
+  - BearSSL
+  - wolfSSL
+  - mbedTLS
 Added-in: 8.12.0
 ---