| Commit message (Expand) | Author | Age | Files | Lines |
* | openssl: fix the SSL_get_tlsext_status_ocsp_resp call | Daniel Stenberg | 2019-01-16 | 1 | -3/+4 |
* | openssl: adapt to 3.0.0, OpenSSL_version_num() is deprecated | Daniel Stenberg | 2019-01-13 | 1 | -2/+7 |
* | openssl: fix unused variable compiler warning with old openssl | Ben Greear | 2018-12-07 | 1 | -0/+1 |
* | openssl: do not use file BIOs if not requested | Gergely Nagy | 2018-12-05 | 1 | -15/+13 |
* | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg | 2018-11-23 | 1 | -17/+17 |
* | openssl: support session resume with TLS 1.3 | Michael Kaufmann | 2018-11-21 | 1 | -42/+102 |
* | ssl: fix compilation with OpenSSL 0.9.7 | Michael Kaufmann | 2018-11-21 | 1 | -2/+2 |
* | openssl: disable TLS renegotiation with BoringSSL | Daniel Stenberg | 2018-11-21 | 1 | -1/+8 |
* | ssl: replace all internal uses of CURLE_SSL_CACERT | Han Han | 2018-11-20 | 1 | -1/+1 |
* | openssl: do not log excess "TLS app data" lines for TLS 1.3 | Peter Wu | 2018-11-16 | 1 | -17/+11 |
* | openssl: support BoringSSL TLS renegotiation | Jérémy Rocher | 2018-11-09 | 1 | -0/+4 |
* | openssl: output the correct cipher list on TLS 1.3 error | Daniel Stenberg | 2018-10-27 | 1 | -1/+1 |
* | openssl: make 'done' a proper boolean | Daniel Gustafsson | 2018-10-26 | 1 | -6/+6 |
* | travis: add build for "configure --disable-verbose" | Daniel Stenberg | 2018-10-18 | 1 | -9/+20 |
* | spelling fixes [ci skip] | Viktor Szakats | 2018-10-08 | 1 | -1/+1 |
* | openssl: load built-in engines too | Daniel Stenberg | 2018-09-24 | 1 | -1/+1 |
* | OpenSSL: enable TLS 1.3 post-handshake auth | Christian Heimes | 2018-09-24 | 1 | -0/+6 |
* | vtls: fix ssl version "or later" behavior change for many backends | Jay Satiro | 2018-09-20 | 1 | -1/+0 |
* | openssl: show "proper" version number for libressl builds | Daniel Stenberg | 2018-09-14 | 1 | -6/+5 |
* | openssl: assume engine support in 0.9.8 or later | Rainer Jung | 2018-09-14 | 1 | -1/+1 |
* | openssl: fix gcc8 warning | Jay Satiro | 2018-09-12 | 1 | -1/+1 |
* | configure: add option to disable automatic OpenSSL config loading | Philipp Waehnert | 2018-09-07 | 1 | -0/+2 |
* | openssl: return CURLE_PEER_FAILED_VERIFICATION on failure to parse issuer | Han Han | 2018-09-06 | 1 | -2/+2 |
* | openssl: Fix setting TLS 1.3 cipher suites | Jay Satiro | 2018-09-03 | 1 | -0/+3 |
* | openssl: fix potential NULL pointer deref in is_pkcs11_uri | Daniel Stenberg | 2018-08-10 | 1 | -6/+1 |
* | openssl: fix debug messages | Daniel Jelinski | 2018-08-09 | 1 | -1/+9 |
* | ssl: set engine implicitly when a PKCS#11 URI is provided | Anderson Toshiyuki Sasaki | 2018-08-08 | 1 | -0/+38 |
* | openssl: assume engine support in 1.0.0 or later | Paul Howarth | 2018-07-11 | 1 | -1/+1 |
* | openssl: Remove some dead code | Gaurav Malhotra | 2018-06-29 | 1 | -10/+0 |
* | openssl: make the requested TLS version the *minimum* wanted | Daniel Stenberg | 2018-06-29 | 1 | -9/+5 |
* | openssl: allow TLS 1.3 by default | Daniel Stenberg | 2018-06-29 | 1 | -1/+1 |
* | Curl_debug: remove dead printhost code | Daniel Stenberg | 2018-06-12 | 1 | -2/+2 |
* | openssl: assume engine support in 1.0.1 or later | Daniel Stenberg | 2018-06-11 | 1 | -11/+14 |
* | setopt: add TLS 1.3 ciphersuites | Daniel Stenberg | 2018-05-29 | 1 | -0/+24 |
* | openssl: acknowledge --tls-max for default version too | Daniel Stenberg | 2018-05-17 | 1 | -2/+1 |
* | openssl: change FILE ops to BIO ops | Sunny Purushe | 2018-05-10 | 1 | -15/+41 |
* | vtls: use unified "supports" bitfield member in backends | Daniel Stenberg | 2018-05-04 | 1 | -5/+5 |
* | openssl: fix subjectAltName check on non-ASCII platforms | Stephan Mühlstrasser | 2018-04-20 | 1 | -4/+46 |
* | openssl: Add support for OpenSSL 1.1.1 verbose-mode trace messages | Jay Satiro | 2018-04-20 | 1 | -8/+47 |
* | Revert "openssl: Don't add verify locations when verifypeer==0" | Gaurav Malhotra | 2018-04-06 | 1 | -15/+16 |
* | tls: fix mbedTLS 2.7.0 build + handle sha256 failures | Wyatt O'Day | 2018-04-06 | 1 | -1/+2 |
* | openssl: provide defines for argument typecasts to build warning-free | Daniel Stenberg | 2018-04-04 | 1 | -1/+9 |
* | openssl: fix build with LibreSSL 2.7 | Bernard Spil | 2018-04-04 | 1 | -6/+9 |
* | openssl: Don't add verify locations when verifypeer==0 | Patrick Schlangen | 2018-02-06 | 1 | -16/+15 |
* | openssl: fix pinned public key build error in FIPS mode | McDonough, Tim | 2018-01-25 | 1 | -10/+18 |
* | openssl: fix potential memory leak in SSLKEYLOGFILE logic | Daniel Stenberg | 2018-01-18 | 1 | -9/+12 |
* | openssl: fix the libressl build again | Daniel Stenberg | 2018-01-18 | 1 | -1/+1 |
* | openssl: enable SSLKEYLOGFILE support by default | Daniel Stenberg | 2018-01-15 | 1 | -4/+6 |
* | build: remove HAVE_LIMITS_H check | Jay Satiro | 2018-01-05 | 1 | -2/+0 |
* | openssl: fix memory leak of SSLKEYLOGFILE filename | Jay Satiro | 2018-01-03 | 1 | -1/+2 |