Make sure the compilation of the FIPS stuff goes through even in

non-FIPS mode.

Update the appropriate fingerprints accordingly.
(something is weird, someone else was working on the same stuff, and
removed fips_sha1_selftest.c from fips/sha1/standalone.sha1...)
This commit is contained in:
Richard Levitte 2003-09-05 13:26:52 +00:00
parent c1a32376db
commit e726e5f170
7 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,3 @@
SHA1(fips_aes_core.c)= 5298df7807877eed470a1ee5f8331fc0876689da
SHA1(fips_aes_selftest.c)= 56ffcd2eb43b8b19aa4e0f60d3733031b3f54e84
SHA1(fips_aes_selftest.c)= 49cd793c702170721385f4efc1dc15cf7b18eff0
SHA1(fips_aes_locl.h)= a3c01d9a4f9d5211e9e785852f6f1a2febfd73b6

View File

@ -52,6 +52,7 @@
#include <openssl/fips.h>
#include <openssl/aes.h>
#ifdef FIPS
static struct
{
unsigned char key[16];
@ -88,3 +89,4 @@ int FIPS_selftest_aes()
}
return 1;
}
#endif

View File

@ -1,3 +1,3 @@
SHA1(fips_des_enc.c)= a4b88bb16782604a298d74de04a8b3bc3a204c5a
SHA1(fips_des_selftest.c)= 7f958a8b8fdb1227ec189e5948d7bfa87876fb3b
SHA1(fips_des_selftest.c)= f516832dcb9c49c20adc35c14e2b00ed0ebd36b2
SHA1(fips_des_locl.h)= 5e5128f074485e72d6fdee00d22d46a694bd5abe

View File

@ -52,6 +52,7 @@
#include <openssl/fips.h>
#include <openssl/des.h>
#ifdef FIPS
static struct
{
DES_cblock key;
@ -90,3 +91,4 @@ int FIPS_selftest_des()
}
return 1;
}
#endif

View File

@ -1,4 +1,4 @@
SHA1(fips_sha1dgst.c)= 609e2cbf5d3cdcf318ec10238a0e82b93b78e6b5
SHA1(fips_sha1_selftest.c)= 103e32b34f518cc2f6995e752644fd102cc8d602
SHA1(fips_sha1_selftest.c)= 2be7c82cba769de0bcce0539ecc854b74a1d16fd
SHA1(fips_sha_locl.h)= 677427c495b571991f013939ea7e5dea87828f8c
SHA1(fips_md32_common.h)= 4f41bcde24750b3b8c99a06bcba2fe06ff8db4d0

View File

@ -52,6 +52,7 @@
#include <openssl/fips.h>
#include <openssl/sha.h>
#ifdef FIPS
static char *test[]=
{
"",
@ -87,3 +88,5 @@ int FIPS_selftest_sha1()
}
return 1;
}
#endif

View File

@ -1,4 +1,5 @@
SHA1(fips_standalone_sha1.c)= bab1d8e16317a02247067f2a47722a721a4a103e
SHA1(fips_sha1dgst.c)= 609e2cbf5d3cdcf318ec10238a0e82b93b78e6b5
SHA1(fips_sha1_selftest.c)= 2be7c82cba769de0bcce0539ecc854b74a1d16fd
SHA1(fips_standalone_sha1.c)= bab1d8e16317a02247067f2a47722a721a4a103e
SHA1(fips_sha_locl.h)= 677427c495b571991f013939ea7e5dea87828f8c
SHA1(fips_md32_common.h)= 4f41bcde24750b3b8c99a06bcba2fe06ff8db4d0