aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
AgeCommit message (Expand)Author
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
2017-10-06openssl: fix build without HAVE_OPAQUE_EVP_PKEYDaniel Stenberg
2017-10-05build: fix --disable-crypto-authDaniel Stenberg
2017-10-05darwinssl: add support for TLSv1.3Nick Zitzmann
2017-10-03vtls: compare and clone ssl configs properlyMichael Kaufmann
2017-09-23ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM headerJay Satiro
2017-09-22ntlm: use strict order for SSL backend #if branchesViktor Szakats
2017-09-22vtls: provide curl_global_sslset() even in non-SSL buildsDaniel Stenberg
2017-09-21openssl: only verify RSA private key if supportedDirk Feytons
2017-09-16schannel: Support partial send for when data is too largeMarc Aldorasi
2017-09-16openssl: add missing includesDavid Benjamin
2017-09-15conversions: fix several compiler warningsDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-09-10mbedtls: enable CA path processingJay Satiro
2017-09-07OpenSSL: fix yet another mistake while encapsulating SSL backend dataJohannes Schindelin
2017-09-07OpenSSL: fix erroneous SSL backend encapsulationJohannes Schindelin
2017-09-07vtls: fix memory corruptionJay Satiro
2017-09-07vtls: switch to CURL_SHA256_DIGEST_LENGTH defineDaniel Stenberg
2017-09-06SSL: fix unused parameter warningsJay Satiro
2017-09-06vtls: select ssl backend case-insensitive (follow-up)Gisle Vanem
2017-09-05openssl: Integrate Peter Wu's SSLKEYLOGFILE implementationJay Satiro
2017-09-05openssl: use OpenSSL's default ciphers by defaultKamil Dudka
2017-09-04schannel: return CURLE_SSL_CACERT on failed verificationDaniel Stenberg