mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-29 06:41:59 +03:00
This is mostly to look for cases where the sign bit may have been left at 0 after zerozing memory, or a value of 0 with the sign bit set to -11. Both of these mostly work fine, so they can go otherwise undetected by unit tests, but they can break when certain combinations of functions are used. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>