OVMS3-idf/components/wpa_supplicant
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
..
include Merge branch 'bugfix/eapol_log_verbosity' into 'master' 2020-02-11 16:10:07 +08:00
port Reduce log level of hexdumps to verbose 2020-01-31 05:34:07 +00:00
src wpa_supplicant: Fix SAE test-case failure on mbedtls version udpate 2020-02-26 17:50:08 +05:30
test ci: disable failed cases for s2 temporarily 2020-02-15 18:28:25 +08:00
CMakeLists.txt esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00
component.mk wpa_supplicant: Support WPA3 4-way handshake, add config option 2019-11-26 10:59:55 +05:30
COPYING wpa_supplicant: replace pre-built crypto library with source code 2016-11-04 14:58:47 +08:00
Kconfig Reduce log level of hexdumps to verbose 2020-01-31 05:34:07 +00:00