Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-12 | darwinssl: fix certificate verification disable on OS X 10.8 | Per Malmberg | |
The new way of disabling certificate verification doesn't work on Mountain Lion (OS X 10.8) so we need to use the old way in that version too. I've tested this solution on versions 10.7.5, 10.8, 10.9, 10.10.2 and 10.11. Closes #802 | |||
2016-04-19 | darwinssl: removed commented out code | Daniel Stenberg | |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-03-21 | darwinsssl: add support for TLS False Start | Nick Zitzmann | |
TLS False Start support requires iOS 7.0 or later, or OS X 10.9 or later. | |||
2015-03-03 | vtls: use curl_printf.h all over | Daniel Stenberg | |
No need to use _MPRINTF_REPLACE internally. | |||
2015-02-15 | By request, change the name of "curl_darwinssl.[ch]" to "darwinssl.[ch]" | Nick Zitzmann | |