openssl/providers/common
Shane Lontis 4605c5ab47 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)
2020-11-16 17:21:57 +10:00
..
der rsa: add ossl_ prefix to internal rsa_ calls. 2020-10-07 09:04:51 +10:00
include/prov Remove ossl_prov_util_nid_to_name() 2020-10-22 20:42:42 +10:00
bio_prov.c prov: prefix provider internal functions with ossl_ 2020-09-29 16:33:16 +10:00
build.info Remove ossl_prov_util_nid_to_name() 2020-10-22 20:42:42 +10:00
capabilities.c
digest_to_nid.c Add 'fips-securitychecks' option and plumb this into the actual fips checks 2020-09-18 14:20:39 +01:00
provider_ctx.c Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx' 2020-10-15 12:00:21 +01:00
provider_err.c keygen: add FIPS error state management to conditional self tests 2020-09-12 16:46:51 +10:00
provider_util.c Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
securitycheck_default.c Add 'fips-securitychecks' option and plumb this into the actual fips checks 2020-09-18 14:20:39 +01:00
securitycheck_fips.c Add option to fipsinstall to disable fips security checks at run time. 2020-09-18 14:20:50 +01:00
securitycheck.c Fix dsa securitycheck for fips. 2020-11-16 17:21:57 +10:00