Unfinished FIPS stuff for review/improvement.
authorBen Laurie <ben@openssl.org>
Sun, 27 Jul 2003 17:00:51 +0000 (17:00 +0000)
committerBen Laurie <ben@openssl.org>
Sun, 27 Jul 2003 17:00:51 +0000 (17:00 +0000)
commit75622f1ece530cab5ee1864c8d1e3d2dec5d6913
tree6d4c63b1c0c66f76236f4985722c5e3a548175b7
parenta052dd6532321ebb01936d1dcdb99481f741ad6a
Unfinished FIPS stuff for review/improvement.
70 files changed:
Configure
Makefile.org
crypto/aes/Makefile.ssl
crypto/aes/aes_core.c
crypto/cryptlib.c
crypto/des/des.h
crypto/des/des_old.c
crypto/des/destest.c
crypto/des/ecb3_enc.c
crypto/dsa/Makefile.ssl
crypto/dsa/dsa_ossl.c
crypto/dsa/dsa_sign.c
crypto/dsa/dsa_vrf.c
crypto/engine/engine.h
crypto/err/err.h
crypto/err/err_all.c
crypto/err/openssl.ec
crypto/evp/Makefile.ssl
crypto/evp/c_all.c
crypto/evp/e_aes.c
crypto/evp/e_des3.c
crypto/evp/evp.h
crypto/evp/evp_err.c
crypto/md32_common.h
crypto/md4/Makefile.ssl
crypto/md5/Makefile.ssl
crypto/rand/Makefile.ssl
crypto/rand/md_rand.c
crypto/rand/rand.h
crypto/rand/rand_err.c
crypto/rand/rand_lib.c
crypto/ripemd/Makefile.ssl
crypto/sha/Makefile.ssl
fips/.cvsignore [new file with mode: 0644]
fips/Makefile.ssl [new file with mode: 0644]
fips/aes/.cvsignore [new file with mode: 0644]
fips/aes/Makefile.ssl [new file with mode: 0644]
fips/aes/fingerprint.sha1 [new file with mode: 0644]
fips/aes/fips_aes_core.c [new file with mode: 0644]
fips/aes/fips_aes_locl.h [new file with mode: 0644]
fips/aes/fips_aesavs.c [new file with mode: 0644]
fips/dsa/.cvsignore [new file with mode: 0644]
fips/dsa/Makefile.ssl [new file with mode: 0644]
fips/dsa/fingerprint.sha1 [new file with mode: 0644]
fips/dsa/fips_dsa_ossl.c [new file with mode: 0644]
fips/dsa/fips_dsatest.c [new file with mode: 0644]
fips/fingerprint.sha1 [new file with mode: 0644]
fips/fips.c [new file with mode: 0644]
fips/fips.h [new file with mode: 0644]
fips/fips_check_sha1 [new file with mode: 0755]
fips/fips_err.c [new file with mode: 0644]
fips/fips_make_sha1 [new file with mode: 0755]
fips/lib [new file with mode: 0644]
fips/rand/.cvsignore [new file with mode: 0644]
fips/rand/Makefile.ssl [new file with mode: 0644]
fips/rand/fingerprint.sha1 [new file with mode: 0644]
fips/rand/fips_rand.c [new file with mode: 0644]
fips/rand/fips_rand.h [new file with mode: 0644]
fips/rand/fips_randtest.c [new file with mode: 0644]
fips/sha1/.cvsignore [new file with mode: 0644]
fips/sha1/Makefile.ssl [new file with mode: 0644]
fips/sha1/fingerprint.sha1 [new file with mode: 0644]
fips/sha1/fips_md32_common.h [new file with mode: 0644]
fips/sha1/fips_sha1dgst.c [new file with mode: 0644]
fips/sha1/fips_sha1test.c [new file with mode: 0644]
fips/sha1/fips_sha_locl.h [new file with mode: 0644]
fips/sha1/fips_standalone_sha1.c [new file with mode: 0644]
fips/sha1/standalone.sha1 [new file with mode: 0644]
test/Makefile.ssl
util/mkerr.pl