esp-idf/components/wpa_supplicant/src
Sarvesh Bodakhe 05b882baea fix(wpa_supplicant): Update cipher suite list for TLSv1.3 suiteb and some refactoring
- Use MBEDTLS_TLS1_3_AES_256_GCM_SHA384 cipher for TLSv1.3-suiteb
- Call psa_crypto_init() in tls_connection_init() to reduce redundancy
2024-03-20 09:33:52 +05:30
..
ap fix(wifi): Avoid dereferencing a dangling function pointer in WPS supplicant 2024-03-18 12:43:38 +05:30
common EAP peer: External server certificate chain validation 2024-03-20 09:32:32 +05:30
crypto Update tls_connection_set_verify() documentation to verify_peer=2 2024-03-20 09:33:52 +05:30
drivers wpa_supplicant: mark global variables defined in headers 'extern' 2022-01-27 11:00:09 +07:00
eap_common wpa_supplicant: wps code updation 2022-05-11 12:18:52 +00:00
eap_peer fix(wpa_supplicant): Update cipher suite list for TLSv1.3 suiteb and some refactoring 2024-03-20 09:33:52 +05:30
eap_server WiFi: Add WPS softAP registrar example and events 2022-12-02 15:12:25 +05:30
eapol_auth wpa_supplicant: Add WPS registrar support for softAP mode 2022-05-24 12:11:53 +05:30
rsn_supp feat(esp_wifi): Add support of Network Introduction Protocol in DPP 2024-02-21 12:47:32 +05:30
tls TLS: Fix unsigned int underflow in internal TLS 1.0/1.1 implementation 2024-03-20 09:33:52 +05:30
utils fix(esp_wifi): Separate public and native wifi interface types 2024-02-01 12:17:37 +01:00
wps fix(wpa_supplicant): Add support to detect PBC overlap in wps registrar mode 2023-08-11 16:06:23 +05:30