Age | Commit message (Expand) | Author |
2018-05-04 | vtls: fix missing commas | Daniel Stenberg |
2018-05-04 | vtls: use unified "supports" bitfield member in backends | Daniel Stenberg |
2018-05-02 | vtls: don't define MD5_DIGEST_LENGTH for wolfssl | Daniel Stenberg |
2018-05-02 | wolfssl: Fix non-blocking connect | David Garske |
2018-04-27 | checksrc: force indentation of lines after an else | Daniel Gustafsson |
2018-04-26 | cyassl: adapt to libraries without TLS 1.0 support built-in | Daniel Stenberg |
2018-04-23 | curl_global_sslset: always provide available backends | Christian Schmitz |
2018-04-23 | schannel: fix build error on targets <= XP | Archangel_SDY |
2018-04-20 | openssl: fix subjectAltName check on non-ASCII platforms | Stephan Mühlstrasser |
2018-04-20 | openssl: Add support for OpenSSL 1.1.1 verbose-mode trace messages | Jay Satiro |
2018-04-18 | schannel: add support for CURLOPT_CAINFO | Dan McNulty |
2018-04-17 | schannel: fix warning | Jay Satiro |
2018-04-17 | schannel: add client certificate authentication | Archangel_SDY |
2018-04-15 | all: Refactor malloc+memset to use calloc | Daniel Gustafsson |
2018-04-08 | build: cleanup to fix clang warnings/errors | Daniel Stenberg |
2018-04-06 | Revert "openssl: Don't add verify locations when verifypeer==0" | Gaurav Malhotra |
2018-04-06 | tls: fix mbedTLS 2.7.0 build + handle sha256 failures | Wyatt O'Day |
2018-04-04 | openssl: provide defines for argument typecasts to build warning-free | Daniel Stenberg |
2018-04-04 | openssl: fix build with LibreSSL 2.7 | Bernard Spil |
2018-03-18 | darwinssl: fix iOS build | Chris Araman |
2018-03-16 | cleanup: misc typos in strings and comments | luz.paz |
2018-03-05 | WolfSSL: adding TLSv1.3 | sergii.kavunenko |
2018-02-28 | unit1309: fix warning on Windows x64 | Marcel Raad |
2018-02-15 | nss: use PK11_CreateManagedGenericObject() if available | Kamil Dudka |
2018-02-09 | schannel: fix "no previous prototype" compiler warning | Michael Kaufmann |
2018-02-08 | schannel: fix compiler warnings | Michael Kaufmann |
2018-02-06 | openssl: Don't add verify locations when verifypeer==0 | Patrick Schlangen |
2018-01-25 | GSKit: restore pinnedpubkey functionality | moparisthebest |
2018-01-25 | darwinssl: Don't import client certificates into Keychain on macOS | Dair Grant |
2018-01-25 | openssl: fix pinned public key build error in FIPS mode | McDonough, Tim |
2018-01-25 | SChannel/WinSSL: Replace Curl_none_md5sum with Curl_schannel_md5sum | moparisthebest |
2018-01-25 | SChannel/WinSSL: Implement public key pinning | moparisthebest |
2018-01-18 | openssl: fix potential memory leak in SSLKEYLOGFILE logic | Daniel Stenberg |
2018-01-18 | openssl: fix the libressl build again | Daniel Stenberg |
2018-01-15 | openssl: enable SSLKEYLOGFILE support by default | Daniel Stenberg |
2018-01-05 | build: remove HAVE_LIMITS_H check | Jay Satiro |
2018-01-03 | openssl: fix memory leak of SSLKEYLOGFILE filename | Jay Satiro |
2017-12-12 | vtls: replaced getenv() with curl_getenv() | dmitrykos |
2017-12-10 | openssl: Disable file buffering for Win32 SSLKEYLOGFILE | Jay Satiro |
2017-12-08 | openssl: improve data-pending check for https proxy | Jay Satiro |
2017-12-02 | openssl: pkcs12 is supported by boringssl | Daniel Stenberg |
2017-11-27 | openssl: fix boringssl build again | Daniel Stenberg |
2017-11-21 | openssl: fix "Value stored to 'rc' is never read" scan-build error | Daniel Stenberg |
2017-11-15 | openssl: fix too broad use of HAVE_OPAQUE_EVP_PKEY | Dirk Feytons |
2017-10-25 | time: rename Curl_tvnow to Curl_now | Daniel Stenberg |
2017-10-25 | timediff: return timediff_t from the time diff functions | Daniel Stenberg |
2017-10-19 | vtls: change struct Curl_ssl `close' field name to `close_one'. | Patrick Monnerat |
2017-10-11 | openssl: don't use old BORINGSSL_YYYYMM macros | David Benjamin |
2017-10-09 | openssl: enable PKCS12 support for !BoringSSL | Daniel Stenberg |
2017-10-06 | vtls: fix warnings with --disable-crypto-auth | Marcel Raad |