master
.gitignore: added universal patter to ignore test binaries
expand test suite, add CI/CD logic as done in other GNUnet projects
Updated copyright years
gen_auth: simplified value assignment
use MHD_check_response_header_s_token_ci() as it was designed, avoid crash on add_connection followed immediately by daemon destruction; enforce minimum psk length
tighten formatting rules
need per-thread ITC in thread-per-connection mode to avoid races not waking up the thread or the daemon due to sharing of the channel
fail MHD_digest_auth_check_digest2 on MHD_DIGEST_ALG_AUTO
digestauth.h: removed leftover in doxy
fix algorithm parsing, string cmp was matching wrong strings to client requests to determine selected algorithm
gen_auth: added support for two authorization headers in request
-typos
fix red-zone support in memorypool
fix theoretical div by 0
MHD_set_panic_func: clarified doxy
Removed strings with filenames from binary when built without messages
fix spelling
digestauth: keep results of algo and QOP parsing, renamed public struct member
W32 resources: reworked, added support for the static lib resources
-indent fun
postprocessor.h: fixed typos in doxy
fix CLOSE flag test
response.c: added new internal function to avoid repetitive malloc()s
Implemented support for hash calculation by GnuTLS lib functions
Fixed SHA-512/256 calculation for unrealistically large volumes
test_helpers: fixed doxy
Tests: added use of MHD_USE_NO_THREAD_SAFETY flag
tsearch.{h,c}: updated to the latest fixed version