Age | Commit message (Expand) | Author |
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 |
2018-01-25 | openssl: fix pinned public key build error in FIPS mode | McDonough, Tim |
2018-01-18 | openssl: fix potential memory leak in SSLKEYLOGFILE logic | Daniel Stenberg |
2018-01-18 | openssl: fix the libressl build again | Daniel Stenberg |
2018-01-15 | openssl: enable SSLKEYLOGFILE support by default | Daniel Stenberg |
2018-01-05 | build: remove HAVE_LIMITS_H check | Jay Satiro |
2018-01-03 | openssl: fix memory leak of SSLKEYLOGFILE filename | Jay Satiro |
2017-12-10 | openssl: Disable file buffering for Win32 SSLKEYLOGFILE | Jay Satiro |
2017-12-08 | openssl: improve data-pending check for https proxy | Jay Satiro |
2017-12-02 | openssl: pkcs12 is supported by boringssl | Daniel Stenberg |
2017-11-27 | openssl: fix boringssl build again | Daniel Stenberg |
2017-11-21 | openssl: fix "Value stored to 'rc' is never read" scan-build error | Daniel Stenberg |
2017-11-15 | openssl: fix too broad use of HAVE_OPAQUE_EVP_PKEY | Dirk Feytons |
2017-10-25 | time: rename Curl_tvnow to Curl_now | Daniel Stenberg |
2017-10-25 | timediff: return timediff_t from the time diff functions | Daniel Stenberg |
2017-10-19 | vtls: change struct Curl_ssl `close' field name to `close_one'. | Patrick Monnerat |
2017-10-11 | openssl: don't use old BORINGSSL_YYYYMM macros | David Benjamin |
2017-10-09 | openssl: enable PKCS12 support for !BoringSSL | Daniel Stenberg |
2017-10-06 | openssl: fix build without HAVE_OPAQUE_EVP_PKEY | Daniel Stenberg |
2017-09-21 | openssl: only verify RSA private key if supported | Dirk Feytons |
2017-09-16 | openssl: add missing includes | David Benjamin |
2017-09-15 | conversions: fix several compiler warnings | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-09-07 | OpenSSL: fix yet another mistake while encapsulating SSL backend data | Johannes Schindelin |