summaryrefslogtreecommitdiff
path: root/lib/vtls/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* openssl: fix unused variable compiler warning with old opensslbagder/openssl-100-warningBen Greear2018-12-071-0/+1
* openssl: do not use file BIOs if not requestedGergely Nagy2018-12-051-15/+13
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-17/+17
* openssl: support session resume with TLS 1.3Michael Kaufmann2018-11-211-42/+102
* ssl: fix compilation with OpenSSL 0.9.7Michael Kaufmann2018-11-211-2/+2
* openssl: disable TLS renegotiation with BoringSSLDaniel Stenberg2018-11-211-1/+8
* ssl: replace all internal uses of CURLE_SSL_CACERTHan Han2018-11-201-1/+1
* openssl: do not log excess "TLS app data" lines for TLS 1.3Peter Wu2018-11-161-17/+11
* openssl: support BoringSSL TLS renegotiationJérémy Rocher2018-11-091-0/+4
* openssl: output the correct cipher list on TLS 1.3 errorDaniel Stenberg2018-10-271-1/+1
* openssl: make 'done' a proper booleanDaniel Gustafsson2018-10-261-6/+6
* travis: add build for "configure --disable-verbose"Daniel Stenberg2018-10-181-9/+20
* spelling fixes [ci skip]Viktor Szakats2018-10-081-1/+1
* openssl: load built-in engines tooDaniel Stenberg2018-09-241-1/+1
* OpenSSL: enable TLS 1.3 post-handshake authChristian Heimes2018-09-241-0/+6
* vtls: fix ssl version "or later" behavior change for many backendsJay Satiro2018-09-201-1/+0
* openssl: show "proper" version number for libressl buildsDaniel Stenberg2018-09-141-6/+5
* openssl: assume engine support in 0.9.8 or laterRainer Jung2018-09-141-1/+1
* openssl: fix gcc8 warningJay Satiro2018-09-121-1/+1
* configure: add option to disable automatic OpenSSL config loadingPhilipp Waehnert2018-09-071-0/+2
* openssl: return CURLE_PEER_FAILED_VERIFICATION on failure to parse issuerHan Han2018-09-061-2/+2
* openssl: Fix setting TLS 1.3 cipher suitesJay Satiro2018-09-031-0/+3
* openssl: fix potential NULL pointer deref in is_pkcs11_uriDaniel Stenberg2018-08-101-6/+1
* openssl: fix debug messagesDaniel Jelinski2018-08-091-1/+9
* ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki2018-08-081-0/+38
* openssl: assume engine support in 1.0.0 or laterPaul Howarth2018-07-111-1/+1
* openssl: Remove some dead codeGaurav Malhotra2018-06-291-10/+0
* openssl: make the requested TLS version the *minimum* wantedDaniel Stenberg2018-06-291-9/+5
* openssl: allow TLS 1.3 by defaultDaniel Stenberg2018-06-291-1/+1
* Curl_debug: remove dead printhost codeDaniel Stenberg2018-06-121-2/+2
* openssl: assume engine support in 1.0.1 or laterDaniel Stenberg2018-06-111-11/+14
* setopt: add TLS 1.3 ciphersuitesDaniel Stenberg2018-05-291-0/+24
* openssl: acknowledge --tls-max for default version tooDaniel Stenberg2018-05-171-2/+1
* openssl: change FILE ops to BIO opsSunny Purushe2018-05-101-15/+41
* vtls: use unified "supports" bitfield member in backendsDaniel Stenberg2018-05-041-5/+5
* openssl: fix subjectAltName check on non-ASCII platformsStephan Mühlstrasser2018-04-201-4/+46
* openssl: Add support for OpenSSL 1.1.1 verbose-mode trace messagesJay Satiro2018-04-201-8/+47
* Revert "openssl: Don't add verify locations when verifypeer==0"Gaurav Malhotra2018-04-061-15/+16
* tls: fix mbedTLS 2.7.0 build + handle sha256 failuresWyatt O'Day2018-04-061-1/+2
* openssl: provide defines for argument typecasts to build warning-freeDaniel Stenberg2018-04-041-1/+9
* openssl: fix build with LibreSSL 2.7Bernard Spil2018-04-041-6/+9
* openssl: Don't add verify locations when verifypeer==0Patrick Schlangen2018-02-061-16/+15
* openssl: fix pinned public key build error in FIPS modeMcDonough, Tim2018-01-251-10/+18
* openssl: fix potential memory leak in SSLKEYLOGFILE logicDaniel Stenberg2018-01-181-9/+12
* openssl: fix the libressl build againDaniel Stenberg2018-01-181-1/+1
* openssl: enable SSLKEYLOGFILE support by defaultDaniel Stenberg2018-01-151-4/+6
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-051-2/+0
* openssl: fix memory leak of SSLKEYLOGFILE filenameJay Satiro2018-01-031-1/+2
* openssl: Disable file buffering for Win32 SSLKEYLOGFILEJay Satiro2017-12-101-0/+4
* openssl: improve data-pending check for https proxyJay Satiro2017-12-081-6/+7