CURLOPT_SSL_CTX_FUNCTION.md: mention CA caching

and add a few more see-also

Closes #14302
This commit is contained in:
Daniel Stenberg 2024-07-29 18:58:40 +02:00
parent e8acb2e55a
commit 674e102504
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -5,9 +5,12 @@ Title: CURLOPT_SSL_CTX_FUNCTION
Section: 3
Source: libcurl
See-also:
- CURLOPT_SSL_CTX_DATA (3)
- CURLOPT_SSL_VERIFYPEER (3)
- CURLOPT_CA_CACHE_TIMEOUT (3)
- CURLOPT_CAINFO (3)
- CURLOPT_CAINFO_BLOB (3)
- CURLOPT_SSL_CTX_DATA (3)
- CURLOPT_SSL_VERIFYHOST (3)
- CURLOPT_SSL_VERIFYPEER (3)
Protocol:
- TLS
TLS-backend:
@ -79,6 +82,10 @@ callback function has returned. Your application must not assume that it can
keep using the SSL context or data derived from it once this function is
completed.
For libcurl builds using TLS backends that support CA caching and
CURLOPT_CA_CACHE_TIMEOUT(3) is not set to zero, multiple calls to this
callback may be done with the same CA store in memory.
# DEFAULT
NULL