Age | Commit message (Expand) | Author |
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 |
2018-06-29 | openssl: make the requested TLS version the *minimum* wanted | Daniel Stenberg |
2018-06-29 | openssl: allow TLS 1.3 by default | Daniel Stenberg |
2018-06-12 | Curl_debug: remove dead printhost code | Daniel Stenberg |
2018-06-11 | openssl: assume engine support in 1.0.1 or later | Daniel Stenberg |
2018-05-29 | setopt: add TLS 1.3 ciphersuites | Daniel Stenberg |
2018-05-17 | openssl: acknowledge --tls-max for default version too | Daniel Stenberg |
2018-05-10 | openssl: change FILE ops to BIO ops | Sunny Purushe |
2018-05-04 | vtls: use unified "supports" bitfield member in backends | Daniel Stenberg |
2018-04-20 | openssl: fix subjectAltName check on non-ASCII platforms | Stephan Mühlstrasser |
2018-04-20 | openssl: Add support for OpenSSL 1.1.1 verbose-mode trace messages | Jay Satiro |
2018-04-06 | Revert "openssl: Don't add verify locations when verifypeer==0" | Gaurav Malhotra |
2018-04-06 | tls: fix mbedTLS 2.7.0 build + handle sha256 failures | Wyatt O'Day |
2018-04-04 | openssl: provide defines for argument typecasts to build warning-free | Daniel Stenberg |
2018-04-04 | openssl: fix build with LibreSSL 2.7 | Bernard Spil |
2018-02-06 | openssl: Don't add verify locations when verifypeer==0 | Patrick Schlangen |