summaryrefslogtreecommitdiff
path: root/lib/vtls/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* www.curl.se: new project homebagder/www.curl.seDaniel Stenberg2020-11-021-1/+1
* openssl: acknowledge SRP disabling in configure properlyDaniel Stenberg2020-10-161-4/+12
* checksrc: warn on empty line before open braceDaniel Stenberg2020-10-151-1/+0
* windows: fix comparison of mismatched types warningViktor Szakats2020-10-121-1/+1
* vtls: deduplicate some DISABLE_PROXY ifdefsKamil Dudka2020-10-011-42/+9
* vtls: deduplicate client certificates in ssl_config_dataGergely Nagy2020-09-141-2/+2
* openssl: consider ALERT_CERTIFICATE_EXPIRED a failed verificationDaniel Stenberg2020-09-071-1/+2
* openssl: avoid error conditions when importing native CADaniel Stenberg2020-09-021-2/+2
* tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch2020-08-301-0/+16
* TLS: fix SRP detection by using the proper #ifdefsDaniel Stenberg2020-08-281-4/+4
* openssl: Fix wincrypt symbols conflict with BoringSSLJay Satiro2020-08-261-0/+7
* tls: provide the CApath verbose log on its own lineDaniel Stenberg2020-08-191-9/+6
* openssl: fix build with LibreSSL < 2.9.1Marcel Raad2020-08-011-1/+3
* WIN32: stop forcing narrow-character APIMarcel Raad2020-07-271-1/+2
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-1/+1
* openssl: Fix compilation on Windows when ngtcp2 is enabledJavier Blazquez2020-06-251-4/+5
* openssl: Don't ignore CA paths when using Windows CA storeJay Satiro2020-06-221-13/+9
* openssl: Fix CA fallback logic for OpenSSL 3.0 buildJay Satiro2020-06-221-1/+1
* openssl: set FLAG_TRUSTED_FIRST unconditionallyFrançois Rigault2020-06-061-4/+3
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-301-13/+53
* timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg2020-05-301-4/+3
* vtls: Extract and simplify key log file handling from OpenSSLPeter Wu2020-05-271-118/+27
* cleanup: use a single space after equals sign in assignmentsDaniel Stenberg2020-05-261-1/+1
* setopt: support certificate options in memory with struct curl_blobGilles Vollant2020-05-151-48/+216
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-4/+4
* OpenSSL: have CURLOPT_CRLFILE imply CURLSSLOPT_NO_PARTIALCHAINDaniel Stenberg2020-05-131-2/+6
* CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant2020-05-081-19/+177
* 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