Gilles Peskine 3e3a6789d1 Remove a kludge for the output size of mbedtls_sha512_finish_ret
Remove a kludge to avoid a warning in GCC 11 when calling
mbedtls_sha512_finish_ret with a 48-byte output buffer. This is correct
since we're calculating SHA-384. When mbedtls_sha512_finish_ret's output
parameter was declared as a 64-byte array, GCC 11 -Wstringop-overflow
emitted a well-meaning, but inaccurate buffer overflow warning, which we
tried to work around (successfully with beta releases but unsuccessfully
with GCC 11.1.0 as released). Now that the output parameter is declared as a
pointer, no workaround is necessary.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-05-13 00:46:10 +02:00
..
2021-04-30 00:07:04 +02:00
2021-03-10 12:52:37 +00:00
2021-03-10 12:52:37 +00:00
2021-03-04 14:34:50 +00:00
2021-03-10 12:52:37 +00:00
2021-04-30 00:07:04 +02:00
2021-04-30 00:07:04 +02:00
2021-04-15 11:19:47 +01:00
2021-03-10 12:52:37 +00:00
2021-04-09 15:46:51 +02:00
2021-03-10 12:52:37 +00:00
2021-04-30 00:07:04 +02:00
2021-04-07 12:45:35 +01:00
2021-03-29 14:20:18 +01:00
2021-04-07 12:45:35 +01:00
2021-03-29 14:20:18 +01:00
2021-04-07 12:45:35 +01:00
2021-04-07 12:45:35 +01:00
2021-04-27 17:20:56 +01:00
2021-03-10 12:52:37 +00:00
2021-03-10 12:52:37 +00:00
2021-04-15 11:19:47 +01:00
2021-04-15 11:19:47 +01:00
2021-04-15 11:19:47 +01:00
2020-11-25 13:10:50 +01:00
2020-11-25 13:10:50 +01:00