fragattacks/src
Jouni Malinen 08704cd885 hostapd: Verify availability of random data when using WPA/WPA2
On Linux, verify that the kernel entropy pool is capable of providing
strong random data before allowing WPA/WPA2 connection to be
established. If 20 bytes of data cannot be read from /dev/random,
force first two 4-way handshakes to fail while collecting entropy
into the internal pool in hostapd. After that, give up on /dev/random
and allow the AP to function based on the combination of /dev/urandom
and whatever data has been collected into the internal entropy pool.
2010-11-24 13:08:03 +02:00
..
ap hostapd: Verify availability of random data when using WPA/WPA2 2010-11-24 13:08:03 +02:00
common Share WPA IE parser function for RSN authenticator/supplicant 2010-11-12 21:52:14 +02:00
crypto hostapd: Verify availability of random data when using WPA/WPA2 2010-11-24 13:08:03 +02:00
drivers Add HT40 flags into driver channel list 2010-11-12 18:13:37 +02:00
eap_common Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eap_peer Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eap_server Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eapol_auth EAP-pwd: Add support for EAP-pwd server and peer functionality 2010-09-14 21:51:40 -10:00
eapol_supp Remove unnecessary SUBDIRS loops from src/*/Makefile 2010-04-17 17:10:31 +03:00
l2_packet l2_packet_ndis: Fix overlapped write not to corrupt stack 2010-09-02 13:23:14 +03:00
p2p P2P: Reselect operating channel preference based on best channels 2010-11-10 13:34:33 +02:00
radius EAP-pwd: Add support for EAP-pwd server and peer functionality 2010-09-14 21:51:40 -10:00
rsn_supp Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
tls Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
utils edit: Clear edit line on deinit 2010-11-21 12:07:29 +02:00
wps Annotate places depending on strong random numbers 2010-11-24 01:05:20 +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