Change fips directory to fips-1.0
authorDr. Stephen Henson <steve@openssl.org>
Mon, 30 Jan 2006 18:15:29 +0000 (18:15 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 30 Jan 2006 18:15:29 +0000 (18:15 +0000)
commitb7508d8396f78ae14fcd9e14ea594bcdc880ca49
tree0fba704aec5441e50977d07f1553ac7a181c4aff
parentfd273643175a546d0f7e4492d96e930e746f9536
Change fips directory to fips-1.0
159 files changed:
Makefile.org
apps/Makefile
fips-1.0/.cvsignore [new file with mode: 0644]
fips-1.0/Makefile [new file with mode: 0644]
fips-1.0/aes/.cvsignore [new file with mode: 0644]
fips-1.0/aes/Makefile [new file with mode: 0644]
fips-1.0/aes/asm/fips-ax86-elf.s [new file with mode: 0644]
fips-1.0/aes/fips_aes_core.c [new file with mode: 0644]
fips-1.0/aes/fips_aes_locl.h [new file with mode: 0644]
fips-1.0/aes/fips_aes_selftest.c [new file with mode: 0644]
fips-1.0/aes/fips_aesavs.c [new file with mode: 0644]
fips-1.0/des/.cvsignore [new file with mode: 0644]
fips-1.0/des/Makefile [new file with mode: 0644]
fips-1.0/des/asm/fips-dx86-elf.s [new file with mode: 0644]
fips-1.0/des/fips_des_enc.c [new file with mode: 0644]
fips-1.0/des/fips_des_locl.h [new file with mode: 0644]
fips-1.0/des/fips_des_selftest.c [new file with mode: 0644]
fips-1.0/des/fips_desmovs.c [new file with mode: 0644]
fips-1.0/des/fips_set_key.c [new file with mode: 0644]
fips-1.0/dh/.cvsignore [new file with mode: 0644]
fips-1.0/dh/Makefile [new file with mode: 0644]
fips-1.0/dh/fips_dh_check.c [new file with mode: 0644]
fips-1.0/dh/fips_dh_gen.c [new file with mode: 0644]
fips-1.0/dh/fips_dh_key.c [new file with mode: 0644]
fips-1.0/dsa/.cvsignore [new file with mode: 0644]
fips-1.0/dsa/Makefile [new file with mode: 0644]
fips-1.0/dsa/fips_dsa_gen.c [new file with mode: 0644]
fips-1.0/dsa/fips_dsa_ossl.c [new file with mode: 0644]
fips-1.0/dsa/fips_dsa_selftest.c [new file with mode: 0644]
fips-1.0/dsa/fips_dsatest.c [new file with mode: 0644]
fips-1.0/dsa/fips_dssvs.c [new file with mode: 0644]
fips-1.0/fips-lib.com [new file with mode: 0644]
fips-1.0/fips.c [new file with mode: 0644]
fips-1.0/fips.h [new file with mode: 0644]
fips-1.0/fips_canister.c [new file with mode: 0644]
fips-1.0/fips_err.h [new file with mode: 0644]
fips-1.0/fips_err_wrapper.c [new file with mode: 0644]
fips-1.0/fips_locl.h [new file with mode: 0644]
fips-1.0/fips_premain.c [new file with mode: 0644]
fips-1.0/fips_premain_dso [new file with mode: 0755]
fips-1.0/fips_test_suite.c [new file with mode: 0644]
fips-1.0/fipscanister.o.sha1 [new file with mode: 0644]
fips-1.0/fipshashes.c [new file with mode: 0644]
fips-1.0/fipsld [new file with mode: 0755]
fips-1.0/hmac/.cvsignore [new file with mode: 0644]
fips-1.0/hmac/Makefile [new file with mode: 0644]
fips-1.0/hmac/fips_hmac.c [new file with mode: 0644]
fips-1.0/hmac/fips_hmac_selftest.c [new file with mode: 0644]
fips-1.0/hmac/fips_hmactest.c [new file with mode: 0644]
fips-1.0/install.com [new file with mode: 0644]
fips-1.0/openssl_fips_fingerprint [new file with mode: 0755]
fips-1.0/rand/.cvsignore [new file with mode: 0644]
fips-1.0/rand/Makefile [new file with mode: 0644]
fips-1.0/rand/fips_rand.c [new file with mode: 0644]
fips-1.0/rand/fips_rand.h [new file with mode: 0644]
fips-1.0/rand/fips_rand_selftest.c [new file with mode: 0644]
fips-1.0/rand/fips_randtest.c [new file with mode: 0644]
fips-1.0/rand/fips_rngvs.c [new file with mode: 0644]
fips-1.0/rsa/.cvsignore [new file with mode: 0644]
fips-1.0/rsa/Makefile [new file with mode: 0644]
fips-1.0/rsa/fips_rsa_eay.c [new file with mode: 0644]
fips-1.0/rsa/fips_rsa_gen.c [new file with mode: 0644]
fips-1.0/rsa/fips_rsa_selftest.c [new file with mode: 0644]
fips-1.0/rsa/fips_rsa_x931g.c [new file with mode: 0644]
fips-1.0/rsa/fips_rsagtest.c [new file with mode: 0644]
fips-1.0/rsa/fips_rsastest.c [new file with mode: 0644]
fips-1.0/rsa/fips_rsavtest.c [new file with mode: 0644]
fips-1.0/sha/.cvsignore [new file with mode: 0644]
fips-1.0/sha/Makefile [new file with mode: 0644]
fips-1.0/sha/SHAmix.fax [new file with mode: 0644]
fips-1.0/sha/SHAmix.req [new file with mode: 0644]
fips-1.0/sha/asm/fips-sx86-elf.s [new file with mode: 0644]
fips-1.0/sha/fips_md32_common.h [new file with mode: 0644]
fips-1.0/sha/fips_sha.h [new file with mode: 0644]
fips-1.0/sha/fips_sha1_selftest.c [new file with mode: 0644]
fips-1.0/sha/fips_sha1dgst.c [new file with mode: 0644]
fips-1.0/sha/fips_sha256.c [new file with mode: 0644]
fips-1.0/sha/fips_sha512.c [new file with mode: 0644]
fips-1.0/sha/fips_sha_locl.h [new file with mode: 0644]
fips-1.0/sha/fips_shatest.c [new file with mode: 0644]
fips-1.0/sha/fips_standalone_sha1.c [new file with mode: 0644]
fips/.cvsignore [deleted file]
fips/Makefile [deleted file]
fips/aes/.cvsignore [deleted file]
fips/aes/Makefile [deleted file]
fips/aes/asm/fips-ax86-elf.s [deleted file]
fips/aes/fips_aes_core.c [deleted file]
fips/aes/fips_aes_locl.h [deleted file]
fips/aes/fips_aes_selftest.c [deleted file]
fips/aes/fips_aesavs.c [deleted file]
fips/des/.cvsignore [deleted file]
fips/des/Makefile [deleted file]
fips/des/asm/fips-dx86-elf.s [deleted file]
fips/des/fips_des_enc.c [deleted file]
fips/des/fips_des_locl.h [deleted file]
fips/des/fips_des_selftest.c [deleted file]
fips/des/fips_desmovs.c [deleted file]
fips/des/fips_set_key.c [deleted file]
fips/dh/.cvsignore [deleted file]
fips/dh/Makefile [deleted file]
fips/dh/fips_dh_check.c [deleted file]
fips/dh/fips_dh_gen.c [deleted file]
fips/dh/fips_dh_key.c [deleted file]
fips/dsa/.cvsignore [deleted file]
fips/dsa/Makefile [deleted file]
fips/dsa/fips_dsa_gen.c [deleted file]
fips/dsa/fips_dsa_ossl.c [deleted file]
fips/dsa/fips_dsa_selftest.c [deleted file]
fips/dsa/fips_dsatest.c [deleted file]
fips/dsa/fips_dssvs.c [deleted file]
fips/fips-lib.com [deleted file]
fips/fips.c [deleted file]
fips/fips.h [deleted file]
fips/fips_canister.c [deleted file]
fips/fips_err.h [deleted file]
fips/fips_err_wrapper.c [deleted file]
fips/fips_locl.h [deleted file]
fips/fips_premain.c [deleted file]
fips/fips_test_suite.c [deleted file]
fips/fipshashes.c [deleted file]
fips/fipsld [deleted file]
fips/hmac/.cvsignore [deleted file]
fips/hmac/Makefile [deleted file]
fips/hmac/fips_hmac.c [deleted file]
fips/hmac/fips_hmac_selftest.c [deleted file]
fips/hmac/fips_hmactest.c [deleted file]
fips/install.com [deleted file]
fips/openssl_fips_fingerprint [deleted file]
fips/rand/.cvsignore [deleted file]
fips/rand/Makefile [deleted file]
fips/rand/fips_rand.c [deleted file]
fips/rand/fips_rand.h [deleted file]
fips/rand/fips_rand_selftest.c [deleted file]
fips/rand/fips_randtest.c [deleted file]
fips/rand/fips_rngvs.c [deleted file]
fips/rsa/.cvsignore [deleted file]
fips/rsa/Makefile [deleted file]
fips/rsa/fips_rsa_eay.c [deleted file]
fips/rsa/fips_rsa_gen.c [deleted file]
fips/rsa/fips_rsa_selftest.c [deleted file]
fips/rsa/fips_rsa_x931g.c [deleted file]
fips/rsa/fips_rsagtest.c [deleted file]
fips/rsa/fips_rsastest.c [deleted file]
fips/rsa/fips_rsavtest.c [deleted file]
fips/sha/.cvsignore [deleted file]
fips/sha/Makefile [deleted file]
fips/sha/SHAmix.fax [deleted file]
fips/sha/SHAmix.req [deleted file]
fips/sha/asm/fips-sx86-elf.s [deleted file]
fips/sha/fips_md32_common.h [deleted file]
fips/sha/fips_sha.h [deleted file]
fips/sha/fips_sha1_selftest.c [deleted file]
fips/sha/fips_sha1dgst.c [deleted file]
fips/sha/fips_sha256.c [deleted file]
fips/sha/fips_sha512.c [deleted file]
fips/sha/fips_sha_locl.h [deleted file]
fips/sha/fips_shatest.c [deleted file]
fips/sha/fips_standalone_sha1.c [deleted file]
test/Makefile