diff options
author | moparisthebest <admin@moparisthebest.com> | 2017-04-17 19:47:51 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-05-15 22:54:33 +0200 |
commit | eb16305e6ab1b3d660b6de326f61fd4c7df086ac (patch) | |
tree | 422d12edb97900622b0a2bd35f2e94762b284030 /docs | |
parent | 19195696338b9a63fcc5ca42d8238cbe54e2afc2 (diff) |
SecureTransport/DarwinSSL: Implement public key pinning
Closes #1400
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 b/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 index 1951c88a6..47646474e 100644 --- a/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 +++ b/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2017, 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 @@ -103,6 +103,8 @@ PEM/DER support: 7.49.0: PolarSSL + 7.54.1: SecureTransport/DarwinSSL on macOS 10.7+/iOS 10+ + sha256 support: 7.44.0: OpenSSL, GnuTLS, NSS and wolfSSL/CyaSSL @@ -111,6 +113,8 @@ sha256 support: 7.49.0: PolarSSL + 7.54.1: SecureTransport/DarwinSSL on macOS 10.7+/iOS 10+ + Other SSL backends not supported. .SH RETURN VALUE Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or |