mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-01 18:21:07 +02:00
Reinforce the unit test for `mbedtls_base64_decode()` with valid inputs to systematically call the function with a smaller output buffer and with an empty output buffer. Assert the reported necessary output length in those cases. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>