openssl/providers/implementations/kdfs
slontis f5981c9629 Add utility function ossl_param_is_empty()
Changed all provider implementations that have a set_ctx_params()
to call this function instead of just testing (params == NULL).This
detects the case wherean OSSL_PARAM array contains just a terminator
entry.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25499)
2024-10-09 11:13:46 +02:00
..
argon2.c Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
build.info providers: add Argon2 KDF 2023-03-17 11:12:47 +11:00
hkdf.c Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
hmacdrbg_kdf.c Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
kbkdf.c Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
krb5kdf.c Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
pbkdf1.c EVP_MD_size() updates 2024-08-29 10:29:53 +02:00
pbkdf2_fips.c Update copyright year 2021-04-08 13:04:41 +01:00
pbkdf2.c Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
pbkdf2.h Update copyright year 2021-04-08 13:04:41 +01:00
pkcs12kdf.c Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
pvkkdf.c Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
scrypt.c Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
sshkdf.c Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
sskdf.c Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
tls1_prf.c Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
x942kdf.c Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00