| Commit message (Expand) | Author | Age | Files | Lines |
* | Curl_checkheaders: make it available for IMAP and SMTP too | Daniel Stenberg | 2017-09-11 | 5 | -25/+30 |
* | mbedtls: enable CA path processing | Jay Satiro | 2017-09-10 | 1 | -1/+1 |
* | rtsp: do not call fwrite() with NULL pointer FILE * | Daniel Stenberg | 2017-09-08 | 1 | -0/+9 |
* | http-proxy: when not doing CONNECT, that phase is done immediately | Daniel Stenberg | 2017-09-07 | 1 | -1/+1 |
* | OpenSSL: fix yet another mistake while encapsulating SSL backend data | Johannes Schindelin | 2017-09-07 | 1 | -1/+3 |
* | OpenSSL: fix erroneous SSL backend encapsulation | Johannes Schindelin | 2017-09-07 | 1 | -2/+2 |
* | vtls: fix memory corruption | Jay Satiro | 2017-09-07 | 1 | -0/+10 |
* | vtls: switch to CURL_SHA256_DIGEST_LENGTH define | Daniel Stenberg | 2017-09-07 | 3 | -7/+8 |
* | SSL: fix unused parameter warnings | Jay Satiro | 2017-09-06 | 4 | -0/+6 |
* | mime: drop internal FILE * support. | Patrick Monnerat | 2017-09-06 | 3 | -134/+70 |
* | configure: remove --enable-soname-bump and SONAME_BUMP | Daniel Stenberg | 2017-09-06 | 1 | -14/+0 |
* | vtls: select ssl backend case-insensitive (follow-up) | Gisle Vanem | 2017-09-06 | 2 | -7/+10 |
* | openssl: Integrate Peter Wu's SSLKEYLOGFILE implementation | Jay Satiro | 2017-09-05 | 2 | -0/+171 |
* | mime: fix a trivial warning. | Patrick Monnerat | 2017-09-05 | 1 | -1/+0 |
* | mime: replace 'struct Curl_mimepart' by 'curl_mimepart' in encoder code. | Patrick Monnerat | 2017-09-05 | 2 | -23/+22 |
* | mime: implement encoders. | Patrick Monnerat | 2017-09-05 | 2 | -16/+473 |
* | mime: unified to use the typedef'd mime structs everywhere | Daniel Stenberg | 2017-09-05 | 7 | -96/+96 |
* | openssl: use OpenSSL's default ciphers by default | Kamil Dudka | 2017-09-05 | 1 | -4/+14 |
* | http-proxy: treat all 2xx as CONNECT success | Daniel Stenberg | 2017-09-05 | 1 | -3/+4 |
* | mime: use CURL_ZERO_TERMINATED in examples | Viktor Szakats | 2017-09-04 | 1 | -3/+3 |
* | schannel: return CURLE_SSL_CACERT on failed verification | Daniel Stenberg | 2017-09-04 | 1 | -1/+1 |
* | lib: bump version info (soname). Adapt and reenable test 1135. | Patrick Monnerat | 2017-09-04 | 1 | -2/+2 |
* | mime: use size_t instead of ssize_t in public API interface. | Patrick Monnerat | 2017-09-03 | 1 | -9/+11 |
* | mime: remove support "-" stdin pseudo-file name in curl_mime_filedata(). | Patrick Monnerat | 2017-09-03 | 2 | -5/+15 |
* | mime: fix some implicit curl_off_t --> size_t conversion warnings. | Patrick Monnerat | 2017-09-03 | 1 | -2/+2 |
* | mime: new MIME API. | Patrick Monnerat | 2017-09-02 | 15 | -954/+1995 |
* | checksrc: disable SPACEBEFOREPAREN for case statement. | Patrick Monnerat | 2017-09-02 | 1 | -0/+3 |
* | Curl_base64_encode: always call with a real data handle. | Patrick Monnerat | 2017-09-02 | 5 | -14/+21 |
* | non-ascii: allow conversion functions to be called with a NULL data handle. | Patrick Monnerat | 2017-09-02 | 1 | -19/+37 |
* | http: fix a memory leakage in checkrtspprefix(). | Patrick Monnerat | 2017-09-02 | 1 | -6/+8 |
* | curl_global_sslset: select backend by name case insensitively | Daniel Stenberg | 2017-09-01 | 1 | -1/+1 |
* | strcase: corrected comment header for Curl_strcasecompare() | Daniel Stenberg | 2017-08-31 | 1 | -5/+6 |
* | darwinssl: handle long strings in TLS certs (follow-up) | Jay Satiro | 2017-08-31 | 1 | -2/+17 |
* | cyassl: call it the "WolfSSL" backend | Daniel Stenberg | 2017-08-31 | 1 | -1/+1 |
* | polarssl: fix multissl breakage | Daniel Stenberg | 2017-08-31 | 1 | -5/+2 |
* | makefile.m32: add multissl support | Viktor Szakats | 2017-08-30 | 1 | -7/+7 |
* | asyn-thread: Fixed cleanup after OOM | Dan Fandrich | 2017-08-29 | 1 | -0/+9 |
* | asyn-thread: Improved cleanup after OOM situations | Dan Fandrich | 2017-08-28 | 1 | -3/+7 |
* | asyn-thread: Set errno to the proper value ENOMEM in OOM situation | Dan Fandrich | 2017-08-28 | 1 | -1/+1 |
* | configure: allow setting the default SSL backend | Johannes Schindelin | 2017-08-28 | 1 | -0/+4 |
* | vtls: use Curl_ssl_multi pseudo backend only when needed | Johannes Schindelin | 2017-08-28 | 1 | -1/+26 |
* | version: if built with more than one SSL backend, report all of them | Johannes Schindelin | 2017-08-28 | 1 | -7/+44 |
* | version: add the CURL_VERSION_MULTI_SSL feature flag | Johannes Schindelin | 2017-08-28 | 1 | -0/+3 |
* | vtls: introduce curl_global_sslset() | Johannes Schindelin | 2017-08-28 | 1 | -9/+34 |
* | vtls: refactor out essential information about the SSL backends | Johannes Schindelin | 2017-08-28 | 12 | -26/+18 |
* | vtls: allow selecting which SSL backend to use at runtime | Johannes Schindelin | 2017-08-28 | 11 | -18/+143 |
* | vtls: fold the backend ID into the Curl_ssl structure | Johannes Schindelin | 2017-08-28 | 22 | -33/+17 |
* | curl_ntlm_core: don't complain but #include OpenSSL header if needed | Johannes Schindelin | 2017-08-28 | 1 | -4/+1 |
* | vtls: encapsulate SSL backend-specific data | Johannes Schindelin | 2017-08-28 | 13 | -174/+193 |
* | vtls: prepare the SSL backends for encapsulated private data | Johannes Schindelin | 2017-08-28 | 10 | -712/+762 |