fragattacks/src/rsn_supp
Jouni Malinen 3642c4313a Annotate places depending on strong random numbers
This commit adds a new wrapper, random_get_bytes(), that is currently
defined to use os_get_random() as is. The places using
random_get_bytes() depend on the returned value being strong random
number, i.e., something that is infeasible for external device to
figure out. These values are used either directly as a key or as
nonces/challenges that are used as input for key derivation or
authentication.

The remaining direct uses of os_get_random() do not need as strong
random numbers to function correctly.
2010-11-24 01:05:20 +02:00
..
Makefile Remove unnecessary SUBDIRS loops from src/*/Makefile 2010-04-17 17:10:31 +03:00
peerkey.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
peerkey.h Added support for using SHA256-based stronger key derivation for WPA2 2008-08-31 22:57:28 +03:00
pmksa_cache.c Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
pmksa_cache.h Removed wpa_sm dereference from pmksa_cache_list() 2009-01-13 20:22:42 +02:00
preauth.c Fix RSN preauth candidate list clearing to avoid segfaults 2010-08-14 19:01:14 +03:00
preauth.h Fix rsn_preauth_scan_result() inline wrapper for no-EAP builds 2009-12-06 14:29:12 +02:00
wpa_ft.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
wpa_i.h FT: Copy MDIE and FTIE from (Re)Association Response into EAPOL-Key 2/4 2010-04-10 16:48:40 +03:00
wpa_ie.c Share WPA IE parser function for RSN authenticator/supplicant 2010-11-12 21:52:14 +02:00
wpa_ie.h wlantest: Parse Key Data KDEs and store GTK and IGTK 2010-11-09 20:29:12 +02:00
wpa.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
wpa.h FT: Fix wpa_sm_set_ft_params wrapper for non-FT build 2010-04-11 19:49:32 +03:00