CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/09/13 17:36:21
Modified files:
lib/libcrypto/crypto: Makefile
lib/libcrypto/man: Makefile
lib/libssl/src/crypto: opensslfeatures.h
lib/libssl/src/crypto/evp: c_all.c evp.h
lib/libssl/src/doc: standards.txt
lib/libssl/src/doc/apps: dgst.pod openssl.pod speed.pod ts.pod
lib/libssl/src/doc/crypto: MD5.pod crypto.pod
regress/lib/libcrypto: Makefile
usr.bin/openssl: openssl.1 openssl.c req.c speed.c ts.c
Removed files:
lib/libssl/src/crypto/evp: m_md4.c
lib/libssl/src/crypto/md4: md4.h md4_dgst.c md4_locl.h md4_one.c
regress/lib/libcrypto/md4: Makefile md4test.c
Log message:
Remove MD4 support from LibreSSL.
MD4 should have been removed a long time ago. Also, RFC 6150 moved it to
historic in 2011. Rides the major crank from removing SHA-0.
Discussed with many including beck@, millert@, djm@, sthen@
ok jsing@, input + ok bcook@