summaryrefslogtreecommitdiff
path: root/lib/vtls/darwinssl.c
Commit message (Expand)AuthorAgeFilesLines
* tls: fix mbedTLS 2.7.0 build + handle sha256 failuresWyatt O'Day2018-04-061-1/+2
* darwinssl: fix iOS buildChris Araman2018-03-181-0/+2
* cleanup: misc typos in strings and commentsluz.paz2018-03-161-1/+1
* darwinssl: Don't import client certificates into Keychain on macOSDair Grant2018-01-251-12/+61
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-051-2/+0
* vtls: change struct Curl_ssl `close' field name to `close_one'.Patrick Monnerat2017-10-191-1/+1
* darwinssl: add support for TLSv1.3Nick Zitzmann2017-10-051-11/+81
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-2/+2
* vtls: switch to CURL_SHA256_DIGEST_LENGTH defineDaniel Stenberg2017-09-071-1/+1
* SSL: fix unused parameter warningsJay Satiro2017-09-061-0/+2
* darwinssl: handle long strings in TLS certs (follow-up)Jay Satiro2017-08-311-2/+17
* vtls: refactor out essential information about the SSL backendsJohannes Schindelin2017-08-281-2/+1
* vtls: allow selecting which SSL backend to use at runtimeJohannes Schindelin2017-08-281-2/+0
* vtls: fold the backend ID into the Curl_ssl structureJohannes Schindelin2017-08-281-0/+1
* vtls: encapsulate SSL backend-specific dataJohannes Schindelin2017-08-281-1/+12
* vtls: prepare the SSL backends for encapsulated private dataJohannes Schindelin2017-08-281-83/+85
* getinfo: access SSL internals via Curl_sslJohannes Schindelin2017-08-281-0/+8
* vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin2017-08-281-17/+13
* vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin2017-08-281-0/+1
* vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin2017-08-281-0/+27
* vtls: move sha256sum into the Curl_ssl structJohannes Schindelin2017-08-281-5/+6
* vtls: move md5sum into the Curl_ssl structJohannes Schindelin2017-08-281-5/+7
* vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin2017-08-281-0/+2
* vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin2017-08-281-0/+22
* vtls: make sure every _sha256sum()'s first arg is constJohannes Schindelin2017-08-281-1/+1
* vtls: use consistent signature for _random() implementationsJohannes Schindelin2017-08-281-2/+2
* darwinssl: handle long strings in TLS certsDaniel Stenberg2017-08-271-68/+73
* darwinssi: fix error: variable length array usedDaniel Stenberg2017-08-161-1/+1
* darwinssl: fix compiler warningMarcel Raad2017-08-051-1/+1
* darwin: silence compiler warningsDaniel Stenberg2017-08-041-2/+12
* darwinssl: fix curlssl_sha256sum() compiler warnings on first argumentDaniel Stenberg2017-08-031-3/+3
* darwinssl: fix variable type mistake (regression)Daniel Stenberg2017-07-271-1/+2
* darwinssl: fix pinnedpubkey build errorJay Satiro2017-07-171-1/+1
* darwinssl: Fix exception when processing a client-side certificate fileNick Zitzmann2017-05-161-1/+1
* SecureTransport/DarwinSSL: Implement public key pinningmoparisthebest2017-05-151-0/+156
* TLS: Fix switching off SSL session id when client cert is usedJay Satiro2017-04-181-1/+1
* darwinssl: fix typo in variable namePalo Markovic2017-03-181-1/+1
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-25/+120
* darwinssl: Warn that disabling host verify also disables SNIJDepooter2017-03-021-0/+3
* darwinssl: Avoid parsing certificates when not in verbose modeDaniel Gustafsson2017-02-071-6/+27
* rand: make it work without TLS backingDaniel Stenberg2017-01-121-4/+4
* darwinssl: --insecure overrides --cacert if both settings are in useNick Zitzmann2017-01-031-7/+2
* darwinssl: fix CFArrayRef leakChris Araman2016-12-271-6/+10
* darwinssl: fix iOS buildChris Araman2016-12-271-0/+4
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-8/+8
* checksrc: move open braces to comply with function declaration styleDaniel Stenberg2016-11-241-3/+6
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-1/+1
* HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij2016-11-241-37/+40
* darwinssl: adopted to the HTTPS proxy changesDaniel Stenberg2016-11-241-151/+153
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-11/+13