OVMS3-idf/components/wpa_supplicant/src
Sagar Bijwe 0f1710d878 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-02-26 17:50:08 +05:30
..
ap wpa_supplicant: Make internally used crypto headers private 2019-08-17 11:48:37 +00:00
common wpa_supplicant: Support WPA3 4-way handshake, add config option 2019-11-26 10:59:55 +05:30
crypto wpa_supplicant: Fix SAE test-case failure on mbedtls version udpate 2020-02-26 17:50:08 +05:30
eap_peer wpa_supplicant: Fix configurable debug log feature's warning issue 2020-01-31 05:34:07 +00:00
esp_supplicant wpa_supplicant: Fix configurable debug log feature's warning issue 2020-01-31 05:34:07 +00:00
rsn_supp global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
tls idf: Support a custom toolchain with time_t wide 64-bits 2020-01-10 12:58:54 +08:00
utils global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
wps wpa_supplicant: Fix configurable debug log feature's warning issue 2020-01-31 05:34:07 +00:00