mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-28 19:34:59 +00:00
1e3bbd03de
API usage for `mbedtls_dhm_calc_secret` was incorrect, fixed by providing correct RNG function pointer. This behavior was changed in mbedTLS-3.x update. Tested BluFi provisioning with this fix. Closes IDF-5796 Closes https://github.com/espressif/esp-idf/issues/9488