Merge fips directory from FIPS branch.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 16 Sep 2008 10:12:23 +0000 (10:12 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 16 Sep 2008 10:12:23 +0000 (10:12 +0000)
commit59f3477b8236fd431d2cee942b46e3034e0a7b10
tree32d1bc9149c5f98e5d85bbbcc354601310f040eb
parentf947b818bf573c231c6b8a98a06902f8a0b78d08
Merge fips directory from FIPS branch.
72 files changed:
fips/.cvsignore [new file with mode: 0644]
fips/Makefile [new file with mode: 0644]
fips/aes/.cvsignore [new file with mode: 0644]
fips/aes/Makefile [new file with mode: 0644]
fips/aes/fips_aes_selftest.c [new file with mode: 0644]
fips/aes/fips_aesavs.c [new file with mode: 0644]
fips/des/.cvsignore [new file with mode: 0644]
fips/des/Makefile [new file with mode: 0644]
fips/des/fips_des_selftest.c [new file with mode: 0644]
fips/des/fips_desmovs.c [new file with mode: 0644]
fips/dh/.cvsignore [new file with mode: 0644]
fips/dh/Makefile [new file with mode: 0644]
fips/dh/dh_gen.c [new file with mode: 0644]
fips/dh/fips_dh_check.c [new file with mode: 0644]
fips/dh/fips_dh_gen.c [new file with mode: 0644]
fips/dh/fips_dh_key.c [new file with mode: 0644]
fips/dh/fips_dh_lib.c [new file with mode: 0644]
fips/dsa/.cvsignore [new file with mode: 0644]
fips/dsa/Makefile [new file with mode: 0644]
fips/dsa/fips_dsa_gen.c [new file with mode: 0644]
fips/dsa/fips_dsa_key.c [new file with mode: 0644]
fips/dsa/fips_dsa_lib.c [new file with mode: 0644]
fips/dsa/fips_dsa_ossl.c [new file with mode: 0644]
fips/dsa/fips_dsa_selftest.c [new file with mode: 0644]
fips/dsa/fips_dsa_sign.c [new file with mode: 0644]
fips/dsa/fips_dsatest.c [new file with mode: 0644]
fips/dsa/fips_dssvs.c [new file with mode: 0644]
fips/fips-lib.com [new file with mode: 0644]
fips/fips-nodiff.txt [new file with mode: 0644]
fips/fips.c [new file with mode: 0644]
fips/fips.h [new file with mode: 0644]
fips/fips_canister.c [new file with mode: 0644]
fips/fips_locl.h [new file with mode: 0644]
fips/fips_premain.c [new file with mode: 0644]
fips/fips_premain.c.sha1 [new file with mode: 0644]
fips/fips_test_suite.c [new file with mode: 0644]
fips/fips_utl.h [new file with mode: 0644]
fips/fipsalgtest.pl [new file with mode: 0644]
fips/fipsld [new file with mode: 0755]
fips/fipstests.bat [new file with mode: 0644]
fips/fipstests.sh [new file with mode: 0644]
fips/hmac/.cvsignore [new file with mode: 0644]
fips/hmac/Makefile [new file with mode: 0644]
fips/hmac/fips_hmac.c [new file with mode: 0644]
fips/hmac/fips_hmac_selftest.c [new file with mode: 0644]
fips/hmac/fips_hmactest.c [new file with mode: 0644]
fips/install.com [new file with mode: 0644]
fips/mkfipsscr.pl [new file with mode: 0644]
fips/openssl_fips_fingerprint [new file with mode: 0755]
fips/rand/.cvsignore [new file with mode: 0644]
fips/rand/Makefile [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_rand_selftest.c [new file with mode: 0644]
fips/rand/fips_randtest.c [new file with mode: 0644]
fips/rand/fips_rngvs.c [new file with mode: 0644]
fips/rsa/.cvsignore [new file with mode: 0644]
fips/rsa/Makefile [new file with mode: 0644]
fips/rsa/fips_rsa_eay.c [new file with mode: 0644]
fips/rsa/fips_rsa_gen.c [new file with mode: 0644]
fips/rsa/fips_rsa_lib.c [new file with mode: 0644]
fips/rsa/fips_rsa_selftest.c [new file with mode: 0644]
fips/rsa/fips_rsa_sign.c [new file with mode: 0644]
fips/rsa/fips_rsa_x931g.c [new file with mode: 0644]
fips/rsa/fips_rsagtest.c [new file with mode: 0644]
fips/rsa/fips_rsastest.c [new file with mode: 0644]
fips/rsa/fips_rsavtest.c [new file with mode: 0644]
fips/sha/.cvsignore [new file with mode: 0644]
fips/sha/Makefile [new file with mode: 0644]
fips/sha/fips_sha1_selftest.c [new file with mode: 0644]
fips/sha/fips_shatest.c [new file with mode: 0644]
fips/sha/fips_standalone_sha1.c [new file with mode: 0644]