openssl/providers/implementations
Tomas Mraz 901b108154 kdf_scrypt_reset(): NULLify freed pointers
Otherwise doublefree happens with further usage.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/26488)
2025-01-23 12:07:33 +01:00
..
asymciphers Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
ciphers Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
digests Add CTX copy function for EVP_MD to optimize the performance of EVP_MD_CTX_copy_ex. 2024-11-20 14:12:53 +01:00
encode_decode Refactor MAKE_ENCODER in providers/implementations/encode_decode/encode_key2any.c 2025-01-23 12:03:48 +01:00
exchange Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
include/prov Add CTX copy function for EVP_MD to optimize the performance of EVP_MD_CTX_copy_ex. 2024-11-20 14:12:53 +01:00
kdfs kdf_scrypt_reset(): NULLify freed pointers 2025-01-23 12:07:33 +01:00
kem ec_kem.c: Fix ikmlen check 2024-12-30 17:13:43 +01:00
keymgmt providers/implementations/keymgmt/ec_kmgmt.c: Remove unused variable 2025-01-22 11:34:50 +01:00
macs Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
rands drbg: provide requested amount of entropy, rather than self-strength 2025-01-14 12:12:02 +01:00
signature Add utility function ossl_param_is_empty() 2024-10-09 11:13:46 +02:00
storemgmt Avoid undefined behaviour with the <ctype.h> functions. 2024-10-10 20:47:48 +02:00
build.info Add KEM (Key encapsulation mechanism) support to providers 2020-09-19 18:08:46 +10:00