From 36fc5fc6bd5ca53fb30aabc38e3fefbab0005b2c Mon Sep 17 00:00:00 2001 From: Shane Lontis Date: Wed, 15 Jan 2020 10:48:01 +1000 Subject: Add FIPS Self test kats for digests Added an API to optionally set a self test callback. The callback has the following 2 purposes (1) Output information about the KAT tests. (2) Allow the ability to corrupt one of the KAT's The fipsinstall program uses the API. Some KATS are not included in this PR since the required functionality did not yet exist in the provider. Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/10374) --- crypto/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/build.info') diff --git a/crypto/build.info b/crypto/build.info index ab10a1cfe6..daa26b8ed4 100644 --- a/crypto/build.info +++ b/crypto/build.info @@ -62,7 +62,7 @@ ENDIF $CORE_COMMON=provider_core.c provider_predefined.c \ core_fetch.c core_algorithm.c core_namemap.c -SOURCE[../libcrypto]=$CORE_COMMON provider_conf.c +SOURCE[../libcrypto]=$CORE_COMMON provider_conf.c self_test_core.c SOURCE[../providers/libfips.a]=$CORE_COMMON # Central utilities -- cgit v1.2.1