aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-08-28vtls: introduce a new struct for SSL backendsJohannes Schindelin
2017-08-28vtls: make sure every _sha256sum()'s first arg is constJohannes Schindelin
2017-08-28vtls: make sure all _data_pending() functions return boolJohannes Schindelin
2017-08-28vtls: make sure all _cleanup() functions return voidJohannes Schindelin
2017-08-28vtls: use consistent signature for _random() implementationsJohannes Schindelin
2017-08-27strtooff: fix build for systems with long long but no strtoll optionDaniel Stenberg
2017-08-27darwinssl: handle long strings in TLS certsDaniel Stenberg
2017-08-27system.h: include sys/poll.h for AIXDaniel Stenberg
2017-08-26tests: Make sure libtests & unittests call curl_global_cleanup()Dan Fandrich
2017-08-26winbuild: fix embedded manifest optiontheantigod
2017-08-25fuzz/Makefile.am: remove curlbuild.h leftoversDaniel Stenberg
2017-08-25examples/threaded-ssl: mention that this is for openssl before 1.1Daniel Stenberg
2017-08-24imap: use defined names for response codesDaniel Stenberg
2017-08-24CURLOPT_USERPWD.3: see also CURLOPT_PROXYUSERPWDDaniel Stenberg
2017-08-23imap: support PREAUTHDaniel Stenberg
2017-08-23config-tpf: define SIZEOF_LONGJay Satiro
2017-08-23test1453: Fixed <features>Dan Fandrich
2017-08-22config-dos: add missing defines, SIZEOF_* and two othersGisle Vanem
2017-08-22curl: shorten and clean up CA cert verification error messageDaniel Stenberg
2017-08-22request-target.d: mention added in 7.55.0Daniel Stenberg
2017-08-22tool_main: turn off MinGW CRT's globbingMarcel Raad
2017-08-22makefile.m32: add support for libidn2Viktor Szakats
2017-08-22config-win32: define SIZEOF_LONGViktor Szakats
2017-08-20cmake: enable picky compiler options with clang and gccDaniel Stenberg
2017-08-20curl/system.h: fix build for hppaDaniel Stenberg