Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-30Internal md5 and sha1 implementations are now always used.Maxim Dounin
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 Dounin
2011-07-18fix building by MSVCIgor Sysoev
2011-05-27make built-in ngx_md5_update() interface consistent with other implemenationsIgor Sysoev
2011-04-23style fix: remove trailing spacesIgor Sysoev
2011-04-15an internal MD5 implemenationIgor Sysoev
patch by Maxim Dounin