summaryrefslogtreecommitdiff
path: root/lib/curl_darwinssl.c
Commit message (Expand)AuthorAgeFilesLines
* 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