mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Document the return value of mbedtls_ecdsa_raw_to_der() and mbedtls_ecdsa_der_to_raw(). Document that mbedtls_ecdsa_raw_to_der() has undefined behavior when the output buffer parameter is null, even with a size of 0. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>