mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-15 15:39:58 +00: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>