aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_darwinssl.c
AgeCommit message (Expand)Author
2013-12-20vtls: moved all TLS/SSL source and header files into subdirDaniel Stenberg
2013-12-07darwinssl: Fix #if 10.6.0 for SecKeychainSearchMelissa Mears
2013-11-12darwinssl: check for SSLSetSessionOption() presence when toggling BEASTNick Zitzmann
2013-11-12darwinssl: PKCS#12 import feature now requires Lion or laterNick Zitzmann
2013-10-15SSL: protocol version can be specified more preciselyGergely Nagy
2013-10-14darwinssl: un-break iOS build after PKCS#12 feature addedNick Zitzmann
2013-10-02darwinssl: block TLS_RSA_WITH_NULL_SHA256 cipherNick Zitzmann
2013-09-19darwinssl: enable BEAST workaround on iOS 7 & laterNick Zitzmann
2013-09-05darwinssl: add support for PKCS#12 files for client authenticationNick Zitzmann
2013-07-30darwinssl: added LFs to some strings passed into infof()Nick Zitzmann
2013-07-30darwinssl: fix build error in crypto authentication under Snow LeopardNick Zitzmann
2013-07-02darwinssl: SSLv2 connections are aborted if unsupported by the OSNick Zitzmann
2013-06-22darwinssl: fix crash that started happening in LionNick Zitzmann
2013-06-22darwinssl: reform OS-specific #definesNick Zitzmann
2013-04-27darwinssl: add TLS crypto authenticationNick Zitzmann
2013-04-12darwinssl: add TLS session resumptionNick Zitzmann
2013-04-08darwinssl: disable insecure ciphers by defaultNick Zitzmann
2013-04-01darwinssl: additional descriptive messages of SSL handshake errorsNick Zitzmann
2013-03-19darwinssl: disable ECC ciphers under Mountain Lion by defaultNick Zitzmann
2013-03-03darwinssl: fix infinite loop if server disconnected abruptlyNick Zitzmann
2013-02-12darwinssl: Fix send glitchiness with data > 32 or so KBNick Zitzmann
2013-02-08darwinssl: Make certificate errors less techyNick Zitzmann
2013-02-07darwinssl: Fix build under LeopardNick Zitzmann
2013-01-29darwinssl: Fix bug where packets were sometimes transmitted twiceNick Zitzmann
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-27darwinssl: Fixed inability to disable peer verificationNick Zitzmann
2012-12-14darwinssl: Fix implicit conversion compiler warningsNick Zitzmann
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-11-08SSL: Several SSL-backend related fixesOscar Koeroo
2012-11-06CURLOPT_SSL_VERIFYHOST: stop supporting the 1 valueDaniel Stenberg
2012-10-16darwinssl: un-broke iOS build, fix error on server disconnectNick Zitzmann
2012-09-08darwinssl: fixed for older Mac OS X versionsNick Zitzmann
2012-09-01darwinssl: Bugfix for previous commit for older catsNick Zitzmann
2012-08-18darwinssl: add TLS 1.1 and 1.2 support, replace deprecated functionsNick Zitzmann
2012-07-25darwinssl: fixed freeze involving the multi interfaceNick Zitzmann
2012-07-08darwinssl: don't use arc4random_bufNick Zitzmann
2012-07-07darwinssl: output cipher with text, remove SNI warningNick Zitzmann
2012-06-27build: add our standard includes to curl_darwinssl.c and curl_multibyte.cYang Tse
2012-06-27DarwinSSL: allow using NTLM authenticationNick Zitzmann
2012-06-26DarwinSSL: several adjustmentsNick Zitzmann
2012-06-26darwinssl: add support for native Mac OS X/iOS SSLNick Zitzmann