summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2016-09-18 17:56:13 -0400
committerJay Satiro <raysatiro@yahoo.com>2016-09-18 17:56:35 -0400
commit6ee9ea5e70aa85e493747efc225e8b73641bb175 (patch)
treee5de0042c56542f3fb70043f56bfc9cfa457224d /docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3
parent227ee9d84d390f37c28dfe43ceda308c6083b1f6 (diff)
downloadcurl-6ee9ea5e70aa85e493747efc225e8b73641bb175.tar.gz
CURLOPT_PINNEDPUBLICKEY.3: fix the AVAILABILITY formatting
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.313
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 b/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3
index 4e673bd4d..33d201d90 100644
--- a/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3
+++ b/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
.\" *
.\" * This software is licensed as described in the file COPYING, which
.\" * you should have received as part of this distribution. The terms
@@ -91,14 +91,23 @@ footer:
.fi
.SH AVAILABILITY
PEM/DER support:
+
7.39.0: OpenSSL, GnuTLS and GSKit
+
7.43.0: NSS and wolfSSL/CyaSSL
+
7.47.0: mbedtls
+
7.49.0: PolarSSL
+
sha256 support:
- 7.44.0: OpenSSL, GnuTLS, NSS and wolfSSL/CyaSSL.
+
+ 7.44.0: OpenSSL, GnuTLS, NSS and wolfSSL/CyaSSL
+
7.47.0: mbedtls
+
7.49.0: PolarSSL
+
Other SSL backends not supported.
.SH RETURN VALUE
Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or