aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/openssl.c
AgeCommit message (Expand)Author
2018-09-20vtls: fix ssl version "or later" behavior change for many backendsJay Satiro
2018-09-14openssl: show "proper" version number for libressl buildsDaniel Stenberg
2018-09-14openssl: assume engine support in 0.9.8 or laterRainer Jung
2018-09-12openssl: fix gcc8 warningJay Satiro
2018-09-07configure: add option to disable automatic OpenSSL config loadingPhilipp Waehnert
2018-09-06openssl: return CURLE_PEER_FAILED_VERIFICATION on failure to parse issuerHan Han
2018-09-03openssl: Fix setting TLS 1.3 cipher suitesJay Satiro
2018-08-10openssl: fix potential NULL pointer deref in is_pkcs11_uriDaniel Stenberg
2018-08-09openssl: fix debug messagesDaniel Jelinski
2018-08-08ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki
2018-07-11openssl: assume engine support in 1.0.0 or laterPaul Howarth
2018-06-29openssl: Remove some dead codeGaurav Malhotra
2018-06-29openssl: make the requested TLS version the *minimum* wantedDaniel Stenberg
2018-06-29openssl: allow TLS 1.3 by defaultDaniel Stenberg
2018-06-12Curl_debug: remove dead printhost codeDaniel Stenberg
2018-06-11openssl: assume engine support in 1.0.1 or laterDaniel Stenberg
2018-05-29setopt: add TLS 1.3 ciphersuitesDaniel Stenberg
2018-05-17openssl: acknowledge --tls-max for default version tooDaniel Stenberg
2018-05-10openssl: change FILE ops to BIO opsSunny Purushe
2018-05-04vtls: use unified "supports" bitfield member in backendsDaniel Stenberg
2018-04-20openssl: fix subjectAltName check on non-ASCII platformsStephan Mühlstrasser
2018-04-20openssl: Add support for OpenSSL 1.1.1 verbose-mode trace messagesJay Satiro
2018-04-06Revert "openssl: Don't add verify locations when verifypeer==0"Gaurav Malhotra
2018-04-06tls: fix mbedTLS 2.7.0 build + handle sha256 failuresWyatt O'Day
2018-04-04openssl: provide defines for argument typecasts to build warning-freeDaniel Stenberg
2018-04-04openssl: fix build with LibreSSL 2.7Bernard Spil
2018-02-06openssl: Don't add verify locations when verifypeer==0Patrick Schlangen
2018-01-25openssl: fix pinned public key build error in FIPS modeMcDonough, Tim
2018-01-18openssl: fix potential memory leak in SSLKEYLOGFILE logicDaniel Stenberg
2018-01-18openssl: fix the libressl build againDaniel Stenberg
2018-01-15openssl: enable SSLKEYLOGFILE support by defaultDaniel Stenberg
2018-01-05build: remove HAVE_LIMITS_H checkJay Satiro
2018-01-03openssl: fix memory leak of SSLKEYLOGFILE filenameJay Satiro
2017-12-10openssl: Disable file buffering for Win32 SSLKEYLOGFILEJay Satiro
2017-12-08openssl: improve data-pending check for https proxyJay Satiro
2017-12-02openssl: pkcs12 is supported by boringsslDaniel Stenberg
2017-11-27openssl: fix boringssl build againDaniel Stenberg
2017-11-21openssl: fix "Value stored to 'rc' is never read" scan-build errorDaniel Stenberg
2017-11-15openssl: fix too broad use of HAVE_OPAQUE_EVP_PKEYDirk Feytons
2017-10-25time: rename Curl_tvnow to Curl_nowDaniel Stenberg
2017-10-25timediff: return timediff_t from the time diff functionsDaniel Stenberg
2017-10-19vtls: change struct Curl_ssl `close' field name to `close_one'.Patrick Monnerat
2017-10-11openssl: don't use old BORINGSSL_YYYYMM macrosDavid Benjamin
2017-10-09openssl: enable PKCS12 support for !BoringSSLDaniel Stenberg
2017-10-06openssl: fix build without HAVE_OPAQUE_EVP_PKEYDaniel Stenberg
2017-09-21openssl: only verify RSA private key if supportedDirk Feytons
2017-09-16openssl: add missing includesDavid Benjamin
2017-09-15conversions: fix several compiler warningsDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg