aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
AgeCommit message (Expand)Author
2018-05-29setopt: add TLS 1.3 ciphersuitesDaniel Stenberg
2018-05-27schannel: add failf calls for client certificate failuresralcock
2018-05-22schannel: make CAinfo parsing resilient to CR/LFJohannes Schindelin
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-05-17openssl: acknowledge --tls-max for default version tooDaniel Stenberg
2018-05-16schannel_verify: fix build for non-schannelDaniel Stenberg
2018-05-16schannel: disable manual verify if APIs not availableJay Satiro
2018-05-16schannel: disable client cert option if APIs not availableArchangel_SDY
2018-05-14lib: Fix format specifiersRikard Falkeborn
2018-05-10openssl: change FILE ops to BIO opsSunny Purushe
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