Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-21 | darwinssl: fix lint & build warnings in the previous commit | Nick Zitzmann | |
2014-05-21 | Add support for --cacert in DarwinSSL. | Vilmos Nebehaj | |
Security Framework on OS X makes it possible to supply extra anchor (CA) certificates via the Certificate, Key, and Trust Services API. This commit makes the '--cacert' option work using this API. More information: https://developer.apple.com/library/mac/documentation/security/Reference/certifkeytrustservices/Reference/reference.html The HTTPS tests now pass on OS X except 314, which requires the '--crl' option to work. | |||
2014-05-15 | darwinssl: Updated copyright following recent changes | Steve Holme | |
2014-05-14 | darwinssl: fix potential crash when attempting to copy an identity | Nick Zitzmann | |
from a P12 file This could've happened if SecPKCS12Import() returned noErr _and_ no identity. | |||
2014-02-23 | Don't omit CN verification in DarwinSSL when an IP address is used. | David Ryskalczyk | |
2014-01-09 | darwinssl: un-break Leopard build after PKCS#12 change | Nick Zitzmann | |
It turns out errSecDecode wasn't defined in Leopard's headers. So we use the enum's value instead. Bug: http://curl.haxx.se/mail/lib-2013-12/0150.html Reported by: Abram Pousada | |||
2013-12-26 | vtls: Updated comments referencing sslgen.c and ssluse.c | Steve Holme | |
2013-12-26 | vtls: Fixed up include of vtls.h | Steve Holme | |
2013-12-20 | vtls: moved all TLS/SSL source and header files into subdir | Daniel Stenberg | |