summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* build: cleanup to fix clang warnings/errorsDaniel Stenberg2018-04-081-4/+6
* Revert "openssl: Don't add verify locations when verifypeer==0"Gaurav Malhotra2018-04-061-15/+16
* tls: fix mbedTLS 2.7.0 build + handle sha256 failuresWyatt O'Day2018-04-0610-10/+29
* openssl: provide defines for argument typecasts to build warning-freeDaniel Stenberg2018-04-041-1/+9
* openssl: fix build with LibreSSL 2.7Bernard Spil2018-04-041-6/+9
* darwinssl: fix iOS buildChris Araman2018-03-181-0/+2
* cleanup: misc typos in strings and commentsluz.paz2018-03-161-1/+1
* WolfSSL: adding TLSv1.3sergii.kavunenko2018-03-051-1/+11
* unit1309: fix warning on Windows x64Marcel Raad2018-02-281-12/+3
* nss: use PK11_CreateManagedGenericObject() if availableKamil Dudka2018-02-151-1/+11
* schannel: fix "no previous prototype" compiler warningMichael Kaufmann2018-02-091-8/+8
* schannel: fix compiler warningsMichael Kaufmann2018-02-081-10/+13
* openssl: Don't add verify locations when verifypeer==0Patrick Schlangen2018-02-061-16/+15
* GSKit: restore pinnedpubkey functionalitymoparisthebest2018-01-251-1/+1
* darwinssl: Don't import client certificates into Keychain on macOSDair Grant2018-01-251-12/+61
* openssl: fix pinned public key build error in FIPS modeMcDonough, Tim2018-01-251-10/+18
* SChannel/WinSSL: Replace Curl_none_md5sum with Curl_schannel_md5summoparisthebest2018-01-251-1/+10
* SChannel/WinSSL: Implement public key pinningmoparisthebest2018-01-251-3/+140
* openssl: fix potential memory leak in SSLKEYLOGFILE logicDaniel Stenberg2018-01-181-9/+12
* openssl: fix the libressl build againDaniel Stenberg2018-01-181-1/+1
* openssl: enable SSLKEYLOGFILE support by defaultDaniel Stenberg2018-01-151-4/+6
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-054-9/+1
* openssl: fix memory leak of SSLKEYLOGFILE filenameJay Satiro2018-01-031-1/+2
* vtls: replaced getenv() with curl_getenv()dmitrykos2017-12-121-1/+4
* openssl: Disable file buffering for Win32 SSLKEYLOGFILEJay Satiro2017-12-101-0/+4
* openssl: improve data-pending check for https proxyJay Satiro2017-12-081-6/+7
* openssl: pkcs12 is supported by boringsslDaniel Stenberg2017-12-021-10/+0
* openssl: fix boringssl build againDaniel Stenberg2017-11-271-1/+1
* openssl: fix "Value stored to 'rc' is never read" scan-build errorDaniel Stenberg2017-11-211-2/+2
* openssl: fix too broad use of HAVE_OPAQUE_EVP_PKEYDirk Feytons2017-11-151-2/+8
* 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