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
/
vtls
/
darwinssl.c
Age
Commit message (
Expand
)
Author
2017-05-16
darwinssl: Fix exception when processing a client-side certificate file
Nick Zitzmann
2017-05-15
SecureTransport/DarwinSSL: Implement public key pinning
moparisthebest
2017-04-18
TLS: Fix switching off SSL session id when client cert is used
Jay Satiro
2017-03-18
darwinssl: fix typo in variable name
Palo Markovic
2017-03-08
vtls: add options to specify range of enabled TLS versions
Jozef Kralik
2017-03-02
darwinssl: Warn that disabling host verify also disables SNI
JDepooter
2017-02-07
darwinssl: Avoid parsing certificates when not in verbose mode
Daniel Gustafsson
2017-01-12
rand: make it work without TLS backing
Daniel Stenberg
2017-01-03
darwinssl: --insecure overrides --cacert if both settings are in use
Nick Zitzmann
2016-12-27
darwinssl: fix CFArrayRef leak
Chris Araman
2016-12-27
darwinssl: fix iOS build
Chris Araman
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-11-24
checksrc: move open braces to comply with function declaration style
Daniel Stenberg
2016-11-24
checksrc: white space edits to comply to stricter checksrc
Daniel Stenberg
2016-11-24
HTTPS-proxy: fixed mbedtls and polishing
Okhin Vasilij
2016-11-24
darwinssl: adopted to the HTTPS proxy changes
Daniel Stenberg
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-11-15
darwinssl: fix SSL client certificate not found on MacOS Sierra
David Schweikert
2016-11-09
vtls: Fail on unrecognized param for CURLOPT_SSLVERSION
Jay Satiro
2016-11-07
vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3
Kamil Dudka
2016-10-18
select: switch to macros in uppercase
Daniel Stenberg
2016-09-19
darwinssl: Fix typo in comment
Daniel Gustafsson
2016-09-18
darwinssl: disable RC4 cipher-suite support
Nick Zitzmann
2016-09-06
darwinssl: test for errSecSuccess in PKCS12 import rather than noErr (#993)
Daniel Gustafsson
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-06-22
vtls: Only call add/getsession if session id is enabled
Jay Satiro
2016-06-01
vtls: fix ssl session cache race condition
Ivan Avdeev
2016-05-13
darwinssl.c: fix OS X codename typo in comment
Viktor Szakats
2016-05-12
darwinssl: fix certificate verification disable on OS X 10.8
Per Malmberg
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
2015-03-03
vtls: use curl_printf.h all over
Daniel Stenberg
2015-02-15
By request, change the name of "curl_darwinssl.[ch]" to "darwinssl.[ch]"
Nick Zitzmann