Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Internal md5 and sha1 implementations are now always used. | Maxim Dounin | 2016-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 Dounin | 2011-11-14 |
| | |||
* | fix building by MSVC | Igor Sysoev | 2011-07-18 |
| | |||
* | make built-in ngx_md5_update() interface consistent with other implemenations | Igor Sysoev | 2011-05-27 |
| | |||
* | style fix: remove trailing spaces | Igor Sysoev | 2011-04-23 |
| | |||
* | an internal MD5 implemenation | Igor Sysoev | 2011-04-15 |
patch by Maxim Dounin |