mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-30 01:26:31 +03:00
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