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-09-06
SSL: fix unused parameter warnings
Jay Satiro
2017-08-31
darwinssl: handle long strings in TLS certs (follow-up)
Jay Satiro
2017-08-28
vtls: refactor out essential information about the SSL backends
Johannes Schindelin
2017-08-28
vtls: allow selecting which SSL backend to use at runtime
Johannes Schindelin
2017-08-28
vtls: fold the backend ID into the Curl_ssl structure
Johannes Schindelin
2017-08-28
vtls: encapsulate SSL backend-specific data
Johannes Schindelin
2017-08-28
vtls: prepare the SSL backends for encapsulated private data
Johannes Schindelin
2017-08-28
getinfo: access SSL internals via Curl_ssl
Johannes Schindelin
2017-08-28
vtls: remove obsolete declarations of SSL backend functionality
Johannes Schindelin
2017-08-28
vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl struct
Johannes Schindelin
2017-08-28
vtls: convert the have_curlssl_* constants to runtime flags
Johannes Schindelin
2017-08-28
vtls: move sha256sum into the Curl_ssl struct
Johannes Schindelin
2017-08-28
vtls: move md5sum into the Curl_ssl struct
Johannes Schindelin
2017-08-28
vtls: use the Curl_ssl struct to access all SSL backends' functionality
Johannes Schindelin
2017-08-28
vtls: declare Curl_ssl structs for every SSL backend
Johannes Schindelin
2017-08-28
vtls: make sure every _sha256sum()'s first arg is const
Johannes Schindelin
2017-08-28
vtls: use consistent signature for _random() implementations
Johannes Schindelin
2017-08-27
darwinssl: handle long strings in TLS certs
Daniel Stenberg
2017-08-16
darwinssi: fix error: variable length array used
Daniel Stenberg
2017-08-05
darwinssl: fix compiler warning
Marcel Raad
2017-08-04
darwin: silence compiler warnings
Daniel Stenberg
2017-08-03
darwinssl: fix curlssl_sha256sum() compiler warnings on first argument
Daniel Stenberg
2017-07-27
darwinssl: fix variable type mistake (regression)
Daniel Stenberg
2017-07-17
darwinssl: fix pinnedpubkey build error
Jay Satiro
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
[next]