OVMS3-idf/components/wpa_supplicant/src
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
..
ap wpa_supplicant: Make internal crypto headers private (backport v4.0) 2019-09-17 13:28:30 +00:00
common wpa_supplicant: Cleanup fast_xxx modules that use duplicate code 2019-07-10 14:53:20 +05:30
crypto wpa_supplicant: Fix SAE test-case failure on mbedtls version udpate 2020-03-18 11:49:23 +00:00
eap_peer wpa_supplicant: Make internal crypto headers private (backport v4.0) 2019-09-17 13:28:30 +00:00
esp_supplicant esp_wifi: fix WiFi deinit memory leak 2019-10-29 22:32:17 +08:00
rsn_supp wpa_supplicant: Make internal crypto headers private (backport v4.0) 2019-09-17 13:28:30 +00:00
tls wpa_supplicant: Cleanup fast_xxx modules that use duplicate code 2019-07-10 14:53:20 +05:30
utils supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
wps wpa_supplicant: Make internal crypto headers private (backport v4.0) 2019-09-17 13:28:30 +00:00