esp-idf/components/wpa_supplicant/src/tls
Kapil Gupta 951928960b esp_wifi: WPA2 enterprise related changes
1. Removed DHE ciphers when mbedTLS is disabled since they take
too much processing power.
2. Removed support of SHA384 and SHA512 when mbedTLS is disabled
due to too much processing needed.
3. Fixed bugs in crypto_hash_init API which was causing
EAP connections to fail when mbedTLS was enabled.
4. Cleaned some code of crypto_hash_***
2022-07-21 13:33:18 +05:30
..
asn1.c wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
asn1.h wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
bignum.c wpa_supplicant: Fix crypto related bugs 2021-06-28 19:50:01 +08:00
bignum.h wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
libtommath.h wpa_supplicant: static analysis fixes 2022-03-16 10:50:49 +05:30
pkcs1.c wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
pkcs1.h wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
pkcs5.c wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
pkcs5.h supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
pkcs8.c wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
pkcs8.h supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
rsa.c wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
rsa.h wpa_supplicant: Fix crypto related bugs 2021-06-28 19:50:01 +08:00
tlsv1_client_i.h wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
tlsv1_client_ocsp.c wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
tlsv1_client_read.c wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
tlsv1_client_write.c esp_wifi: WPA2 enterprise related changes 2022-07-21 13:33:18 +05:30
tlsv1_client.c esp_wifi: WPA2 enterprise related changes 2022-07-21 13:33:18 +05:30
tlsv1_client.h wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
tlsv1_common.c esp_wifi: WPA2 enterprise related changes 2022-07-21 13:33:18 +05:30
tlsv1_common.h wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
tlsv1_cred.c wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
tlsv1_cred.h wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
tlsv1_record.c wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
tlsv1_record.h supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
tlsv1_server_i.h wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
tlsv1_server_read.c wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
tlsv1_server_write.c wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
tlsv1_server.c wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
tlsv1_server.h wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
x509v3.c wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00
x509v3.h wpa_supplicant: sync eap code with upstream 2022-05-13 12:57:47 +08:00