summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup: curl.h use wolfssl as the primary name, cyassl is the aliasbagder/repair-polarsslDaniel Stenberg2017-08-301-2/+2
* polarssl: fix multissl breakageDaniel Stenberg2017-08-301-5/+2
* curl.h: CURLSSLBACKEND_WOLFSSL used wrong valueDaniel Stenberg2017-08-301-3/+3
* curl_global_sslset.3: clarifyDaniel Stenberg2017-08-301-15/+19
* curl/multi.h: remove duplicated closing c++ braceDaniel Stenberg2017-08-291-5/+1
* RELEASE-NOTES: synced with 8c33c963aDaniel Stenberg2017-08-291-5/+38
* HELP-US.md: spellingDaniel Stenberg2017-08-291-2/+2
* HELP-US.md: "How to get started helping out in the curl project"Daniel Stenberg2017-08-292-1/+71
* asyn-thread: Fixed cleanup after OOMDan Fandrich2017-08-291-0/+9
* curl_global_init.3: mention curl_global_sslset(3)Daniel Stenberg2017-08-281-1/+2
* unit1606: Fixed shadowed variable warningDan Fandrich2017-08-281-8/+7
* 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: Handle "MultiSSL" specially When versioning symbolsJohannes Schindelin2017-08-281-1/+3
* configure: allow setting the default SSL backendJohannes Schindelin2017-08-282-0/+58
* 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-287-6/+29
* metalink: allow compiling with multiple SSL backendsJohannes Schindelin2017-08-281-2/+4
* docs/examples: demonstrate how to select SSL backendsJohannes Schindelin2017-08-284-1/+80
* Add a man page for curl_global_sslset()Johannes Schindelin2017-08-283-1/+74
* vtls: introduce curl_global_sslset()Johannes Schindelin2017-08-285-14/+82
* vtls: refactor out essential information about the SSL backendsJohannes Schindelin2017-08-2813-26/+23
* vtls: allow selecting which SSL backend to use at runtimeJohannes Schindelin2017-08-2812-45/+193
* 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
* system.h: include sys/poll.h for AIXDaniel Stenberg2017-08-271-0/+12