Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] feature consistency between build types | Glenn Strauss | 2022-01-05 | 1 | -0/+3 |
| | |||||
* | [multiple] use <algo>_iov() digest funcs | Glenn Strauss | 2021-08-27 | 1 | -0/+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 Strauss | 2020-10-11 | 1 | -0/+342 |