From 260b7d54a643fb0d27477a69689f94442d4e6fd3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 13 Jan 2025 23:13:37 +0100 Subject: [PATCH] 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 --- docs/libcurl/curl_easy_ssls_export.md | 2 +- docs/libcurl/curl_easy_ssls_import.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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 --- -- 2.47.3