fragattacks/src
Jouni Malinen 6b417a1b77 Reject TLS-based EAP server method if TLS context not initialized
It was possible to configure hostapd in a way that could try to
initialize a TLS-based EAP method even when TLS library context was not
initialized (e.g., due to not configuring server or CA certificate).
Such a case could potentially result in NULL pointer dereference in the
TLS library, so check for this condition and reject EAP method
initialization.

Signed-hostap: Jouni Malinen <j@w1.fi>
2013-11-24 18:01:12 +02:00
..
ap AP: Fix inactivity STA timer trigger for driver offload case 2013-11-24 12:01:55 +02:00
common Android: Clean entire socket directory 2013-11-22 18:03:24 +02:00
crypto Fix and work around some MinGW compilation issues 2013-11-20 23:12:33 +02:00
drivers nl80211: Fix regression in P2P group interface removal 2013-11-24 12:41:32 +02:00
eap_common Use ARRAY_SIZE() macro 2013-10-26 17:49:05 +03:00
eap_peer eap_proxy: Add context data pointer to the get_imsi call 2013-10-23 20:51:46 +03:00
eap_server Reject TLS-based EAP server method if TLS context not initialized 2013-11-24 18:01:12 +02:00
eapol_auth EAPOL: Fix static analyzer warnings for pac_opaque_encr_key 2013-11-05 10:28:57 +02:00
eapol_supp eap_proxy: Add context data pointer to the get_imsi call 2013-10-23 20:51:46 +03:00
l2_packet Update license notification in files initially contributed by Sam 2012-06-30 19:36:04 +03:00
p2p P2P: Prefer U-NII-3 over U-NII-1 during channel selection 2013-11-19 13:04:21 +02:00
radius Remove a compiler warning from -O0 build 2013-11-06 00:00:58 +02:00
rsn_supp TDLS: Do not reenable TDLS link on retransmitted setup frame 2013-11-22 17:47:09 +02:00
tls Use ARRAY_SIZE() macro 2013-10-26 17:49:05 +03:00
utils Use monotonic clock for relative time for eloop if available 2013-11-20 23:52:56 +02:00
wps WPS NFC: Add more debug for NFC Password Token matching 2013-11-07 13:48:49 +02:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00