Backport SHA-[224|256|384|512] from HEAD to FIPS.
authorAndy Polyakov <appro@openssl.org>
Sat, 7 May 2005 17:21:34 +0000 (17:21 +0000)
committerAndy Polyakov <appro@openssl.org>
Sat, 7 May 2005 17:21:34 +0000 (17:21 +0000)
commit4b27a9feb3ecfd2683a8dbf278359a4672452458
treeced423b616852e059f0bf107f1f227889615a730
parent0649b6f0f23355a134720913854aab2f32c00f89
Backport SHA-[224|256|384|512] from HEAD to FIPS.
24 files changed:
crypto/evp/c_alld.c
crypto/evp/evp.h
crypto/evp/m_sha.c
crypto/evp/m_sha1.c
crypto/hmac/hmac.h
crypto/objects/obj_dat.h
crypto/objects/obj_mac.h
crypto/objects/obj_mac.num
crypto/objects/objects.txt
crypto/sha/sha1_one.c
fips/dsa/fips_dsa_gen.c
fips/dsa/fips_dssvs.c
fips/fipshashes.c
fips/rsa/fips_rsa_selftest.c
fips/sha1/Makefile
fips/sha1/fips_md32_common.h
fips/sha1/fips_sha.h [new file with mode: 0644]
fips/sha1/fips_sha1_selftest.c
fips/sha1/fips_sha1dgst.c
fips/sha1/fips_sha1test.c
fips/sha1/fips_sha256.c [new file with mode: 0644]
fips/sha1/fips_sha512.c [new file with mode: 0644]
fips/sha1/fips_sha_locl.h
fips/sha1/fips_standalone_sha1.c