Age | Commit message (Expand) | Author |
2019-09-23 | vtls: fix narrowing conversion warnings | Marcel Raad |
2019-09-22 | openssl: fix compiler warning with LibreSSL | Marcel Raad |
2019-09-16 | openssl: fix warning with boringssl and SSL_CTX_set_min_proto_version | Daniel Stenberg |
2019-09-13 | openssl: close_notify on the FTP data connection doesn't mean closure | Daniel Stenberg |
2019-09-10 | openssl: use SSL_CTX_set_<min|max>_proto_version() when available | Clément Notin |
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-07-19 | source: remove names from source comments | Daniel Stenberg |
2019-07-14 | openssl: define HAVE_SSL_GET_SHUTDOWN based on version number | Zenju |
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-05-21 | ftp: move ftp_ccc in under featureflag | Daniel Gustafsson |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-05-08 | OpenSSL: Report -fips in version if OpenSSL is built with FIPS | Ricky Leverence |
2019-05-01 | multi: provide Curl_multiuse_state to update information | Daniel Stenberg |
2019-04-12 | openssl: mark connection for close on TLS close_notify | Daniel Stenberg |
2019-03-20 | openssl: if cert type is ENG and no key specified, key is ENG too | David Woodhouse |
2019-03-15 | configure: add --with-amissl | Chris Young |
2019-02-25 | OpenSSL: add support for TLS ASYNC state | Bernd Mueller |
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 |
2018-12-07 | openssl: fix unused variable compiler warning with old openssl | Ben Greear |
2018-12-05 | openssl: do not use file BIOs if not requested | Gergely Nagy |
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-09 | openssl: support BoringSSL TLS renegotiation | Jérémy Rocher |
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-18 | travis: add build for "configure --disable-verbose" | Daniel Stenberg |
2018-10-08 | spelling fixes [ci skip] | Viktor Szakats |
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-20 | vtls: fix ssl version "or later" behavior change for many backends | Jay Satiro |
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-12 | openssl: fix gcc8 warning | Jay Satiro |
2018-09-07 | configure: add option to disable automatic OpenSSL config loading | Philipp Waehnert |
2018-09-06 | openssl: return CURLE_PEER_FAILED_VERIFICATION on failure to parse issuer | Han Han |
2018-09-03 | openssl: Fix setting TLS 1.3 cipher suites | Jay Satiro |
2018-08-10 | openssl: fix potential NULL pointer deref in is_pkcs11_uri | Daniel Stenberg |
2018-08-09 | openssl: fix debug messages | Daniel Jelinski |
2018-08-08 | ssl: set engine implicitly when a PKCS#11 URI is provided | Anderson Toshiyuki Sasaki |
2018-07-11 | openssl: assume engine support in 1.0.0 or later | Paul Howarth |
2018-06-29 | openssl: Remove some dead code | Gaurav Malhotra |