OVMS3-idf/components/wpa_supplicant
Sagar Bijwe 5723e717e5 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-04-01 13:46:09 +00:00
..
include wps: add overlap event (backport v3.3) 2019-06-06 13:33:03 +08:00
port Merge branch 'bugfix/wpa2_fixes' into 'master' 2018-10-18 11:10:10 +08:00
src wpa_supplicant: Fix SAE test-case failure on mbedtls version udpate 2020-04-01 13:46:09 +00:00
test cmake: Add support for test build 2018-10-20 12:07:24 +08:00
CMakeLists.txt wpa_supplicant: Implement BIGNUM and ECC crypto wrapper apis for ESP using mbedtls 2018-09-19 11:10:28 +05:30
component.mk wpa_supplicant: Implement BIGNUM and ECC crypto wrapper apis for ESP using mbedtls 2018-09-19 11:10:28 +05:30
COPYING wpa_supplicant: replace pre-built crypto library with source code 2016-11-04 14:58:47 +08:00