From 973fbfe3a343c0fc04119ceab881ac2d655130d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Wed, 11 May 2005 17:49:50 +0000 Subject: [PATCH] make update --- fips/dsa/Makefile | 10 +++---- fips/hmac/Makefile | 52 +++++++++++++++++++++++++++++++++ fips/rand/Makefile | 17 +++++++++++ fips/rsa/Makefile | 54 ++++++++++++++++++++++++++++++++-- fips/sha1/Makefile | 27 ++++++++++++++--- test/Makefile | 72 ++++++++++++++++++++++++++++++++++++++++++++-- util/libeay.num | 7 +++++ 7 files changed, 225 insertions(+), 14 deletions(-) diff --git a/fips/dsa/Makefile b/fips/dsa/Makefile index 71c6cc3720..c053661180 100644 --- a/fips/dsa/Makefile +++ b/fips/dsa/Makefile @@ -101,11 +101,11 @@ fips_dsa_gen.o: ../../include/openssl/crypto.h ../../include/openssl/des.h fips_dsa_gen.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h fips_dsa_gen.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h fips_dsa_gen.o: ../../include/openssl/err.h ../../include/openssl/evp.h -fips_dsa_gen.o: ../../include/openssl/fips.h ../../include/openssl/idea.h -fips_dsa_gen.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h -fips_dsa_gen.o: ../../include/openssl/md4.h ../../include/openssl/md5.h -fips_dsa_gen.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h -fips_dsa_gen.o: ../../include/openssl/objects.h +fips_dsa_gen.o: ../../include/openssl/fips.h ../../include/openssl/fips_sha.h +fips_dsa_gen.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h +fips_dsa_gen.o: ../../include/openssl/md2.h ../../include/openssl/md4.h +fips_dsa_gen.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h +fips_dsa_gen.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h fips_dsa_gen.o: ../../include/openssl/opensslconf.h fips_dsa_gen.o: ../../include/openssl/opensslv.h fips_dsa_gen.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h diff --git a/fips/hmac/Makefile b/fips/hmac/Makefile index 268c0cf033..6a64289a38 100644 --- a/fips/hmac/Makefile +++ b/fips/hmac/Makefile @@ -110,3 +110,55 @@ fips_hmac.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h fips_hmac.o: ../../include/openssl/sha.h ../../include/openssl/stack.h fips_hmac.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h fips_hmac.o: ../../include/openssl/ui_compat.h fips_hmac.c +fips_hmac_selftest.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h +fips_hmac_selftest.o: ../../include/openssl/bio.h +fips_hmac_selftest.o: ../../include/openssl/blowfish.h +fips_hmac_selftest.o: ../../include/openssl/bn.h ../../include/openssl/cast.h +fips_hmac_selftest.o: ../../include/openssl/crypto.h +fips_hmac_selftest.o: ../../include/openssl/des.h +fips_hmac_selftest.o: ../../include/openssl/des_old.h +fips_hmac_selftest.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h +fips_hmac_selftest.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h +fips_hmac_selftest.o: ../../include/openssl/evp.h ../../include/openssl/fips.h +fips_hmac_selftest.o: ../../include/openssl/hmac.h ../../include/openssl/idea.h +fips_hmac_selftest.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h +fips_hmac_selftest.o: ../../include/openssl/md4.h ../../include/openssl/md5.h +fips_hmac_selftest.o: ../../include/openssl/mdc2.h +fips_hmac_selftest.o: ../../include/openssl/obj_mac.h +fips_hmac_selftest.o: ../../include/openssl/objects.h +fips_hmac_selftest.o: ../../include/openssl/opensslconf.h +fips_hmac_selftest.o: ../../include/openssl/opensslv.h +fips_hmac_selftest.o: ../../include/openssl/ossl_typ.h +fips_hmac_selftest.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h +fips_hmac_selftest.o: ../../include/openssl/rc5.h +fips_hmac_selftest.o: ../../include/openssl/ripemd.h +fips_hmac_selftest.o: ../../include/openssl/rsa.h +fips_hmac_selftest.o: ../../include/openssl/safestack.h +fips_hmac_selftest.o: ../../include/openssl/sha.h ../../include/openssl/stack.h +fips_hmac_selftest.o: ../../include/openssl/symhacks.h +fips_hmac_selftest.o: ../../include/openssl/ui.h +fips_hmac_selftest.o: ../../include/openssl/ui_compat.h fips_hmac_selftest.c +fips_hmactest.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h +fips_hmactest.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h +fips_hmactest.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h +fips_hmactest.o: ../../include/openssl/cast.h ../../include/openssl/conf.h +fips_hmactest.o: ../../include/openssl/crypto.h ../../include/openssl/des.h +fips_hmactest.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h +fips_hmactest.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h +fips_hmactest.o: ../../include/openssl/err.h ../../include/openssl/evp.h +fips_hmactest.o: ../../include/openssl/hmac.h ../../include/openssl/idea.h +fips_hmactest.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h +fips_hmactest.o: ../../include/openssl/md4.h ../../include/openssl/md5.h +fips_hmactest.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h +fips_hmactest.o: ../../include/openssl/objects.h +fips_hmactest.o: ../../include/openssl/opensslconf.h +fips_hmactest.o: ../../include/openssl/opensslv.h +fips_hmactest.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h +fips_hmactest.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h +fips_hmactest.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h +fips_hmactest.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h +fips_hmactest.o: ../../include/openssl/sha.h ../../include/openssl/stack.h +fips_hmactest.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h +fips_hmactest.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.h +fips_hmactest.o: ../../include/openssl/x509_vfy.h +fips_hmactest.o: ../../include/openssl/x509v3.h fips_hmactest.c diff --git a/fips/rand/Makefile b/fips/rand/Makefile index 85852f4b5b..046be1cce8 100644 --- a/fips/rand/Makefile +++ b/fips/rand/Makefile @@ -103,6 +103,23 @@ fips_rand.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h fips_rand.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h fips_rand.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h fips_rand.o: fips_rand.c +fips_rand_selftest.o: ../../include/openssl/bio.h +fips_rand_selftest.o: ../../include/openssl/crypto.h +fips_rand_selftest.o: ../../include/openssl/des.h +fips_rand_selftest.o: ../../include/openssl/des_old.h +fips_rand_selftest.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h +fips_rand_selftest.o: ../../include/openssl/fips.h +fips_rand_selftest.o: ../../include/openssl/fips_rand.h +fips_rand_selftest.o: ../../include/openssl/lhash.h +fips_rand_selftest.o: ../../include/openssl/opensslconf.h +fips_rand_selftest.o: ../../include/openssl/opensslv.h +fips_rand_selftest.o: ../../include/openssl/ossl_typ.h +fips_rand_selftest.o: ../../include/openssl/rand.h +fips_rand_selftest.o: ../../include/openssl/safestack.h +fips_rand_selftest.o: ../../include/openssl/stack.h +fips_rand_selftest.o: ../../include/openssl/symhacks.h +fips_rand_selftest.o: ../../include/openssl/ui.h +fips_rand_selftest.o: ../../include/openssl/ui_compat.h fips_rand_selftest.c fips_randtest.o: ../../e_os.h ../../include/openssl/bio.h fips_randtest.o: ../../include/openssl/crypto.h ../../include/openssl/des.h fips_randtest.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h diff --git a/fips/rsa/Makefile b/fips/rsa/Makefile index be750a1b18..897b5ceece 100644 --- a/fips/rsa/Makefile +++ b/fips/rsa/Makefile @@ -121,11 +121,61 @@ fips_rsa_gen.o: ../../include/openssl/symhacks.h fips_rsa_gen.c fips_rsa_selftest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h fips_rsa_selftest.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h fips_rsa_selftest.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h -fips_rsa_selftest.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h +fips_rsa_selftest.o: ../../include/openssl/fips.h +fips_rsa_selftest.o: ../../include/openssl/fips_sha.h +fips_rsa_selftest.o: ../../include/openssl/lhash.h fips_rsa_selftest.o: ../../include/openssl/opensslconf.h fips_rsa_selftest.o: ../../include/openssl/opensslv.h fips_rsa_selftest.o: ../../include/openssl/ossl_typ.h fips_rsa_selftest.o: ../../include/openssl/rsa.h fips_rsa_selftest.o: ../../include/openssl/safestack.h -fips_rsa_selftest.o: ../../include/openssl/sha.h ../../include/openssl/stack.h +fips_rsa_selftest.o: ../../include/openssl/stack.h fips_rsa_selftest.o: ../../include/openssl/symhacks.h fips_rsa_selftest.c +fips_rsastest.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h +fips_rsastest.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h +fips_rsastest.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h +fips_rsastest.o: ../../include/openssl/cast.h ../../include/openssl/conf.h +fips_rsastest.o: ../../include/openssl/crypto.h ../../include/openssl/des.h +fips_rsastest.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h +fips_rsastest.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h +fips_rsastest.o: ../../include/openssl/err.h ../../include/openssl/evp.h +fips_rsastest.o: ../../include/openssl/hmac.h ../../include/openssl/idea.h +fips_rsastest.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h +fips_rsastest.o: ../../include/openssl/md4.h ../../include/openssl/md5.h +fips_rsastest.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h +fips_rsastest.o: ../../include/openssl/objects.h +fips_rsastest.o: ../../include/openssl/opensslconf.h +fips_rsastest.o: ../../include/openssl/opensslv.h +fips_rsastest.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h +fips_rsastest.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h +fips_rsastest.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h +fips_rsastest.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h +fips_rsastest.o: ../../include/openssl/sha.h ../../include/openssl/stack.h +fips_rsastest.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h +fips_rsastest.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.h +fips_rsastest.o: ../../include/openssl/x509_vfy.h +fips_rsastest.o: ../../include/openssl/x509v3.h fips_rsastest.c +fips_rsavtest.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h +fips_rsavtest.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h +fips_rsavtest.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h +fips_rsavtest.o: ../../include/openssl/cast.h ../../include/openssl/conf.h +fips_rsavtest.o: ../../include/openssl/crypto.h ../../include/openssl/des.h +fips_rsavtest.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h +fips_rsavtest.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h +fips_rsavtest.o: ../../include/openssl/err.h ../../include/openssl/evp.h +fips_rsavtest.o: ../../include/openssl/hmac.h ../../include/openssl/idea.h +fips_rsavtest.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h +fips_rsavtest.o: ../../include/openssl/md4.h ../../include/openssl/md5.h +fips_rsavtest.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h +fips_rsavtest.o: ../../include/openssl/objects.h +fips_rsavtest.o: ../../include/openssl/opensslconf.h +fips_rsavtest.o: ../../include/openssl/opensslv.h +fips_rsavtest.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h +fips_rsavtest.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h +fips_rsavtest.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h +fips_rsavtest.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h +fips_rsavtest.o: ../../include/openssl/sha.h ../../include/openssl/stack.h +fips_rsavtest.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h +fips_rsavtest.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.h +fips_rsavtest.o: ../../include/openssl/x509_vfy.h +fips_rsavtest.o: ../../include/openssl/x509v3.h fips_rsavtest.c diff --git a/fips/sha1/Makefile b/fips/sha1/Makefile index e6a53e32dc..b11171aa77 100644 --- a/fips/sha1/Makefile +++ b/fips/sha1/Makefile @@ -103,23 +103,41 @@ fips_sha1_selftest.o: ../../include/openssl/bio.h fips_sha1_selftest.o: ../../include/openssl/crypto.h fips_sha1_selftest.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h fips_sha1_selftest.o: ../../include/openssl/fips.h +fips_sha1_selftest.o: ../../include/openssl/fips_sha.h fips_sha1_selftest.o: ../../include/openssl/lhash.h fips_sha1_selftest.o: ../../include/openssl/opensslconf.h fips_sha1_selftest.o: ../../include/openssl/opensslv.h fips_sha1_selftest.o: ../../include/openssl/safestack.h -fips_sha1_selftest.o: ../../include/openssl/sha.h ../../include/openssl/stack.h +fips_sha1_selftest.o: ../../include/openssl/stack.h fips_sha1_selftest.o: ../../include/openssl/symhacks.h fips_sha1_selftest.c +fips_sha1dgst.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h fips_sha1dgst.o: ../../include/openssl/opensslconf.h -fips_sha1dgst.o: ../../include/openssl/opensslv.h fips_sha1dgst.c +fips_sha1dgst.o: ../../include/openssl/opensslv.h +fips_sha1dgst.o: ../../include/openssl/safestack.h +fips_sha1dgst.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h +fips_sha1dgst.o: fips_sha1dgst.c fips_sha1test.o: ../../e_os.h ../../include/openssl/bio.h fips_sha1test.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h fips_sha1test.o: ../../include/openssl/err.h ../../include/openssl/fips.h -fips_sha1test.o: ../../include/openssl/lhash.h +fips_sha1test.o: ../../include/openssl/fips_sha.h ../../include/openssl/lhash.h fips_sha1test.o: ../../include/openssl/opensslconf.h fips_sha1test.o: ../../include/openssl/opensslv.h -fips_sha1test.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h +fips_sha1test.o: ../../include/openssl/safestack.h fips_sha1test.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h fips_sha1test.o: fips_sha1test.c +fips_sha256.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +fips_sha256.o: ../../include/openssl/fips.h ../../include/openssl/fips_sha.h +fips_sha256.o: ../../include/openssl/opensslconf.h +fips_sha256.o: ../../include/openssl/opensslv.h +fips_sha256.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h +fips_sha256.o: ../../include/openssl/symhacks.h fips_md32_common.h +fips_sha256.o: fips_sha256.c +fips_sha512.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +fips_sha512.o: ../../include/openssl/fips.h ../../include/openssl/fips_sha.h +fips_sha512.o: ../../include/openssl/opensslconf.h +fips_sha512.o: ../../include/openssl/opensslv.h +fips_sha512.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h +fips_sha512.o: ../../include/openssl/symhacks.h fips_sha512.c fips_standalone_sha1.o: ../../include/openssl/aes.h fips_standalone_sha1.o: ../../include/openssl/asn1.h fips_standalone_sha1.o: ../../include/openssl/bio.h @@ -131,6 +149,7 @@ fips_standalone_sha1.o: ../../include/openssl/des_old.h fips_standalone_sha1.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h fips_standalone_sha1.o: ../../include/openssl/e_os2.h fips_standalone_sha1.o: ../../include/openssl/evp.h +fips_standalone_sha1.o: ../../include/openssl/fips_sha.h fips_standalone_sha1.o: ../../include/openssl/hmac.h fips_standalone_sha1.o: ../../include/openssl/idea.h fips_standalone_sha1.o: ../../include/openssl/md2.h ../../include/openssl/md4.h diff --git a/test/Makefile b/test/Makefile index d574b53d9a..a550a00bc9 100644 --- a/test/Makefile +++ b/test/Makefile @@ -612,6 +612,28 @@ fips_dsatest.o: ../include/openssl/rsa.h ../include/openssl/safestack.h fips_dsatest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h fips_dsatest.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h fips_dsatest.o: fips_dsatest.c +fips_hmactest.o: ../include/openssl/aes.h ../include/openssl/asn1.h +fips_hmactest.o: ../include/openssl/bio.h ../include/openssl/blowfish.h +fips_hmactest.o: ../include/openssl/bn.h ../include/openssl/buffer.h +fips_hmactest.o: ../include/openssl/cast.h ../include/openssl/conf.h +fips_hmactest.o: ../include/openssl/crypto.h ../include/openssl/des.h +fips_hmactest.o: ../include/openssl/des_old.h ../include/openssl/dh.h +fips_hmactest.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h +fips_hmactest.o: ../include/openssl/err.h ../include/openssl/evp.h +fips_hmactest.o: ../include/openssl/hmac.h ../include/openssl/idea.h +fips_hmactest.o: ../include/openssl/lhash.h ../include/openssl/md2.h +fips_hmactest.o: ../include/openssl/md4.h ../include/openssl/md5.h +fips_hmactest.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h +fips_hmactest.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h +fips_hmactest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h +fips_hmactest.o: ../include/openssl/pkcs7.h ../include/openssl/rc2.h +fips_hmactest.o: ../include/openssl/rc4.h ../include/openssl/rc5.h +fips_hmactest.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h +fips_hmactest.o: ../include/openssl/safestack.h ../include/openssl/sha.h +fips_hmactest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h +fips_hmactest.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h +fips_hmactest.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h +fips_hmactest.o: ../include/openssl/x509v3.h fips_hmactest.c fips_randtest.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/crypto.h fips_randtest.o: ../include/openssl/des.h ../include/openssl/des_old.h fips_randtest.o: ../include/openssl/e_os2.h ../include/openssl/err.h @@ -621,11 +643,55 @@ fips_randtest.o: ../include/openssl/ossl_typ.h ../include/openssl/rand.h fips_randtest.o: ../include/openssl/safestack.h ../include/openssl/stack.h fips_randtest.o: ../include/openssl/symhacks.h ../include/openssl/ui.h fips_randtest.o: ../include/openssl/ui_compat.h fips_randtest.c +fips_rsastest.o: ../include/openssl/aes.h ../include/openssl/asn1.h +fips_rsastest.o: ../include/openssl/bio.h ../include/openssl/blowfish.h +fips_rsastest.o: ../include/openssl/bn.h ../include/openssl/buffer.h +fips_rsastest.o: ../include/openssl/cast.h ../include/openssl/conf.h +fips_rsastest.o: ../include/openssl/crypto.h ../include/openssl/des.h +fips_rsastest.o: ../include/openssl/des_old.h ../include/openssl/dh.h +fips_rsastest.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h +fips_rsastest.o: ../include/openssl/err.h ../include/openssl/evp.h +fips_rsastest.o: ../include/openssl/hmac.h ../include/openssl/idea.h +fips_rsastest.o: ../include/openssl/lhash.h ../include/openssl/md2.h +fips_rsastest.o: ../include/openssl/md4.h ../include/openssl/md5.h +fips_rsastest.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h +fips_rsastest.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h +fips_rsastest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h +fips_rsastest.o: ../include/openssl/pkcs7.h ../include/openssl/rc2.h +fips_rsastest.o: ../include/openssl/rc4.h ../include/openssl/rc5.h +fips_rsastest.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h +fips_rsastest.o: ../include/openssl/safestack.h ../include/openssl/sha.h +fips_rsastest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h +fips_rsastest.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h +fips_rsastest.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h +fips_rsastest.o: ../include/openssl/x509v3.h fips_rsastest.c +fips_rsavtest.o: ../include/openssl/aes.h ../include/openssl/asn1.h +fips_rsavtest.o: ../include/openssl/bio.h ../include/openssl/blowfish.h +fips_rsavtest.o: ../include/openssl/bn.h ../include/openssl/buffer.h +fips_rsavtest.o: ../include/openssl/cast.h ../include/openssl/conf.h +fips_rsavtest.o: ../include/openssl/crypto.h ../include/openssl/des.h +fips_rsavtest.o: ../include/openssl/des_old.h ../include/openssl/dh.h +fips_rsavtest.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h +fips_rsavtest.o: ../include/openssl/err.h ../include/openssl/evp.h +fips_rsavtest.o: ../include/openssl/hmac.h ../include/openssl/idea.h +fips_rsavtest.o: ../include/openssl/lhash.h ../include/openssl/md2.h +fips_rsavtest.o: ../include/openssl/md4.h ../include/openssl/md5.h +fips_rsavtest.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h +fips_rsavtest.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h +fips_rsavtest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h +fips_rsavtest.o: ../include/openssl/pkcs7.h ../include/openssl/rc2.h +fips_rsavtest.o: ../include/openssl/rc4.h ../include/openssl/rc5.h +fips_rsavtest.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h +fips_rsavtest.o: ../include/openssl/safestack.h ../include/openssl/sha.h +fips_rsavtest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h +fips_rsavtest.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h +fips_rsavtest.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h +fips_rsavtest.o: ../include/openssl/x509v3.h fips_rsavtest.c fips_sha1test.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/crypto.h fips_sha1test.o: ../include/openssl/e_os2.h ../include/openssl/err.h -fips_sha1test.o: ../include/openssl/fips.h ../include/openssl/lhash.h -fips_sha1test.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h -fips_sha1test.o: ../include/openssl/safestack.h ../include/openssl/sha.h +fips_sha1test.o: ../include/openssl/fips.h ../include/openssl/fips_sha.h +fips_sha1test.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h +fips_sha1test.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h fips_sha1test.o: ../include/openssl/stack.h ../include/openssl/symhacks.h fips_sha1test.o: fips_sha1test.c hmactest.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h diff --git a/util/libeay.num b/util/libeay.num index 0c1f8f8675..96060bd8b3 100755 --- a/util/libeay.num +++ b/util/libeay.num @@ -2868,3 +2868,10 @@ PROXY_CERT_INFO_EXTENSION_it 3307 EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTI PROXY_POLICY_free 3308 EXIST::FUNCTION: PROXY_POLICY_new 3309 EXIST::FUNCTION: BN_MONT_CTX_set_locked 3310 EXIST::FUNCTION: +FIPS_selftest_rng 3311 EXIST:OPENSSL_FIPS:FUNCTION: +EVP_sha384 3312 EXIST::FUNCTION:SHA +EVP_sha512 3313 EXIST::FUNCTION:SHA +EVP_sha224 3314 EXIST::FUNCTION:SHA +EVP_sha256 3315 EXIST::FUNCTION:SHA +FIPS_selftest_hmac 3316 EXIST:OPENSSL_FIPS:FUNCTION: +FIPS_corrupt_rng 3317 EXIST:OPENSSL_FIPS:FUNCTION: -- 2.25.1