diff options
author | Nick Zitzmann <nickzman@gmail.com> | 2013-11-12 20:18:04 -0600 |
---|---|---|
committer | Nick Zitzmann <nickzman@gmail.com> | 2013-11-12 20:18:04 -0600 |
commit | bf77101e5c132572a7abeeec1ae8b3b0174d2831 (patch) | |
tree | 117c250af72a8d095fe1a09e2e06331faad279ce /docs/libcurl/curl_easy_setopt.3 | |
parent | 2ea9a125a645359968b3a1e556e0d4dedc1eb904 (diff) |
darwinssl: PKCS#12 import feature now requires Lion or later
It turns out that some of the constants necessary to make this feature
work are missing from Snow Leopard's Security framework even though
they are defined in the headers.
Bug: http://curl.haxx.se/mail/lib-2013-11/0076.html
Reported by: myriachan
Diffstat (limited to 'docs/libcurl/curl_easy_setopt.3')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 0b507d856..e6f9ea4f0 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -2375,7 +2375,7 @@ prefix, in order to avoid confusion with a nickname. Pass a pointer to a zero terminated string as parameter. The string should be the format of your certificate. Supported formats are "PEM" and "DER", except with Secure Transport. OpenSSL (versions 0.9.3 and later) and Secure Transport -(on iOS 5 or later, or OS X 10.6 or later) also support "P12" for +(on iOS 5 or later, or OS X 10.7 or later) also support "P12" for PKCS#12-encoded files. (Added in 7.9.3) .IP CURLOPT_SSLKEY Pass a pointer to a zero terminated string as parameter. The string should be |