aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
AgeCommit message (Expand)Author
2018-05-04vtls: fix missing commasDaniel Stenberg
2018-05-04vtls: use unified "supports" bitfield member in backendsDaniel Stenberg
2018-05-02vtls: don't define MD5_DIGEST_LENGTH for wolfsslDaniel Stenberg
2018-05-02wolfssl: Fix non-blocking connectDavid Garske
2018-04-27checksrc: force indentation of lines after an elseDaniel Gustafsson
2018-04-26cyassl: adapt to libraries without TLS 1.0 support built-inDaniel Stenberg
2018-04-23curl_global_sslset: always provide available backendsChristian Schmitz
2018-04-23schannel: fix build error on targets <= XPArchangel_SDY
2018-04-20openssl: fix subjectAltName check on non-ASCII platformsStephan Mühlstrasser
2018-04-20openssl: Add support for OpenSSL 1.1.1 verbose-mode trace messagesJay Satiro
2018-04-18schannel: add support for CURLOPT_CAINFODan McNulty
2018-04-17schannel: fix warningJay Satiro
2018-04-17schannel: add client certificate authenticationArchangel_SDY
2018-04-15all: Refactor malloc+memset to use callocDaniel Gustafsson
2018-04-08build: cleanup to fix clang warnings/errorsDaniel Stenberg
2018-04-06Revert "openssl: Don't add verify locations when verifypeer==0"Gaurav Malhotra
2018-04-06tls: fix mbedTLS 2.7.0 build + handle sha256 failuresWyatt O'Day
2018-04-04openssl: provide defines for argument typecasts to build warning-freeDaniel Stenberg
2018-04-04openssl: fix build with LibreSSL 2.7Bernard Spil
2018-03-18darwinssl: fix iOS buildChris Araman
2018-03-16cleanup: misc typos in strings and commentsluz.paz
2018-03-05WolfSSL: adding TLSv1.3sergii.kavunenko
2018-02-28unit1309: fix warning on Windows x64Marcel Raad
2018-02-15nss: use PK11_CreateManagedGenericObject() if availableKamil Dudka
2018-02-09schannel: fix "no previous prototype" compiler warningMichael Kaufmann
2018-02-08schannel: fix compiler warningsMichael Kaufmann
2018-02-06openssl: Don't add verify locations when verifypeer==0Patrick Schlangen
2018-01-25GSKit: restore pinnedpubkey functionalitymoparisthebest
2018-01-25darwinssl: Don't import client certificates into Keychain on macOSDair Grant
2018-01-25openssl: fix pinned public key build error in FIPS modeMcDonough, Tim
2018-01-25SChannel/WinSSL: Replace Curl_none_md5sum with Curl_schannel_md5summoparisthebest
2018-01-25SChannel/WinSSL: Implement public key pinningmoparisthebest
2018-01-18openssl: fix potential memory leak in SSLKEYLOGFILE logicDaniel Stenberg
2018-01-18openssl: fix the libressl build againDaniel Stenberg
2018-01-15openssl: enable SSLKEYLOGFILE support by defaultDaniel Stenberg
2018-01-05build: remove HAVE_LIMITS_H checkJay Satiro
2018-01-03openssl: fix memory leak of SSLKEYLOGFILE filenameJay Satiro
2017-12-12vtls: replaced getenv() with curl_getenv()dmitrykos
2017-12-10openssl: Disable file buffering for Win32 SSLKEYLOGFILEJay Satiro
2017-12-08openssl: improve data-pending check for https proxyJay Satiro
2017-12-02openssl: pkcs12 is supported by boringsslDaniel Stenberg
2017-11-27openssl: fix boringssl build againDaniel Stenberg
2017-11-21openssl: fix "Value stored to 'rc' is never read" scan-build errorDaniel Stenberg
2017-11-15openssl: fix too broad use of HAVE_OPAQUE_EVP_PKEYDirk Feytons
2017-10-25time: rename Curl_tvnow to Curl_nowDaniel Stenberg
2017-10-25timediff: return timediff_t from the time diff functionsDaniel Stenberg
2017-10-19vtls: change struct Curl_ssl `close' field name to `close_one'.Patrick Monnerat
2017-10-11openssl: don't use old BORINGSSL_YYYYMM macrosDavid Benjamin
2017-10-09openssl: enable PKCS12 support for !BoringSSLDaniel Stenberg
2017-10-06vtls: fix warnings with --disable-crypto-authMarcel Raad