Age | Commit message (Expand) | Author |
2019-03-20 | openssl: if cert type is ENG and no key specified, key is ENG too | David Woodhouse |
2019-03-20 | sectransp: tvOS 11 is required for ALPN support | Daniel Stenberg |
2019-03-15 | configure: add --with-amissl | Chris Young |
2019-03-15 | vtls: rename some of the SSL functions | Chris Young |
2019-03-02 | gnutls: remove call to deprecated gnutls_compression_get_name | Daniel Stenberg |
2019-02-28 | Secure Transport: no more "darwinssl" | Daniel Stenberg |
2019-02-26 | strerror: make the strerror function use local buffers | Daniel Stenberg |
2019-02-25 | OpenSSL: add support for TLS ASYNC state | Bernd Mueller |
2019-02-25 | schannel: support CALG_ECDH_EPHEM algorithm | georgeok |
2019-02-23 | wolfssl: stop custom-adding curves | Daniel Stenberg |
2019-02-16 | mbedtls: release sessionid resources on error | Daniel Gustafsson |
2019-02-12 | schannel: restore some debug output but only for debug builds | Jay Satiro |
2019-02-12 | schannel: be quiet | Daniel Stenberg |
2019-02-12 | mbedtls: make it build even if MBEDTLS_VERSION_C isn't set | Daniel Stenberg |
2019-02-06 | url: close TLS before removing conn from cache | Chris Araman |
2019-02-01 | spnego_sspi: add support for channel binding | georgeok |
2019-02-01 | schannel: stop calling it "winssl" | Daniel Stenberg |
2019-01-21 | schannel: preserve original certificate path parameter | Archangel_SDY |
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 |