From: Daniel Stenberg Date: Mon, 13 Jan 2025 22:13:37 +0000 (+0100) Subject: curl_easy_ssls_export/import.md: made for TLS protocols X-Git-Tag: curl-8_12_0~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=260b7d54a643fb0d27477a69689f94442d4e6fd3;p=thirdparty%2Fcurl.git curl_easy_ssls_export/import.md: made for TLS protocols Which then makes the generated man page also include details about the specific backends that support this feature. Follow-up to 515a21f350b89f0676e5df7f904c62c8f67be377 Closes #15993 --- diff --git a/docs/libcurl/curl_easy_ssls_export.md b/docs/libcurl/curl_easy_ssls_export.md index d0cb94391d..be49a05ffe 100644 --- a/docs/libcurl/curl_easy_ssls_export.md +++ b/docs/libcurl/curl_easy_ssls_export.md @@ -9,7 +9,7 @@ See-also: - curl_share_setopt (3) - curl_easy_ssls_import (3) Protocol: - - All + - TLS TLS-backend: - GnuTLS - OpenSSL diff --git a/docs/libcurl/curl_easy_ssls_import.md b/docs/libcurl/curl_easy_ssls_import.md index 30d0b4df65..13653ae9e2 100644 --- a/docs/libcurl/curl_easy_ssls_import.md +++ b/docs/libcurl/curl_easy_ssls_import.md @@ -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 ---