Age | Commit message (Expand) | Author |
2019-01-19 | ntlm_sspi: add support for channel binding | georgeok |
2019-01-18 | schannel: on connection close there might not be a transfer | Daniel Stenberg |
2019-01-16 | openssl: fix the SSL_get_tlsext_status_ocsp_resp call | Daniel Stenberg |
2019-01-13 | openssl: adapt to 3.0.0, OpenSSL_version_num() is deprecated | Daniel Stenberg |
2019-01-06 | schannel: fix compiler warning | Marcel Raad |
2019-01-04 | printf: fix format specifiers | Rikard Falkeborn |
2018-12-20 | wolfssl: Perform cleanup | David Garske |
2018-12-20 | mbedtls: follow-up VERIFYHOST fix from f097669248 | Daniel Stenberg |
2018-12-17 | mbedtls: use VERIFYHOST | Daniel Stenberg |
2018-12-14 | darwinssl: accept setting max-tls with default min-tls | Daniel Stenberg |
2018-12-07 | openssl: fix unused variable compiler warning with old openssl | Ben Greear |
2018-12-07 | curl_global_sslset(): id == -1 is not necessarily an error | Johannes Schindelin |
2018-12-05 | openssl: do not use file BIOs if not requested | Gergely Nagy |
2018-12-05 | nss: Fix compatibility with nss versions 3.14 to 3.15 | Paul Howarth |
2018-12-05 | nss: Improve info message when falling back SSL protocol | Paul Howarth |
2018-12-05 | nss: Fall back to latest supported SSL version | Paul Howarth |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-11-21 | openssl: support session resume with TLS 1.3 | Michael Kaufmann |
2018-11-21 | ssl: fix compilation with OpenSSL 0.9.7 | Michael Kaufmann |
2018-11-21 | openssl: disable TLS renegotiation with BoringSSL | Daniel Stenberg |
2018-11-20 | ssl: replace all internal uses of CURLE_SSL_CACERT | Han Han |
2018-11-16 | openssl: do not log excess "TLS app data" lines for TLS 1.3 | Peter Wu |
2018-11-13 | nss: remove version selecting dead code | Kamil Dudka |
2018-11-13 | nss: set default max-tls to 1.3/1.2 | Daniel Stenberg |
2018-11-12 | nss: fix fallthrough comment to fix picky compiler warning | Daniel Stenberg |
2018-11-09 | openssl: support BoringSSL TLS renegotiation | Jérémy Rocher |
2018-11-07 | winssl: be consistent in Schannel capitalization | Daniel Gustafsson |
2018-11-01 | axtls: removed | Daniel Stenberg |
2018-11-01 | schannel: make CURLOPT_CERTINFO support using Issuer chain | marcosdiazr |
2018-11-01 | schannel: use Curl_ prefix for global private symbols | Daniel Stenberg |
2018-10-30 | vtls: add MesaLink to curl_sslbackend enum | Daniel Gustafsson |
2018-10-27 | openssl: output the correct cipher list on TLS 1.3 error | Daniel Stenberg |
2018-10-26 | openssl: make 'done' a proper boolean | Daniel Gustafsson |
2018-10-26 | gtls: Values stored to but never read | Daniel Stenberg |
2018-10-18 | travis: add build for "configure --disable-verbose" | Daniel Stenberg |
2018-10-08 | spelling fixes [ci skip] | Viktor Szakats |
2018-10-07 | gskit: make sure to terminate version string | Daniel Gustafsson |
2018-10-03 | memory: ensure to check allocation results | Daniel Gustafsson |
2018-10-03 | nss: fix nssckbi module loading on Windows | Jay Satiro |
2018-09-24 | openssl: load built-in engines too | Daniel Stenberg |
2018-09-24 | OpenSSL: enable TLS 1.3 post-handshake auth | Christian Heimes |
2018-09-23 | whitespace fixes | Viktor Szakats |
2018-09-21 | GnutTLS: TLS 1.3 support | Loganaden Velvindron |
2018-09-20 | vtls: fix ssl version "or later" behavior change for many backends | Jay Satiro |
2018-09-19 | nss: try to connect even if libnssckbi.so fails to load | Kamil Dudka |
2018-09-18 | darwinssl: Fix realloc memleak | Daniel Gustafsson |
2018-09-14 | openssl: show "proper" version number for libressl builds | Daniel Stenberg |
2018-09-14 | openssl: assume engine support in 0.9.8 or later | Rainer Jung |
2018-09-13 | sendf: Fix whitespace in infof/failf concatenation | Daniel Gustafsson |
2018-09-13 | vtls: add a MesaLink vtls backend | Yiming Jing |