OVMS3-idf/components/wpa_supplicant
Sagar Bijwe a8e0b9171b wpa_supplicant: Fix SAE test-case failure on mbedtls version udpate
Problem:
mbedtls_ctr_drbg_context was initialized in crypto_ec_point_mul. This
was okay in releases before 2.16.4 as entropy_len used to get set to
MBEDTLS_CTR_DRBG_ENTROPY_LEN in function mbedtls_ctr_drbg_seed. The
function is now changed to set the length to
MBEDTLS_CTR_DRBG_ENTROPY_LEN if previous length is 0 and hence the bug.

Solution:
Initialize mbedtls_ctr_drbg_context in crypto_ec_point_mul.
2020-03-18 11:49:23 +00:00
..
include WPS_CONFIG_INIT_DEFAULT(type) error 2020-02-06 14:06:38 +08:00
port esp_wifi/supplicant: fix some supplicant bugs 2019-07-18 17:36:19 +08:00
src wpa_supplicant: Fix SAE test-case failure on mbedtls version udpate 2020-03-18 11:49:23 +00:00
test supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
CMakeLists.txt wpa_supplicant: Make internal crypto headers private (backport v4.0) 2019-09-17 13:28:30 +00:00
component.mk esp_wifi/supplicant: fix some supplicant bugs 2019-07-18 17:36:19 +08:00
COPYING wpa_supplicant: replace pre-built crypto library with source code 2016-11-04 14:58:47 +08:00
Kconfig esp_wifi/supplicant: fix some supplicant bugs 2019-07-18 17:36:19 +08:00