mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-01 00:34:18 +00:00
For ESP certificate bundle case, the certificate failure error from underlying TLS stack was not being tracked. Added the fix and also updated example code showcasing how to retrieve it. Closes https://github.com/espressif/esp-idf/issues/12034