summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* checksrc: verify spaces around equals signsDaniel Stenberg2017-09-111-1/+17
* Curl_checkheaders: make it available for IMAP and SMTP tooDaniel Stenberg2017-09-115-25/+30
* mbedtls: enable CA path processingJay Satiro2017-09-101-1/+1
* rtsp: do not call fwrite() with NULL pointer FILE *Daniel Stenberg2017-09-081-0/+9
* http-proxy: when not doing CONNECT, that phase is done immediatelyDaniel Stenberg2017-09-071-1/+1
* 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
* vtls: fix memory corruptionJay Satiro2017-09-071-0/+10
* vtls: switch to CURL_SHA256_DIGEST_LENGTH defineDaniel Stenberg2017-09-073-7/+8
* SSL: fix unused parameter warningsJay Satiro2017-09-064-0/+6
* mime: drop internal FILE * support.Patrick Monnerat2017-09-063-134/+70
* configure: remove --enable-soname-bump and SONAME_BUMPDaniel Stenberg2017-09-061-14/+0
* vtls: select ssl backend case-insensitive (follow-up)Gisle Vanem2017-09-062-7/+10
* openssl: Integrate Peter Wu's SSLKEYLOGFILE implementationJay Satiro2017-09-052-0/+171
* mime: fix a trivial warning.Patrick Monnerat2017-09-051-1/+0
* mime: replace 'struct Curl_mimepart' by 'curl_mimepart' in encoder code.Patrick Monnerat2017-09-052-23/+22
* mime: implement encoders.Patrick Monnerat2017-09-052-16/+473
* mime: unified to use the typedef'd mime structs everywhereDaniel Stenberg2017-09-057-96/+96
* openssl: use OpenSSL's default ciphers by defaultKamil Dudka2017-09-051-4/+14
* http-proxy: treat all 2xx as CONNECT successDaniel Stenberg2017-09-051-3/+4
* mime: use CURL_ZERO_TERMINATED in examplesViktor Szakats2017-09-041-3/+3
* schannel: return CURLE_SSL_CACERT on failed verificationDaniel Stenberg2017-09-041-1/+1
* lib: bump version info (soname). Adapt and reenable test 1135.Patrick Monnerat2017-09-041-2/+2
* mime: use size_t instead of ssize_t in public API interface.Patrick Monnerat2017-09-031-9/+11
* 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