mirror of
https://github.com/espressif/esp-idf
synced 2025-03-30 03:10:11 -04:00
Add configuration option to fallback to software implementation for exponential mod incase of hardware is not supporting it for larger MPI value. Usecase: ESP32C3 only supports till RSA3072 in hardware. This config option will help to support 4k certificates for WPA enterprise connection.