summaryrefslogtreecommitdiff
path: root/lib/vtls/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* openssl: pkcs12 is supported by boringsslDaniel Stenberg2017-12-021-10/+0
* openssl: fix boringssl build againDaniel Stenberg2017-11-271-1/+1
* openssl: fix "Value stored to 'rc' is never read" scan-build errorDaniel Stenberg2017-11-211-2/+2
* openssl: fix too broad use of HAVE_OPAQUE_EVP_PKEYDirk Feytons2017-11-151-2/+8
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-4/+4
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-4/+4
* vtls: change struct Curl_ssl `close' field name to `close_one'.Patrick Monnerat2017-10-191-1/+1
* openssl: don't use old BORINGSSL_YYYYMM macrosDavid Benjamin2017-10-111-3/+2
* openssl: enable PKCS12 support for !BoringSSLDaniel Stenberg2017-10-091-2/+4
* openssl: fix build without HAVE_OPAQUE_EVP_PKEYDaniel Stenberg2017-10-061-1/+1
* openssl: only verify RSA private key if supportedDirk Feytons2017-09-211-6/+22
* openssl: add missing includesDavid Benjamin2017-09-161-0/+2
* conversions: fix several compiler warningsDaniel Stenberg2017-09-151-1/+2
* code style: use spaces around plusesDaniel Stenberg2017-09-111-2/+2
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-23/+23
* OpenSSL: fix yet another mistake while encapsulating SSL backend dataJohannes Schindelin2017-09-071-1/+3
* OpenSSL: fix erroneous SSL backend encapsulationJohannes Schindelin2017-09-071-2/+2
* openssl: Integrate Peter Wu's SSLKEYLOGFILE implementationJay Satiro2017-09-051-0/+168
* openssl: use OpenSSL's default ciphers by defaultKamil Dudka2017-09-051-4/+14
* vtls: refactor out essential information about the SSL backendsJohannes Schindelin2017-08-281-2/+1
* vtls: allow selecting which SSL backend to use at runtimeJohannes Schindelin2017-08-281-2/+0
* vtls: fold the backend ID into the Curl_ssl structureJohannes Schindelin2017-08-281-0/+1
* vtls: encapsulate SSL backend-specific dataJohannes Schindelin2017-08-281-3/+14
* vtls: prepare the SSL backends for encapsulated private dataJohannes Schindelin2017-08-281-93/+97
* getinfo: access SSL internals via Curl_sslJohannes Schindelin2017-08-281-0/+9
* vtls: move SSL backends' private constants out of their header filesJohannes Schindelin2017-08-281-0/+3
* vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin2017-08-281-19/+23
* vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin2017-08-281-0/+1
* vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin2017-08-281-0/+5
* vtls: move sha256sum into the Curl_ssl structJohannes Schindelin2017-08-281-5/+10
* vtls: move md5sum into the Curl_ssl structJohannes Schindelin2017-08-281-5/+7
* vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin2017-08-281-0/+2
* vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin2017-08-281-0/+23
* openssl: fix "error: this statement may fall through"Daniel Stenberg2017-08-111-0/+1
* openssl: remove CONST_ASN1_BIT_STRING.David Benjamin2017-08-111-3/+1
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-6/+8
* openssl: improve fallback seed of PRNG with a time based hashdmitrykos2017-06-301-17/+26
* HTTPS-Proxy: don't offer h2 for https proxy connectionsJay Satiro2017-06-161-1/+2