summaryrefslogtreecommitdiff
path: root/lib/curl_darwinssl.c
Commit message (Expand)AuthorAgeFilesLines
* darwinssl: check for SSLSetSessionOption() presence when toggling BEASTNick Zitzmann2013-11-121-1/+2
* darwinssl: PKCS#12 import feature now requires Lion or laterNick Zitzmann2013-11-121-3/+5
* SSL: protocol version can be specified more preciselyGergely Nagy2013-10-151-0/+34
* darwinssl: un-break iOS build after PKCS#12 feature addedNick Zitzmann2013-10-141-3/+3
* darwinssl: block TLS_RSA_WITH_NULL_SHA256 cipherNick Zitzmann2013-10-021-0/+1
* darwinssl: enable BEAST workaround on iOS 7 & laterNick Zitzmann2013-09-191-0/+124
* darwinssl: add support for PKCS#12 files for client authenticationNick Zitzmann2013-09-051-4/+105
* darwinssl: added LFs to some strings passed into infof()Nick Zitzmann2013-07-301-2/+2
* darwinssl: fix build error in crypto authentication under Snow LeopardNick Zitzmann2013-07-301-14/+14
* darwinssl: SSLv2 connections are aborted if unsupported by the OSNick Zitzmann2013-07-021-3/+15
* darwinssl: fix crash that started happening in LionNick Zitzmann2013-06-221-5/+10
* darwinssl: reform OS-specific #definesNick Zitzmann2013-06-221-64/+99
* darwinssl: add TLS crypto authenticationNick Zitzmann2013-04-271-2/+160
* darwinssl: add TLS session resumptionNick Zitzmann2013-04-121-0/+45
* darwinssl: disable insecure ciphers by defaultNick Zitzmann2013-04-081-22/+81
* darwinssl: additional descriptive messages of SSL handshake errorsNick Zitzmann2013-04-011-1/+13
* darwinssl: disable ECC ciphers under Mountain Lion by defaultNick Zitzmann2013-03-191-17/+62
* darwinssl: fix infinite loop if server disconnected abruptlyNick Zitzmann2013-03-031-3/+11
* darwinssl: Fix send glitchiness with data > 32 or so KBNick Zitzmann2013-02-121-14/+51
* darwinssl: Make certificate errors less techyNick Zitzmann2013-02-081-4/+11
* darwinssl: Fix build under LeopardNick Zitzmann2013-02-071-6/+39
* darwinssl: Fix bug where packets were sometimes transmitted twiceNick Zitzmann2013-01-291-6/+10
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-11/+10
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+3
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-8/+8
* darwinssl: Fixed inability to disable peer verificationNick Zitzmann2012-12-271-1/+46
* darwinssl: Fix implicit conversion compiler warningsNick Zitzmann2012-12-141-8/+8
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-3/+0
* SSL: Several SSL-backend related fixesOscar Koeroo2012-11-081-3/+7
* CURLOPT_SSL_VERIFYHOST: stop supporting the 1 valueDaniel Stenberg2012-11-061-2/+1
* darwinssl: un-broke iOS build, fix error on server disconnectNick Zitzmann2012-10-161-11/+81
* darwinssl: fixed for older Mac OS X versionsNick Zitzmann2012-09-081-13/+45
* darwinssl: Bugfix for previous commit for older catsNick Zitzmann2012-09-011-7/+29
* darwinssl: add TLS 1.1 and 1.2 support, replace deprecated functionsNick Zitzmann2012-08-181-19/+369
* darwinssl: fixed freeze involving the multi interfaceNick Zitzmann2012-07-251-18/+20
* darwinssl: don't use arc4random_bufNick Zitzmann2012-07-081-1/+12
* darwinssl: output cipher with text, remove SNI warningNick Zitzmann2012-07-071-4/+218
* build: add our standard includes to curl_darwinssl.c and curl_multibyte.cYang Tse2012-06-271-1/+11
* DarwinSSL: allow using NTLM authenticationNick Zitzmann2012-06-271-2/+20
* DarwinSSL: several adjustmentsNick Zitzmann2012-06-261-42/+46
* darwinssl: add support for native Mac OS X/iOS SSLNick Zitzmann2012-06-261-0/+661