Age | Commit message (Expand) | Author |
2019-09-10 | openssl: indent, re-organize and add comments | Clément Notin |
2019-08-20 | openssl: build warning free with boringssl | Daniel Stenberg |
2019-08-13 | nss: use TLSv1.3 as default if supported | Peter Wu |
2019-08-06 | mesalink: implement client authentication | Yiming Jing |
2019-07-30 | cleanup: remove the 'numsocks' argument used in many places | Daniel Stenberg |
2019-07-19 | source: remove names from source comments | Daniel Stenberg |
2019-07-17 | nss: inspect returnvalue of token check | Daniel Gustafsson |
2019-07-14 | openssl: define HAVE_SSL_GET_SHUTDOWN based on version number | Zenju |
2019-07-06 | nss: support using libnss on macOS | Daniel Gustafsson |
2019-07-06 | nss: don't set unused parameter | Daniel Gustafsson |
2019-07-06 | nss: only cache valid CRL entries | Daniel Gustafsson |
2019-06-30 | docs: Fix links to OpenSSL docs | Jay Satiro |
2019-06-26 | openssl: disable engine if OPENSSL_NO_UI_CONSOLE is defined | Daniel Stenberg |
2019-06-18 | openssl: fix pubkey/signature algorithm detection in certinfo | Gergely Nagy |
2019-06-17 | openssl: remove outdated comment | Daniel Gustafsson |
2019-06-11 | wolfssl: fix key pinning build error | Daniel Stenberg |
2019-06-10 | wolfssl: fixup for SNI use | Daniel Stenberg |
2019-06-10 | wolfssl: refer to it as wolfSSL only | Daniel Stenberg |
2019-06-05 | build: fix Codacy warnings | Marcel Raad |
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 |