summaryrefslogtreecommitdiff
path: root/src/algo_md5.h
Commit message (Collapse)AuthorAgeFilesLines
* [multiple] use <algo>_iov() digest funcsGlenn Strauss2021-08-271-4/+4
| | | | | | | | | | | | reduce code duplication make it easier to add new algos mod_authn_file: - leverage r->tmp_buf instead of temporary allocating buffer_init() - mod_authn_file_htpasswd_basic() - compare binary SHA1 (shorter) rather than base64 (longer) - split crypt() from mod_authn_file_htpasswd_basic() to separate func - apr_md5_encode() modifications for slightly better performance
* [core] rename md5.[ch] to algo_md5.[ch]Glenn Strauss2020-10-111-0/+57