summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: Make sure libtests & unittests call curl_global_cleanup()Dan Fandrich2017-08-268-21/+47
* winbuild: fix embedded manifest optiontheantigod2017-08-261-1/+1
* fuzz/Makefile.am: remove curlbuild.h leftoversDaniel Stenberg2017-08-251-6/+2
* examples/threaded-ssl: mention that this is for openssl before 1.1Daniel Stenberg2017-08-251-2/+2
* imap: use defined names for response codesDaniel Stenberg2017-08-241-20/+18
* CURLOPT_USERPWD.3: see also CURLOPT_PROXYUSERPWDDaniel Stenberg2017-08-241-0/+1
* imap: support PREAUTHDaniel Stenberg2017-08-234-12/+68
* config-tpf: define SIZEOF_LONGJay Satiro2017-08-231-0/+3
* test1453: Fixed <features>Dan Fandrich2017-08-231-1/+1
* config-dos: add missing defines, SIZEOF_* and two othersGisle Vanem2017-08-221-1/+5
* curl: shorten and clean up CA cert verification error messageDaniel Stenberg2017-08-221-21/+7
* request-target.d: mention added in 7.55.0Daniel Stenberg2017-08-221-0/+1
* tool_main: turn off MinGW CRT's globbingMarcel Raad2017-08-221-0/+9
* makefile.m32: add support for libidn2Viktor Szakats2017-08-222-17/+17
* config-win32: define SIZEOF_LONGViktor Szakats2017-08-222-0/+6
* cmake: enable picky compiler options with clang and gccDaniel Stenberg2017-08-201-0/+15
* curl/system.h: fix build for hppaDaniel Stenberg2017-08-201-1/+1
* tftp: fix memory leak on too long filenameEven Rouault2017-08-193-1/+40
* runtests: fixed case insensitive matching of keywordsDan Fandrich2017-08-191-1/+1
* tests: Make sure libtests call curl_global_cleanup()Dan Fandrich2017-08-196-18/+28
* RELEASE-NOTES: synced with 8baead425Daniel Stenberg2017-08-181-5/+41
* scripts/contri*sh: use "git log --use-mailmap"Daniel Stenberg2017-08-182-2/+2
* mailmap: de-duplify some git authorsDaniel Stenberg2017-08-181-0/+26
* http2_recv: return error better on fatal h2 errorsDaniel Stenberg2017-08-181-2/+2