mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-01 19:35:56 +00: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.