diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2020-01-15 01:48:01 +0100 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2020-01-15 01:48:01 +0100 |
commit | 36fc5fc6bd5ca53fb30aabc38e3fefbab0005b2c (patch) | |
tree | 16e416a148ab7e40d416977ab971e315f7b034f1 /crypto/build.info | |
parent | Change returned -2 to 0 in EVP_Digest{Sign,Verify}Init() (diff) | |
download | openssl-36fc5fc6bd5ca53fb30aabc38e3fefbab0005b2c.tar.xz openssl-36fc5fc6bd5ca53fb30aabc38e3fefbab0005b2c.zip |
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 <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10374)
Diffstat (limited to 'crypto/build.info')
-rw-r--r-- | crypto/build.info | 2 |
1 files changed, 1 insertions, 1 deletions
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 |