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 515a21f350

Closes #15993
This commit is contained in:
Daniel Stenberg 2025-01-13 23:13:37 +01:00
parent 23742ce015
commit 260b7d54a6
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 8 additions and 2 deletions

View file

@ -9,7 +9,7 @@ See-also:
- curl_share_setopt (3)
- curl_easy_ssls_import (3)
Protocol:
- All
- TLS
TLS-backend:
- GnuTLS
- OpenSSL

View 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
---