openssl/ssl/record
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
..
methods EVP_MD_size() updates 2024-08-29 10:29:53 +02:00
build.info Move declarations out of record.h and record_local.h 2022-11-14 07:51:17 +00:00
rec_layer_d1.c Copyright year updates 2024-04-09 13:43:26 +02:00
rec_layer_s3.c Extend TLSv1.3 record layer padding API calls 2024-07-10 11:44:39 +02:00
record_local.h Copyright year updates 2024-04-09 13:43:26 +02:00
record.h Extend TLSv1.3 record layer padding API calls 2024-07-10 11:44:39 +02:00