aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_md5.c
Commit message (Collapse)AuthorAge
* Internal md5 and sha1 implementations are now always used.Maxim Dounin2016-06-30
| | | | | | This reduces the number of moving parts in ABI compatibility checks. Additionally, it also allows to use OpenSSL in FIPS mode while still using md5 for non-security tasks.
* Reverted incorrect change in internal md5 (part of r3928).Maxim Dounin2011-11-14
|
* fix building by MSVCIgor Sysoev2011-07-18
|
* make built-in ngx_md5_update() interface consistent with other implemenationsIgor Sysoev2011-05-27
|
* style fix: remove trailing spacesIgor Sysoev2011-04-23
|
* an internal MD5 implemenationIgor Sysoev2011-04-15
patch by Maxim Dounin