summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* openssl: assume engine support in 1.0.1 or laterDaniel Stenberg2018-06-111-11/+14
* boringssl + schannel: undef X509_NAME in lib/schannel.hGisle Vanem2018-06-081-0/+19
* axtls: follow-up spell fix of commentDaniel Stenberg2018-06-021-1/+1
* axTLS: not considered fit for useDaniel Stenberg2018-06-021-0/+5
* setopt: add TLS 1.3 ciphersuitesDaniel Stenberg2018-05-293-1/+36
* schannel: add failf calls for client certificate failuresralcock2018-05-271-0/+4
* schannel: make CAinfo parsing resilient to CR/LFJohannes Schindelin2018-05-221-2/+6
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-214-23/+24
* 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