Remove fipscanister from Configure, delete fips directory
authorDr. Stephen Henson <steve@openssl.org>
Sat, 18 Oct 2014 22:46:00 +0000 (23:46 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 8 Dec 2014 13:18:43 +0000 (13:18 +0000)
commit78c990c156ba79521e98728e9a604b4c5cc8adec
tree57debcafe0a8426fd24e659180a0812e928b0549
parent00b4ee7664051a0dc589b1d81ba56582576a6ca4
Remove fipscanister from Configure, delete fips directory

Reviewed-by: Tim Hudson <tjh@openssl.org>
87 files changed:
Configure
Makefile.fips [deleted file]
fips/Makefile [deleted file]
fips/aes/Makefile [deleted file]
fips/aes/fips_aes_selftest.c [deleted file]
fips/aes/fips_aesavs.c [deleted file]
fips/aes/fips_gcmtest.c [deleted file]
fips/cmac/Makefile [deleted file]
fips/cmac/fips_cmac_selftest.c [deleted file]
fips/cmac/fips_cmactest.c [deleted file]
fips/des/Makefile [deleted file]
fips/des/fips_des_selftest.c [deleted file]
fips/des/fips_desmovs.c [deleted file]
fips/dh/Makefile [deleted file]
fips/dh/fips_dh_lib.c [deleted file]
fips/dh/fips_dhvs.c [deleted file]
fips/dsa/Makefile [deleted file]
fips/dsa/fips_dsa_lib.c [deleted file]
fips/dsa/fips_dsa_selftest.c [deleted file]
fips/dsa/fips_dsa_sign.c [deleted file]
fips/dsa/fips_dsatest.c [deleted file]
fips/dsa/fips_dssvs.c [deleted file]
fips/ecdh/Makefile [deleted file]
fips/ecdh/fips_ecdh_selftest.c [deleted file]
fips/ecdh/fips_ecdhvs.c [deleted file]
fips/ecdsa/Makefile [deleted file]
fips/ecdsa/fips_ecdsa_lib.c [deleted file]
fips/ecdsa/fips_ecdsa_selftest.c [deleted file]
fips/ecdsa/fips_ecdsa_sign.c [deleted file]
fips/ecdsa/fips_ecdsavs.c [deleted file]
fips/fips.c [deleted file]
fips/fips.h [deleted file]
fips/fips_auth.in [deleted file]
fips/fips_canister.c [deleted file]
fips/fips_locl.h [deleted file]
fips/fips_post.c [deleted file]
fips/fips_premain.c [deleted file]
fips/fips_premain.c.sha1 [deleted file]
fips/fips_test_suite.c [deleted file]
fips/fips_utl.h [deleted file]
fips/fipsalgtest.pl [deleted file]
fips/fipsld [deleted file]
fips/fipssyms.h [deleted file]
fips/hmac/Makefile [deleted file]
fips/hmac/fips_hmac_selftest.c [deleted file]
fips/hmac/fips_hmactest.c [deleted file]
fips/mkfipsscr.pl [deleted file]
fips/rand/Makefile [deleted file]
fips/rand/fips_drbg_ctr.c [deleted file]
fips/rand/fips_drbg_ec.c [deleted file]
fips/rand/fips_drbg_hash.c [deleted file]
fips/rand/fips_drbg_hmac.c [deleted file]
fips/rand/fips_drbg_lib.c [deleted file]
fips/rand/fips_drbg_rand.c [deleted file]
fips/rand/fips_drbg_selftest.c [deleted file]
fips/rand/fips_drbg_selftest.h [deleted file]
fips/rand/fips_drbgvs.c [deleted file]
fips/rand/fips_rand.c [deleted file]
fips/rand/fips_rand.h [deleted file]
fips/rand/fips_rand_lcl.h [deleted file]
fips/rand/fips_rand_lib.c [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/Makefile [deleted file]
fips/rsa/fips_rsa_lib.c [deleted file]
fips/rsa/fips_rsa_selftest.c [deleted file]
fips/rsa/fips_rsa_sign.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/Makefile [deleted file]
fips/sha/fips_sha1_selftest.c [deleted file]
fips/sha/fips_shatest.c [deleted file]
fips/sha/fips_standalone_sha1.c [deleted file]
fips/tools/README [deleted file]
fips/tools/api_fns.pm [deleted file]
fips/tools/api_list.pl [deleted file]
fips/tools/declarations.dat [deleted file]
fips/utl/Makefile [deleted file]
fips/utl/fips_enc.c [deleted file]
fips/utl/fips_err.c [deleted file]
fips/utl/fips_lck.c [deleted file]
fips/utl/fips_md.c [deleted file]
fips/utl/fips_mem.c [deleted file]
util/arx.pl [deleted file]
util/fipsas.pl [deleted file]