]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/evp_test.c
Fix dsa securitycheck for fips.
authorShane Lontis <shane.lontis@oracle.com>
Thu, 12 Nov 2020 07:57:12 +0000 (17:57 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Mon, 16 Nov 2020 07:21:57 +0000 (17:21 +1000)
commit4605c5ab4796e99a207ab54d31bb8d2b5e42f1ca
treeec87263a3d718096b3538b77665c60aca48e9e37
parente557d463331861c740867f069e1cb8029b46c94a
Fix dsa securitycheck for fips.

Fixes #12627

Changed security check for DSA verification to match SP800-131Ar2 when
the security strength is < 112.
Fixed compilation error when using config opt 'no-fips-securitychecks'
Removed TODO's from 20-test_cli_fips.t - there is no longer an TODO error.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13387)
.travis.yml
providers/common/securitycheck.c
test/evp_test.c
test/recipes/20-test_cli_fips.t