]> git.kaiwu.me - nginx.git/commit
Internal md5 and sha1 implementations are now always used.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 30 Jun 2016 15:57:39 +0000 (18:57 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 30 Jun 2016 15:57:39 +0000 (18:57 +0300)
commitc60b61a290960c1411d4da34d7f9265a43fd831b
treea9b68ca1d34e2c2399adc243f9b8274f718d1694
parentfb6c764921dff3322b33ed2f5169b4c23f84bd9c
Internal md5 and sha1 implementations are now always used.

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.
26 files changed:
auto/cc/acc
auto/cc/clang
auto/cc/gcc
auto/cc/icc
auto/cc/sunc
auto/lib/conf
auto/lib/make
auto/lib/md5/conf [deleted file]
auto/lib/md5/make [deleted file]
auto/lib/md5/makefile.bcc [deleted file]
auto/lib/md5/makefile.msvc [deleted file]
auto/lib/md5/makefile.owc [deleted file]
auto/lib/sha1/conf [deleted file]
auto/lib/sha1/make [deleted file]
auto/lib/sha1/makefile.bcc [deleted file]
auto/lib/sha1/makefile.msvc [deleted file]
auto/lib/sha1/makefile.owc [deleted file]
auto/module
auto/modules
auto/options
auto/summary
src/core/ngx_md5.c
src/core/ngx_md5.h
src/core/ngx_module.h
src/core/ngx_sha1.c
src/core/ngx_sha1.h