OVMS3-idf/components/wpa_supplicant/src
kapil.gupta 1cabd06f0c wpa_supplicant: Replace internal RSA APIs by mbedtls APIs
Curretly wpa_supplicant uses internal APIs for RSA operations
which internally uses lots of big num operations.

Big num operations are CPU expensive and can take a lot of time
which can cause watchdog timer to tigger.

This can be optimize by using mbedtls APIs which uses
hardware blocks for big num operations.

To fix this, write new crypto_mbedtls-rsa.c which has APIs
similar to crypto_internal-rsa.c but uses mbedtls APIs.
2020-06-07 15:31:12 +00:00
..
ap wpa_supplicant: ignore static analysis violations 2020-03-27 19:17:36 +01:00
common wpa_supplicant: Port dpp feature from supplicant 2020-04-14 18:53:35 +05:30
crypto wpa_supplicant: Replace internal RSA APIs by mbedtls APIs 2020-06-07 15:31:12 +00:00
eap_peer wpa_supplicant: Fix configurable debug log feature's warning issue 2020-01-31 05:34:07 +00:00
esp_supplicant ESP-WIFI: Optimize 4way handshake failure time 2020-05-19 16:55:42 +05:30
rsn_supp ESP-WIFI: Optimize 4way handshake failure time 2020-05-19 16:55:42 +05:30
tls wpa_supplicant: Port dpp feature from supplicant 2020-04-14 18:53:35 +05:30
utils wpa_supplicant: Port dpp feature from supplicant 2020-04-14 18:53:35 +05:30
wps wpa_supplicant: WPS Inter operatability Fixes 2020-05-19 08:05:52 +00:00