index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
curl_darwinssl.c
Age
Commit message (
Expand
)
Author
2013-07-02
darwinssl: SSLv2 connections are aborted if unsupported by the OS
Nick Zitzmann
2013-06-22
darwinssl: fix crash that started happening in Lion
Nick Zitzmann
2013-06-22
darwinssl: reform OS-specific #defines
Nick Zitzmann
2013-04-27
darwinssl: add TLS crypto authentication
Nick Zitzmann
2013-04-12
darwinssl: add TLS session resumption
Nick Zitzmann
2013-04-08
darwinssl: disable insecure ciphers by default
Nick Zitzmann
2013-04-01
darwinssl: additional descriptive messages of SSL handshake errors
Nick Zitzmann
2013-03-19
darwinssl: disable ECC ciphers under Mountain Lion by default
Nick Zitzmann
2013-03-03
darwinssl: fix infinite loop if server disconnected abruptly
Nick Zitzmann
2013-02-12
darwinssl: Fix send glitchiness with data > 32 or so KB
Nick Zitzmann
2013-02-08
darwinssl: Make certificate errors less techy
Nick Zitzmann
2013-02-07
darwinssl: Fix build under Leopard
Nick Zitzmann
2013-01-29
darwinssl: Fix bug where packets were sometimes transmitted twice
Nick Zitzmann
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-27
darwinssl: Fixed inability to disable peer verification
Nick Zitzmann
2012-12-14
darwinssl: Fix implicit conversion compiler warnings
Nick Zitzmann
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-11-08
SSL: Several SSL-backend related fixes
Oscar Koeroo
2012-11-06
CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value
Daniel Stenberg
2012-10-16
darwinssl: un-broke iOS build, fix error on server disconnect
Nick Zitzmann
2012-09-08
darwinssl: fixed for older Mac OS X versions
Nick Zitzmann
2012-09-01
darwinssl: Bugfix for previous commit for older cats
Nick Zitzmann
2012-08-18
darwinssl: add TLS 1.1 and 1.2 support, replace deprecated functions
Nick Zitzmann
2012-07-25
darwinssl: fixed freeze involving the multi interface
Nick Zitzmann
2012-07-08
darwinssl: don't use arc4random_buf
Nick Zitzmann
2012-07-07
darwinssl: output cipher with text, remove SNI warning
Nick Zitzmann
2012-06-27
build: add our standard includes to curl_darwinssl.c and curl_multibyte.c
Yang Tse
2012-06-27
DarwinSSL: allow using NTLM authentication
Nick Zitzmann
2012-06-26
DarwinSSL: several adjustments
Nick Zitzmann
2012-06-26
darwinssl: add support for native Mac OS X/iOS SSL
Nick Zitzmann