openssl/crypto/ffc
slontis 14c45338e9 EVP_MD_size() updates
For SHAKE algorithms we now return 0 from EVP_MD_size().
So all the places that check for < 0 needed to change to <= 0
(Otherwise the behaviour will be to digest nothing in most cases).

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25285)
2024-08-29 10:29:53 +02:00
..
build.info EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more available 2020-12-16 11:55:39 +01:00
ffc_backend.c Copyright year updates 2023-09-07 09:59:15 +01:00
ffc_dh.c Use as small dh key size as possible to support the security 2022-07-18 08:06:17 +01:00
ffc_key_generate.c Use as small dh key size as possible to support the security 2022-07-18 08:06:17 +01:00
ffc_key_validate.c DH_check_pub_key() should not fail when setting result code 2023-10-11 16:22:27 +02:00
ffc_params_generate.c EVP_MD_size() updates 2024-08-29 10:29:53 +02:00
ffc_params_validate.c Fix DSA EVP_PKEY_param_check() when defaults are used for param generation. 2021-03-15 09:01:51 +10:00
ffc_params.c fips: zeroization of public security parameters (PSPs) 2024-05-13 11:14:11 +02:00