mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02:00
01e94998c4
Bugfix mbedtls sha384 clone() mbedtls_sha512_clone() on a SHA-384 hash caused incorrect digest Also adds additional mbedtls unit tests into the unit tests project (including one for this bug). See merge request !252