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
2018-09-20
vtls: fix ssl version "or later" behavior change for many backends
Jay Satiro
2018-09-18
darwinssl: Fix realloc memleak
Daniel Gustafsson
2018-09-06
ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code
Han Han
2018-09-06
darwinssl: more specific and unified error codes
Han Han
2018-07-14
darwinssl: add support for ALPN negotiation
Rodger Combs
2018-07-06
darwinssl: allow High Sierra users to build the code using GCC
Nick Zitzmann
2018-05-04
vtls: use unified "supports" bitfield member in backends
Daniel Stenberg
2018-04-06
tls: fix mbedTLS 2.7.0 build + handle sha256 failures
Wyatt O'Day
2018-03-18
darwinssl: fix iOS build
Chris Araman
2018-03-16
cleanup: misc typos in strings and comments
luz.paz
2018-01-25
darwinssl: Don't import client certificates into Keychain on macOS
Dair Grant
2018-01-05
build: remove HAVE_LIMITS_H check
Jay Satiro
2017-10-19
vtls: change struct Curl_ssl `close' field name to `close_one'.
Patrick Monnerat
2017-10-05
darwinssl: add support for TLSv1.3
Nick Zitzmann
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-09-07
vtls: switch to CURL_SHA256_DIGEST_LENGTH define
Daniel Stenberg
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
[next]