summaryrefslogtreecommitdiff
path: root/lib/vtls/darwinssl.c
Commit message (Expand)AuthorAgeFilesLines
* darwinssl: accept setting max-tls with default min-tlsDaniel Stenberg2018-12-141-2/+1
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-1/+1
* ssl: replace all internal uses of CURLE_SSL_CACERTHan Han2018-11-201-12/+12
* vtls: fix ssl version "or later" behavior change for many backendsJay Satiro2018-09-201-2/+0
* darwinssl: Fix realloc memleakDaniel Gustafsson2018-09-181-1/+2
* ssl: deprecate CURLE_SSL_CACERT in favour of a unified error codeHan Han2018-09-061-1/+1
* darwinssl: more specific and unified error codesHan Han2018-09-061-146/+278
* darwinssl: add support for ALPN negotiationRodger Combs2018-07-141-0/+62
* darwinssl: allow High Sierra users to build the code using GCCNick Zitzmann2018-07-061-8/+9
* vtls: use unified "supports" bitfield member in backendsDaniel Stenberg2018-05-041-7/+3
* 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