Files
esp-idf/components
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
..
2020-02-15 18:28:25 +08:00
2020-02-25 18:03:54 +08:00
2019-10-09 16:46:46 +08:00
2020-02-07 20:15:06 +08:00
2020-02-19 20:14:47 +08:00
2020-02-24 14:03:25 +08:00
2020-02-15 18:28:25 +08:00
2019-11-29 18:05:24 +08:00
2019-12-09 09:44:56 +08:00