CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/09/13 15:09:56
Modified files:
lib/libcrypto/crypto: Makefile
lib/libssl/src/crypto: opensslfeatures.h
lib/libssl/src/crypto/evp: c_all.c evp.h
lib/libssl/src/crypto/sha: sha.h sha1dgst.c sha_locl.h
lib/libssl/src/doc/crypto: EVP_DigestInit.pod
regress/lib/libcrypto: Makefile
regress/lib/libcrypto/sha1: sha1test.c
Removed files:
lib/libssl/src/crypto/evp: m_sha.c
lib/libssl/src/crypto/sha: sha_dgst.c sha_one.c
regress/lib/libcrypto/sha: Makefile shatest.c
Log message:
Remove SHA-0 support.
SHA-0 was withdrawn shortly after publication 20 years ago and replaced
with SHA-1. This will require a major crank.
ok bcook@, jsing@