Age | Commit message (Expand) | Author |
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 |
2017-10-06 | openssl: fix build without HAVE_OPAQUE_EVP_PKEY | Daniel Stenberg |
2017-10-05 | build: fix --disable-crypto-auth | Daniel Stenberg |
2017-10-05 | darwinssl: add support for TLSv1.3 | Nick Zitzmann |
2017-10-03 | vtls: compare and clone ssl configs properly | Michael Kaufmann |
2017-09-23 | ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM header | Jay Satiro |
2017-09-22 | ntlm: use strict order for SSL backend #if branches | Viktor Szakats |
2017-09-22 | vtls: provide curl_global_sslset() even in non-SSL builds | Daniel Stenberg |
2017-09-21 | openssl: only verify RSA private key if supported | Dirk Feytons |
2017-09-16 | schannel: Support partial send for when data is too large | Marc Aldorasi |
2017-09-16 | openssl: add missing includes | David Benjamin |
2017-09-15 | conversions: fix several compiler warnings | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-09-10 | mbedtls: enable CA path processing | Jay Satiro |
2017-09-07 | OpenSSL: fix yet another mistake while encapsulating SSL backend data | Johannes Schindelin |
2017-09-07 | OpenSSL: fix erroneous SSL backend encapsulation | Johannes Schindelin |
2017-09-07 | vtls: fix memory corruption | Jay Satiro |
2017-09-07 | vtls: switch to CURL_SHA256_DIGEST_LENGTH define | Daniel Stenberg |
2017-09-06 | SSL: fix unused parameter warnings | Jay Satiro |
2017-09-06 | vtls: select ssl backend case-insensitive (follow-up) | Gisle Vanem |
2017-09-05 | openssl: Integrate Peter Wu's SSLKEYLOGFILE implementation | Jay Satiro |
2017-09-05 | openssl: use OpenSSL's default ciphers by default | Kamil Dudka |
2017-09-04 | schannel: return CURLE_SSL_CACERT on failed verification | Daniel Stenberg |
2017-09-01 | curl_global_sslset: select backend by name case insensitively | Daniel Stenberg |
2017-08-31 | darwinssl: handle long strings in TLS certs (follow-up) | Jay Satiro |
2017-08-31 | cyassl: call it the "WolfSSL" backend | Daniel Stenberg |
2017-08-31 | polarssl: fix multissl breakage | Daniel Stenberg |
2017-08-28 | configure: allow setting the default SSL backend | Johannes Schindelin |
2017-08-28 | vtls: use Curl_ssl_multi pseudo backend only when needed | Johannes Schindelin |
2017-08-28 | version: if built with more than one SSL backend, report all of them | Johannes Schindelin |
2017-08-28 | vtls: introduce curl_global_sslset() | Johannes Schindelin |
2017-08-28 | vtls: refactor out essential information about the SSL backends | Johannes Schindelin |
2017-08-28 | vtls: allow selecting which SSL backend to use at runtime | Johannes Schindelin |
2017-08-28 | vtls: fold the backend ID into the Curl_ssl structure | Johannes Schindelin |
2017-08-28 | vtls: encapsulate SSL backend-specific data | Johannes Schindelin |
2017-08-28 | vtls: prepare the SSL backends for encapsulated private data | Johannes Schindelin |
2017-08-28 | getinfo: access SSL internals via Curl_ssl | Johannes Schindelin |
2017-08-28 | vtls: move SSL backends' private constants out of their header files | Johannes Schindelin |
2017-08-28 | axtls: use Curl_none_* versions of init() and cleanup() | Johannes Schindelin |
2017-08-28 | vtls: remove obsolete declarations of SSL backend functionality | Johannes Schindelin |
2017-08-28 | schannel: reorder functions topologically | Johannes Schindelin |
2017-08-28 | axtls: reorder functions topologically | Johannes Schindelin |