summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-4/+4
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-4/+4
* vtls: change struct Curl_ssl `close' field name to `close_one'.Patrick Monnerat2017-10-1912-14/+14
* openssl: don't use old BORINGSSL_YYYYMM macrosDavid Benjamin2017-10-111-3/+2
* openssl: enable PKCS12 support for !BoringSSLDaniel Stenberg2017-10-091-2/+4
* vtls: fix warnings with --disable-crypto-authMarcel Raad2017-10-061-0/+4
* openssl: fix build without HAVE_OPAQUE_EVP_PKEYDaniel Stenberg2017-10-061-1/+1
* build: fix --disable-crypto-authDaniel Stenberg2017-10-051-0/+10
* darwinssl: add support for TLSv1.3Nick Zitzmann2017-10-051-11/+81
* vtls: compare and clone ssl configs properlyMichael Kaufmann2017-10-031-12/+15
* ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM headerJay Satiro2017-09-231-9/+0
* ntlm: use strict order for SSL backend #if branchesViktor Szakats2017-09-221-0/+9
* vtls: provide curl_global_sslset() even in non-SSL buildsDaniel Stenberg2017-09-221-1/+11
* openssl: only verify RSA private key if supportedDirk Feytons2017-09-211-6/+22
* schannel: Support partial send for when data is too largeMarc Aldorasi2017-09-161-2/+1
* openssl: add missing includesDavid Benjamin2017-09-161-0/+2
* conversions: fix several compiler warningsDaniel Stenberg2017-09-151-1/+2
* code style: use spaces around plusesDaniel Stenberg2017-09-112-3/+3
* code style: use spaces around equals signsDaniel Stenberg2017-09-1110-61/+61
* mbedtls: enable CA path processingJay Satiro2017-09-101-1/+1
* OpenSSL: fix yet another mistake while encapsulating SSL backend dataJohannes Schindelin2017-09-071-1/+3
* OpenSSL: fix erroneous SSL backend encapsulationJohannes Schindelin2017-09-071-2/+2
* vtls: fix memory corruptionJay Satiro2017-09-071-0/+10
* vtls: switch to CURL_SHA256_DIGEST_LENGTH defineDaniel Stenberg2017-09-073-7/+8
* SSL: fix unused parameter warningsJay Satiro2017-09-064-0/+6
* vtls: select ssl backend case-insensitive (follow-up)Gisle Vanem2017-09-061-5/+8
* openssl: Integrate Peter Wu's SSLKEYLOGFILE implementationJay Satiro2017-09-051-0/+168
* openssl: use OpenSSL's default ciphers by defaultKamil Dudka2017-09-051-4/+14
* schannel: return CURLE_SSL_CACERT on failed verificationDaniel Stenberg2017-09-041-1/+1
* curl_global_sslset: select backend by name case insensitivelyDaniel Stenberg2017-09-011-1/+1
* darwinssl: handle long strings in TLS certs (follow-up)Jay Satiro2017-08-311-2/+17
* cyassl: call it the "WolfSSL" backendDaniel Stenberg2017-08-311-1/+1
* polarssl: fix multissl breakageDaniel Stenberg2017-08-311-5/+2
* configure: allow setting the default SSL backendJohannes Schindelin2017-08-281-0/+4
* vtls: use Curl_ssl_multi pseudo backend only when neededJohannes Schindelin2017-08-281-1/+26
* version: if built with more than one SSL backend, report all of themJohannes Schindelin2017-08-281-7/+44
* vtls: introduce curl_global_sslset()Johannes Schindelin2017-08-281-9/+34
* vtls: refactor out essential information about the SSL backendsJohannes Schindelin2017-08-2812-26/+18
* vtls: allow selecting which SSL backend to use at runtimeJohannes Schindelin2017-08-2811-18/+143
* vtls: fold the backend ID into the Curl_ssl structureJohannes Schindelin2017-08-2822-33/+17
* vtls: encapsulate SSL backend-specific dataJohannes Schindelin2017-08-2811-21/+153
* vtls: prepare the SSL backends for encapsulated private dataJohannes Schindelin2017-08-2810-712/+762
* getinfo: access SSL internals via Curl_sslJohannes Schindelin2017-08-2811-0/+83
* vtls: move SSL backends' private constants out of their header filesJohannes Schindelin2017-08-284-51/+51
* axtls: use Curl_none_* versions of init() and cleanup()Johannes Schindelin2017-08-281-17/+7
* vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin2017-08-2821-380/+134
* schannel: reorder functions topologicallyJohannes Schindelin2017-08-281-12/+12
* axtls: reorder functions topologicallyJohannes Schindelin2017-08-281-16/+16
* vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin2017-08-2816-16/+16
* vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin2017-08-2820-87/+93