openssl/crypto/ffc
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
ffc_backend.c FFC cleanups 2023-04-03 10:31:04 +02:00
ffc_dh.c
ffc_key_generate.c
ffc_key_validate.c Fix NULL deference when validating FFC public key. 2023-02-07 17:05:10 +01:00
ffc_params_generate.c Fix incorrect check on RAND_bytes_ex() in generate_q_fips186_4() 2023-01-23 10:40:26 +01:00
ffc_params_validate.c
ffc_params.c FFC cleanups 2023-04-03 10:31:04 +02:00