Files
esp-idf/components/esp-tls/esp_tls_mbedtls.c
Aditya Patwardhan e2d5b323ca fix(esp_tls): Fixed client key parsing for ECC key
Client key parsing for ECC keys was failing as the
    RNG supplied to the key parsing API was uninitialized.
    This commit fixes that behaviour
2024-01-23 13:40:57 +08:00

41 KiB