openssl/providers/implementations/keymgmt
slontis a76ccb9d0d FFC cleanups
Discovered during coverage testing.

Remove unneccesary check when using ossl_dh_get0_params() and
ossl_dsa_get0_params(). These point to addresses and can not fail
for any existing calls.

Make dsa keygen tests only available in the FIPS module - as they are
not used in the default provider.

Change ossl_ffc_set_digest() to return void as it cannot fail.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20359)
2023-04-03 10:31:04 +02:00
..
build.info Drop libimplementations.a 2021-05-07 10:17:23 +02:00
dh_kmgmt.c FFC cleanups 2023-04-03 10:31:04 +02:00
dsa_kmgmt.c FFC cleanups 2023-04-03 10:31:04 +02:00
ec_kmgmt.c Fix potential NULL pointer dereference 2023-01-17 17:37:55 +01:00
ec_kmgmt_imexport.inc Fix copyrights 2022-02-03 13:56:38 +01:00
ecx_kmgmt.c Stop raising ERR_R_MALLOC_FAILURE in most places 2022-10-05 14:02:03 +02:00
kdf_legacy_kmgmt.c Update copyright year 2022-05-03 13:34:51 +01:00
mac_legacy_kmgmt.c Stop raising ERR_R_MALLOC_FAILURE in most places 2022-10-05 14:02:03 +02:00
rsa_kmgmt.c Updated `rsa_has()` for correct validation 2023-03-15 08:28:39 +11:00