aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-01ossfuzz: moving towards the ideal integrationMax Dymond
2017-08-31strcase: corrected comment header for Curl_strcasecompare()Daniel Stenberg
2017-08-31unit1301: fix error message on first testDaniel Stenberg
2017-08-31curl_global_sslset.3: show the struct and enum tooDaniel Stenberg
2017-08-31darwinssl: handle long strings in TLS certs (follow-up)Jay Satiro
2017-08-31cyassl: call it the "WolfSSL" backendDaniel Stenberg
2017-08-31polarssl: fix multissl breakageDaniel Stenberg
2017-08-31configure: remove the leading comma from the backends listDaniel Stenberg
2017-08-30examples/sslbackend.c: fix failure of 'make checksrc'Kamil Dudka
2017-08-30makefile.m32: add multissl supportViktor Szakats
2017-08-30curl.h: CURLSSLBACKEND_WOLFSSL used wrong valueDaniel Stenberg
2017-08-30curl_global_sslset.3: clarifyDaniel Stenberg
2017-08-29curl/multi.h: remove duplicated closing c++ braceDaniel Stenberg
2017-08-29RELEASE-NOTES: synced with 8c33c963aDaniel Stenberg
2017-08-29HELP-US.md: spellingDaniel Stenberg
2017-08-29HELP-US.md: "How to get started helping out in the curl project"Daniel Stenberg
2017-08-29asyn-thread: Fixed cleanup after OOMDan Fandrich
2017-08-28curl_global_init.3: mention curl_global_sslset(3)Daniel Stenberg
2017-08-28unit1606: Fixed shadowed variable warningDan Fandrich
2017-08-28asyn-thread: Improved cleanup after OOM situationsDan Fandrich
2017-08-28asyn-thread: Set errno to the proper value ENOMEM in OOM situationDan Fandrich
2017-08-28configure: Handle "MultiSSL" specially When versioning symbolsJohannes Schindelin
2017-08-28configure: allow setting the default SSL backendJohannes Schindelin
2017-08-28vtls: use Curl_ssl_multi pseudo backend only when neededJohannes Schindelin
2017-08-28version: if built with more than one SSL backend, report all of themJohannes Schindelin
2017-08-28version: add the CURL_VERSION_MULTI_SSL feature flagJohannes Schindelin
2017-08-28metalink: allow compiling with multiple SSL backendsJohannes Schindelin
2017-08-28docs/examples: demonstrate how to select SSL backendsJohannes Schindelin
2017-08-28Add a man page for curl_global_sslset()Johannes Schindelin
2017-08-28vtls: introduce curl_global_sslset()Johannes Schindelin
2017-08-28vtls: refactor out essential information about the SSL backendsJohannes Schindelin
2017-08-28vtls: allow selecting which SSL backend to use at runtimeJohannes Schindelin
2017-08-28vtls: fold the backend ID into the Curl_ssl structureJohannes Schindelin
2017-08-28curl_ntlm_core: don't complain but #include OpenSSL header if neededJohannes Schindelin
2017-08-28vtls: encapsulate SSL backend-specific dataJohannes Schindelin
2017-08-28vtls: prepare the SSL backends for encapsulated private dataJohannes Schindelin
2017-08-28urldata.h: move SSPI-specific #include to correct locationJohannes Schindelin
2017-08-28urldata.h: remove support for obsolete PolarSSL versionJohannes Schindelin
2017-08-28getinfo: access SSL internals via Curl_sslJohannes Schindelin
2017-08-28vtls: move SSL backends' private constants out of their header filesJohannes Schindelin
2017-08-28axtls: use Curl_none_* versions of init() and cleanup()Johannes Schindelin
2017-08-28vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin
2017-08-28schannel: reorder functions topologicallyJohannes Schindelin
2017-08-28axtls: reorder functions topologicallyJohannes Schindelin
2017-08-28vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin
2017-08-28vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin
2017-08-28vtls: move sha256sum into the Curl_ssl structJohannes Schindelin
2017-08-28vtls: move md5sum into the Curl_ssl structJohannes Schindelin
2017-08-28vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin
2017-08-28vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin