]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/libcurl: cleanups
authorDaniel Stenberg <daniel@haxx.se>
Thu, 21 Mar 2024 14:32:26 +0000 (15:32 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 21 Mar 2024 21:36:27 +0000 (22:36 +0100)
- CURLINFO_TLS_SESSION.md: remove mention of NSS
- CURLINFO_TLS_SSL_PTR.md: remove NSS leftover
- CURLOPT_CAINFO.md: drop mention of backends not supporting this
- CURLOPT_CAPATH.md: wolfSSL also supports this

Closes #13166

docs/libcurl/opts/CURLINFO_TLS_SESSION.md
docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.md
docs/libcurl/opts/CURLOPT_CAINFO.md
docs/libcurl/opts/CURLOPT_CAPATH.md

index f7a6304d263f15b2ae98a67a4bb4d88a6e3deb0d..edeabae10b14df36fdffe8ae51e8b9685b1a4ff4 100644 (file)
@@ -69,8 +69,8 @@ int main(void)
 
 # AVAILABILITY
 
-Added in 7.34.0. Deprecated since 7.48.0 and supported OpenSSL, GnuTLS, and
-NSS only up until this version was released.
+Added in 7.34.0. Deprecated since 7.48.0 and supported by OpenSSL and GnuTLS
+only up until this version was released.
 
 # RETURN VALUE
 
index b3045bebbd9eb6f42666be8136e73c1f7d3d634c..a4a45d0f3aa0f32b825c630f7bc68ad82377ea4a 100644 (file)
@@ -63,10 +63,6 @@ the active ("in use") SSL connection, with the following underlying types:
 
 **gnutls_session_t**
 
-## NSS
-
-**PRFileDesc ***
-
 ## OpenSSL
 
 CURLINFO_TLS_SESSION(3): **SSL_CTX ***
index 2f5d2c84bde643f34f0591de5e6ec36014f9eef3..565e6c4274ee5e3a208fec9cc80f8110448c0207 100644 (file)
@@ -79,9 +79,7 @@ int main(void)
 
 # AVAILABILITY
 
-For the SSL engines that do not support certificate files the
-CURLOPT_CAINFO(3) option is ignored. Schannel support added in libcurl
-7.60.
+Schannel support added in libcurl 7.60.
 
 # RETURN VALUE
 
index 6ee7ad6f6417fcdc4c413ccd00e10d38d212b700..6c5d7e6194086bf6fd0ee849d609edd8c6a42eca 100644 (file)
@@ -67,8 +67,7 @@ int main(void)
 
 # AVAILABILITY
 
-This option is supported by the OpenSSL, GnuTLS and mbedTLS (since 7.56.0)
-backends.
+This option is supported by the OpenSSL, GnuTLS, mbedTLS and wolfSSL backends.
 
 # RETURN VALUE