Age | Commit message (Expand) | Author |
2019-05-27 | nss: allow to specify TLS 1.3 ciphers if supported by NSS | Hubert Kario |
2019-05-24 | sectransp: handle errSSLPeerAuthCompleted from SSLRead() | Daniel Stenberg |
2019-05-21 | ftp: move ftp_ccc in under featureflag | Daniel Gustafsson |
2019-05-20 | mbedtls: enable use of EC keys | Guy Poizat |
2019-05-20 | lib: reduce variable scopes | Marcel Raad |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-05-13 | vtls: fix potential ssl_buffer stack overflow | Daniel Gustafsson |
2019-05-08 | OpenSSL: Report -fips in version if OpenSSL is built with FIPS | Ricky Leverence |
2019-05-07 | nss: allow fifos and character devices for certificates. | Frank Gevaerts |
2019-05-01 | travis: upgrade the MesaLink TLS backend to v1.0.0 | Yiming Jing |
2019-05-01 | multi: provide Curl_multiuse_state to update information | Daniel Stenberg |
2019-04-29 | nss: provide more specific error messages on failed init | Kamil Dudka |
2019-04-12 | openssl: mark connection for close on TLS close_notify | Daniel Stenberg |
2019-04-11 | build: fix Codacy/CppCheck warnings | Marcel Raad |
2019-04-11 | polarssl_threadlock: remove conditionally unused code | Marcel Raad |
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 |