OVMS3-idf/components/wpa_supplicant
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
..
include wpa_supplicant: Port dpp feature from supplicant 2020-04-14 18:53:35 +05:30
port wpa_supplicant: Disable TLSv1.2 by default 2020-04-28 10:05:35 +05:30
src wpa_supplicant: Replace internal RSA APIs by mbedtls APIs 2020-06-07 15:31:12 +00:00
test wpa_supplicant: Port dpp feature from supplicant 2020-04-14 18:53:35 +05:30
CMakeLists.txt wpa_supplicant: Replace internal RSA APIs by mbedtls APIs 2020-06-07 15:31:12 +00:00
component.mk wpa_supplicant: Port dpp feature from supplicant 2020-04-14 18:53:35 +05:30
COPYING wpa_supplicant: replace pre-built crypto library with source code 2016-11-04 14:58:47 +08:00
Kconfig wpa_supplicant: WPS Inter operatability Fixes 2020-05-19 08:05:52 +00:00