OVMS3-idf/components/wpa_supplicant
Sagar Bijwe 5c4f7948d4 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-23 11:22:02 +05:30
..
include esp_wifi: Support for additional WPA3 testcases 2020-03-05 12:15:03 +05:30
port wpa_supplicant: Add parsing support for WEP40 key 2020-03-18 13:40:05 +00:00
src wpa_supplicant: Fix SAE test-case failure on mbedtls version udpate 2020-03-23 11:22:02 +05:30
test hw crypto: activated hardware acceleration for esp32s2beta 2019-12-12 12:37:29 +08:00
CMakeLists.txt wpa_supplicant: Support WPA3 4-way handshake, add config option 2019-11-26 10:59:55 +05:30
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 esp_wifi/supplicant: fix some supplicant bugs 2019-07-18 17:36:19 +08:00