summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* strerror: make the strerror function use local buffersDaniel Stenberg2019-02-262-33/+52
* OpenSSL: add support for TLS ASYNC stateBernd Mueller2019-02-251-0/+6
* schannel: support CALG_ECDH_EPHEM algorithmgeorgeok2019-02-251-0/+3
* wolfssl: stop custom-adding curvesDaniel Stenberg2019-02-231-20/+1
* mbedtls: release sessionid resources on errorDaniel Gustafsson2019-02-161-0/+3
* schannel: restore some debug output but only for debug buildsJay Satiro2019-02-121-1/+6
* schannel: be quietDaniel Stenberg2019-02-121-63/+77
* mbedtls: make it build even if MBEDTLS_VERSION_C isn't setDaniel Stenberg2019-02-121-0/+5
* url: close TLS before removing conn from cacheChris Araman2019-02-061-4/+4
* spnego_sspi: add support for channel bindinggeorgeok2019-02-011-1/+1
* schannel: stop calling it "winssl"Daniel Stenberg2019-02-011-13/+13
* schannel: preserve original certificate path parameterArchangel_SDY2019-01-211-3/+10
* ntlm_sspi: add support for channel bindinggeorgeok2019-01-191-0/+10
* schannel: on connection close there might not be a transferDaniel Stenberg2019-01-181-3/+10
* openssl: fix the SSL_get_tlsext_status_ocsp_resp callDaniel Stenberg2019-01-161-3/+4
* openssl: adapt to 3.0.0, OpenSSL_version_num() is deprecatedDaniel Stenberg2019-01-131-2/+7
* schannel: fix compiler warningMarcel Raad2019-01-061-3/+3
* printf: fix format specifiersRikard Falkeborn2019-01-041-2/+2
* wolfssl: Perform cleanupDavid Garske2018-12-201-1/+7
* mbedtls: follow-up VERIFYHOST fix from f097669248Daniel Stenberg2018-12-201-9/+9
* mbedtls: use VERIFYHOSTDaniel Stenberg2018-12-171-3/+5
* darwinssl: accept setting max-tls with default min-tlsDaniel Stenberg2018-12-141-2/+1
* openssl: fix unused variable compiler warning with old opensslBen Greear2018-12-071-0/+1
* curl_global_sslset(): id == -1 is not necessarily an errorJohannes Schindelin2018-12-071-1/+8
* openssl: do not use file BIOs if not requestedGergely Nagy2018-12-051-15/+13
* nss: Fix compatibility with nss versions 3.14 to 3.15Paul Howarth2018-12-051-1/+5
* nss: Improve info message when falling back SSL protocolPaul Howarth2018-12-051-2/+34
* nss: Fall back to latest supported SSL versionPaul Howarth2018-12-051-0/+9
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-2311-46/+46
* openssl: support session resume with TLS 1.3Michael Kaufmann2018-11-211-42/+102
* ssl: fix compilation with OpenSSL 0.9.7Michael Kaufmann2018-11-211-2/+2
* openssl: disable TLS renegotiation with BoringSSLDaniel Stenberg2018-11-211-1/+8
* ssl: replace all internal uses of CURLE_SSL_CACERTHan Han2018-11-206-17/+17
* openssl: do not log excess "TLS app data" lines for TLS 1.3Peter Wu2018-11-161-17/+11
* nss: remove version selecting dead codebagder/nss-max-tlsKamil Dudka2018-11-131-14/+1
* nss: set default max-tls to 1.3/1.2Daniel Stenberg2018-11-131-1/+5
* nss: fix fallthrough comment to fix picky compiler warningDaniel Stenberg2018-11-121-1/+1
* openssl: support BoringSSL TLS renegotiationJérémy Rocher2018-11-091-0/+4
* winssl: be consistent in Schannel capitalizationDaniel Gustafsson2018-11-072-5/+4
* axtls: removedDaniel Stenberg2018-11-014-780/+0
* schannel: make CURLOPT_CERTINFO support using Issuer chainmarcosdiazr2018-11-011-8/+64
* schannel: use Curl_ prefix for global private symbolsDaniel Stenberg2018-11-013-4/+4
* vtls: add MesaLink to curl_sslbackend enumDaniel Gustafsson2018-10-301-1/+1
* openssl: output the correct cipher list on TLS 1.3 errorDaniel Stenberg2018-10-271-1/+1
* openssl: make 'done' a proper booleanDaniel Gustafsson2018-10-261-6/+6
* gtls: Values stored to but never readDaniel Stenberg2018-10-261-9/+7
* travis: add build for "configure --disable-verbose"Daniel Stenberg2018-10-181-9/+20
* spelling fixes [ci skip]Viktor Szakats2018-10-082-2/+2
* gskit: make sure to terminate version stringDaniel Gustafsson2018-10-071-2/+1
* memory: ensure to check allocation resultsDaniel Gustafsson2018-10-031-0/+4