openssl/ssl/record/methods
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 Move tls_pad.c into ssl/record/methods 2022-11-14 07:51:17 +00:00
dtls_meth.c EVP_MD_size() updates 2024-08-29 10:29:53 +02:00
ktls_meth.c Copyright year updates 2024-04-09 13:43:26 +02:00
recmethod_local.h open brace '{' following struct go on the same line 2024-07-22 06:55:35 -04:00
ssl3_cbc.c Copyright year updates 2023-09-07 09:59:15 +01:00
ssl3_meth.c Copyright year updates 2024-04-09 13:43:26 +02:00
tls1_meth.c Copyright year updates 2024-04-09 13:43:26 +02:00
tls13_meth.c Fix typos found by codespell 2024-08-07 19:09:43 +02:00
tls_common.c EVP_MD_size() updates 2024-08-29 10:29:53 +02:00
tls_multib.c Copyright year updates 2023-09-07 09:59:15 +01:00
tls_pad.c Copyright year updates 2023-09-07 09:59:15 +01:00
tlsany_meth.c Copyright year updates 2024-04-09 13:43:26 +02:00