summaryrefslogtreecommitdiff
path: root/src/mod_secdownload.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [mod_auth] http_auth_digest_hex2bin()Glenn Strauss2019-03-071-1/+1
* [TLS] sys-crypto.h abstractionGlenn Strauss2018-09-261-4/+1
* [mod_secdownload] support if HMAC() is a macroGlenn Strauss2018-09-251-2/+2
* [mod_secdownload] compare bin MAC instead of hexGlenn Strauss2018-08-051-10/+6
* [core] remove some unused header includesGlenn Strauss2017-03-281-1/+0
* [mod_secdownload] new directives modify hash path (fixes #646, fixes #1904)Glenn Strauss2017-01-311-0/+38
* [TLS] mark code that uses -lcrypto but not -lsslGlenn Strauss2017-01-141-4/+8
* [mod_secdownload] warn if SHA used w/o SSL cryptoGlenn Strauss2016-12-171-2/+0
* minor: quiet some compiler warningsGlenn Strauss2016-05-211-0/+1
* pass buf size to li_tohex()Glenn Strauss2016-04-011-1/+1
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [mod_secdownload] fix buffer overflow in secdl_verify_mac (reported by Fortif...Stefan Bühler2016-03-131-1/+1
* [mod_secdownload] add required algorithm option; old behaviour available as "...Stefan Bühler2015-11-221-0/+536