mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-30 17:12:00 +02:00
Check the return values of mbedtls_md_xx functions in our code. We were already doing that everywhere for hash calculations, but not for HMAC calculations. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>