diff options
author | Nick Zitzmann <nickzman@gmail.com> | 2013-04-27 23:15:07 -0600 |
---|---|---|
committer | Nick Zitzmann <nickzman@gmail.com> | 2013-04-27 23:15:07 -0600 |
commit | a5c0e209392f39ccbbac6568a9635583a64d31eb (patch) | |
tree | b837914bf246a75a6f187122358f1fd81c91e11f /RELEASE-NOTES | |
parent | 128517649c73cc767a1bbe4e3f5d256797c7a80b (diff) |
darwinssl: add TLS crypto authentication
Users using the Secure Transport (darwinssl) back-end can now use a
certificate and private key to authenticate with a site using TLS. Because
Apple's security system is based around the keychain and does not have any
non-public function to create a SecIdentityRef data structure from data
loaded outside of the Keychain, the certificate and private key have to be
loaded into the Keychain first (using the certtool command line tool or
the Security framework's C API) before we can find it and use it.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8686be50e..799b29735 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,7 @@ Curl and libcurl 7.31.0 This release includes the following changes: o darwinssl: add TLS session resumption + o darwinssl: add TLS crypto authentication o imap/pop3/smtp: Added support for ;auth=<mech> in the URL o imap/pop3/smtp: Added support for ;auth=<mech> to CURLOPT_USERPWD o usercertinmem.c: add example showing user cert in memory |