summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().Patrick Monnerat2017-09-032-5/+15
* mime: fix some implicit curl_off_t --> size_t conversion warnings.Patrick Monnerat2017-09-031-2/+2
* mime: new MIME API.Patrick Monnerat2017-09-0215-954/+1995
* checksrc: disable SPACEBEFOREPAREN for case statement.Patrick Monnerat2017-09-021-0/+3
* Curl_base64_encode: always call with a real data handle.Patrick Monnerat2017-09-025-14/+21
* non-ascii: allow conversion functions to be called with a NULL data handle.Patrick Monnerat2017-09-021-19/+37
* http: fix a memory leakage in checkrtspprefix().Patrick Monnerat2017-09-021-6/+8
* curl_global_sslset: select backend by name case insensitivelyDaniel Stenberg2017-09-011-1/+1
* strcase: corrected comment header for Curl_strcasecompare()Daniel Stenberg2017-08-311-5/+6
* darwinssl: handle long strings in TLS certs (follow-up)Jay Satiro2017-08-311-2/+17
* cyassl: call it the "WolfSSL" backendDaniel Stenberg2017-08-311-1/+1
* polarssl: fix multissl breakageDaniel Stenberg2017-08-311-5/+2
* makefile.m32: add multissl supportViktor Szakats2017-08-301-7/+7
* asyn-thread: Fixed cleanup after OOMDan Fandrich2017-08-291-0/+9
* asyn-thread: Improved cleanup after OOM situationsDan Fandrich2017-08-281-3/+7
* asyn-thread: Set errno to the proper value ENOMEM in OOM situationDan Fandrich2017-08-281-1/+1
* configure: allow setting the default SSL backendJohannes Schindelin2017-08-281-0/+4
* vtls: use Curl_ssl_multi pseudo backend only when neededJohannes Schindelin2017-08-281-1/+26
* version: if built with more than one SSL backend, report all of themJohannes Schindelin2017-08-281-7/+44
* version: add the CURL_VERSION_MULTI_SSL feature flagJohannes Schindelin2017-08-281-0/+3
* vtls: introduce curl_global_sslset()Johannes Schindelin2017-08-281-9/+34
* vtls: refactor out essential information about the SSL backendsJohannes Schindelin2017-08-2812-26/+18
* vtls: allow selecting which SSL backend to use at runtimeJohannes Schindelin2017-08-2811-18/+143
* vtls: fold the backend ID into the Curl_ssl structureJohannes Schindelin2017-08-2822-33/+17
* curl_ntlm_core: don't complain but #include OpenSSL header if neededJohannes Schindelin2017-08-281-4/+1
* vtls: encapsulate SSL backend-specific dataJohannes Schindelin2017-08-2813-174/+193
* vtls: prepare the SSL backends for encapsulated private dataJohannes Schindelin2017-08-2810-712/+762
* urldata.h: move SSPI-specific #include to correct locationJohannes Schindelin2017-08-281-4/+4
* urldata.h: remove support for obsolete PolarSSL versionJohannes Schindelin2017-08-281-4/+0
* getinfo: access SSL internals via Curl_sslJohannes Schindelin2017-08-2812-26/+88
* vtls: move SSL backends' private constants out of their header filesJohannes Schindelin2017-08-284-51/+51
* axtls: use Curl_none_* versions of init() and cleanup()Johannes Schindelin2017-08-281-17/+7
* vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin2017-08-2821-380/+134
* schannel: reorder functions topologicallyJohannes Schindelin2017-08-281-12/+12
* axtls: reorder functions topologicallyJohannes Schindelin2017-08-281-16/+16
* vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin2017-08-2818-25/+27
* vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin2017-08-2821-121/+134
* vtls: move sha256sum into the Curl_ssl structJohannes Schindelin2017-08-2819-78/+69
* vtls: move md5sum into the Curl_ssl structJohannes Schindelin2017-08-2816-61/+62
* vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin2017-08-2822-209/+41
* vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin2017-08-2822-0/+346
* vtls: introduce a new struct for SSL backendsJohannes Schindelin2017-08-281-0/+33
* vtls: make sure every _sha256sum()'s first arg is constJohannes Schindelin2017-08-282-4/+3
* vtls: make sure all _data_pending() functions return boolJohannes Schindelin2017-08-284-4/+4
* vtls: make sure all _cleanup() functions return voidJohannes Schindelin2017-08-284-6/+4
* vtls: use consistent signature for _random() implementationsJohannes Schindelin2017-08-284-7/+9
* strtooff: fix build for systems with long long but no strtoll optionDaniel Stenberg2017-08-271-4/+2
* darwinssl: handle long strings in TLS certsDaniel Stenberg2017-08-271-68/+73
* imap: use defined names for response codesDaniel Stenberg2017-08-241-20/+18
* imap: support PREAUTHDaniel Stenberg2017-08-232-11/+17