summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_md5.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-06-30Internal md5 and sha1 implementations are now always used.Maxim Dounin1-6/+0
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.
2011-11-14Reverted incorrect change in internal md5 (part of r3928).Maxim Dounin1-1/+2
2011-07-18fix building by MSVCIgor Sysoev1-26/+26
2011-05-27make built-in ngx_md5_update() interface consistent with other implemenationsIgor Sysoev1-3/+2
2011-04-23style fix: remove trailing spacesIgor Sysoev1-29/+29
2011-04-15an internal MD5 implemenationIgor Sysoev1-0/+289
patch by Maxim Dounin