diff options
author | Thomas Glanzmann <thomas@glanzmann.de> | 2016-01-06 07:00:11 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-01-10 00:17:26 +0100 |
commit | bf93a1217ce3cc336d75a3b0cb0c1a7ed6a05cb3 (patch) | |
tree | a0343d959a69b4396b3260dd1d761cc453556ac7 /docs | |
parent | 5da7461a55ea681829820d8268728e88b7ceb3f6 (diff) | |
download | curl-bf93a1217ce3cc336d75a3b0cb0c1a7ed6a05cb3.tar.gz |
mbedtls: implement CURLOPT_PINNEDPUBLICKEY
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 b/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 index 80397f716..bae1eaa72 100644 --- a/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 +++ b/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 @@ -91,8 +91,9 @@ footer: .fi .SH AVAILABILITY Added in 7.39.0 for OpenSSL, GnuTLS and GSKit. Added in 7.43.0 for -NSS and wolfSSL/CyaSSL. sha256 support added in 7.44.0 for OpenSSL, -GnuTLS, NSS and wolfSSL/CyaSSL. Other SSL backends not supported. +NSS and wolfSSL/CyaSSL. Added for mbedtls in 7.47.0, sha256 support +added in 7.44.0 for OpenSSL, GnuTLS, NSS and wolfSSL/CyaSSL. Other +SSL backends not supported. .SH RETURN VALUE Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or CURLE_OUT_OF_MEMORY if there was insufficient heap space. |