summaryrefslogtreecommitdiff
path: root/lib/vtls/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: insert newline after if() conditionsDaniel Stenberg2020-03-301-1/+2
* openssl: adapt to functions marked as deprecated since version 3Daniel Stenberg2020-03-261-0/+29
* openssl: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-107/+113
* openssl: remove redundant assignmentMarcel Raad2020-02-031-1/+0
* openssl: make CURLINFO_CERTINFO not truncate x509v3 fieldsDaniel Stenberg2020-01-231-25/+6
* openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chainsDaniel Stenberg2019-12-031-6/+8
* openssl: set X509_V_FLAG_PARTIAL_CHAINDaniel Stenberg2019-12-031-9/+17
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-2/+2
* openssl: retrieve reported LibreSSL version at runtimeJay Satiro2019-12-011-6/+24
* openssl: Revert to less sensitivity for SYSCALL errorsJay Satiro2019-11-221-13/+59
* openssl: improve error message for SYSCALL during connectDaniel Stenberg2019-11-221-1/+6
* openssl: prevent recursive function calls from ctx callbacksDaniel Stenberg2019-11-121-0/+2
* openssl: use strerror on SSL_ERROR_SYSCALLDaniel Stenberg2019-09-261-2/+8
* vtls: fix narrowing conversion warningsMarcel Raad2019-09-231-2/+2
* openssl: fix compiler warning with LibreSSLMarcel Raad2019-09-221-1/+1
* openssl: fix warning with boringssl and SSL_CTX_set_min_proto_versionDaniel Stenberg2019-09-161-4/+9
* openssl: close_notify on the FTP data connection doesn't mean closureDaniel Stenberg2019-09-131-1/+4
* openssl: use SSL_CTX_set_<min|max>_proto_version() when availableClément Notin2019-09-101-11/+105
* openssl: indent, re-organize and add commentsClément Notin2019-09-101-32/+38
* openssl: build warning free with boringsslDaniel Stenberg2019-08-201-5/+27
* source: remove names from source commentsDaniel Stenberg2019-07-191-16/+9
* openssl: define HAVE_SSL_GET_SHUTDOWN based on version numberZenju2019-07-141-0/+4
* docs: Fix links to OpenSSL docsJay Satiro2019-06-301-2/+0
* openssl: disable engine if OPENSSL_NO_UI_CONSOLE is definedDaniel Stenberg2019-06-261-1/+1
* openssl: fix pubkey/signature algorithm detection in certinfoGergely Nagy2019-06-181-10/+17
* openssl: remove outdated commentDaniel Gustafsson2019-06-171-8/+2
* ftp: move ftp_ccc in under featureflagDaniel Gustafsson2019-05-211-0/+2
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-5/+0
* OpenSSL: Report -fips in version if OpenSSL is built with FIPSRicky Leverence2019-05-081-1/+5
* multi: provide Curl_multiuse_state to update informationDaniel Stenberg2019-05-011-0/+4
* openssl: mark connection for close on TLS close_notifyDaniel Stenberg2019-04-121-0/+3
* openssl: if cert type is ENG and no key specified, key is ENG tooDavid Woodhouse2019-03-201-4/+4
* configure: add --with-amisslChris Young2019-03-151-1/+8
* OpenSSL: add support for TLS ASYNC stateBernd Mueller2019-02-251-0/+6
* openssl: fix the SSL_get_tlsext_status_ocsp_resp callDaniel Stenberg2019-01-161-3/+4
* openssl: adapt to 3.0.0, OpenSSL_version_num() is deprecatedDaniel Stenberg2019-01-131-2/+7
* openssl: fix unused variable compiler warning with old opensslBen 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