diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-11-06 10:14:33 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-11-06 10:15:52 +0100 |
commit | 68542e72a946c14cd8a33fc5bd35a838873f3ecf (patch) | |
tree | 6fe36d0f2f1884d74ebf3f444e4570c5d3ec00f5 | |
parent | 3aa51450c41979004d5f40bca7be0d7fa727d502 (diff) |
curl_easy_setopt.3: add CURLOPT_PINNEDPUBLICKEY
Reported-by: Christian Hägele
Bug: http://curl.haxx.se/mail/lib-2014-11/0078.html
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index da3232d54..5032ce226 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -446,6 +446,8 @@ Certificate Revocation List. See \fICURLOPT_CRLFILE(3)\fP Verify the host name in the SSL certificate. See \fICURLOPT_SSL_VERIFYHOST(3)\fP .IP CURLOPT_CERTINFO Extract certificate info. See \fICURLOPT_CERTINFO(3)\fP +.IP CURLOPT_PINNEDPUBLICKEY +Set pinned SSL public key . See \fICURLOPT_PINNEDPUBLICKEY(3)\fP .IP CURLOPT_RANDOM_FILE Provide source for entropy random data. See \fICURLOPT_RANDOM_FILE(3)\fP .IP CURLOPT_EGDSOCKET |