summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* openssl: acknowledge --tls-max for default version tooDaniel Stenberg2018-05-171-2/+1
* schannel_verify: fix build for non-schannelDaniel Stenberg2018-05-161-2/+1
* schannel: disable manual verify if APIs not availableJay Satiro2018-05-163-4/+37
* schannel: disable client cert option if APIs not availableArchangel_SDY2018-05-161-0/+15
* lib: Fix format specifiersRikard Falkeborn2018-05-141-1/+1
* openssl: change FILE ops to BIO opsSunny Purushe2018-05-101-15/+41
* vtls: fix missing commasDaniel Stenberg2018-05-043-3/+3
* vtls: use unified "supports" bitfield member in backendsDaniel Stenberg2018-05-0412-79/+43
* vtls: don't define MD5_DIGEST_LENGTH for wolfsslDaniel Stenberg2018-05-021-1/+3
* wolfssl: Fix non-blocking connectDavid Garske2018-05-021-1/+1
* checksrc: force indentation of lines after an elseDaniel Gustafsson2018-04-271-2/+1
* cyassl: adapt to libraries without TLS 1.0 support built-inDaniel Stenberg2018-04-261-1/+6
* curl_global_sslset: always provide available backendsChristian Schmitz2018-04-231-2/+3
* schannel: fix build error on targets <= XPArchangel_SDY2018-04-231-1/+1
* openssl: fix subjectAltName check on non-ASCII platformsStephan Mühlstrasser2018-04-201-4/+46
* openssl: Add support for OpenSSL 1.1.1 verbose-mode trace messagesJay Satiro2018-04-201-8/+47
* schannel: add support for CURLOPT_CAINFODan McNulty2018-04-183-198/+626
* schannel: fix warningJay Satiro2018-04-171-1/+2
* schannel: add client certificate authenticationArchangel_SDY2018-04-171-1/+120
* all: Refactor malloc+memset to use callocDaniel Gustafsson2018-04-152-7/+3
* 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