Files
mbedtls/library
Rodrigo Dias Correa 34018bef3d Fix GCC warning in ssl_calc_finished_tls_sha384
GCC 11 generated a warning because `padbuf` was too small to be
used as an argument for `mbedtls_sha512_finish_ret`. The `output`
parameter of `mbedtls_sha512_finish_ret` has the type
`unsigned char[64]`, but `padbuf` was only 48 bytes long.

Even though `ssl_calc_finished_tls_sha384` uses only 48 bytes for
the hash output, the size of `padbuf` was increased to 64 bytes.

Signed-off-by: Rodrigo Dias Correa <rodrigo@correas.us>
2020-11-29 14:43:45 -03:00
..
2020-10-22 10:34:20 +02:00
2020-08-26 15:28:48 +01:00
2020-11-16 16:09:41 +01:00
2020-09-22 16:19:25 +02:00
2020-09-30 07:39:15 -05:00
2020-08-26 11:38:41 +02:00