hostap/src
Jouni Malinen b4c0f58452 Clear allocated debug message buffers explicitly
When hostapd or wpa_supplicant is run in debug more with key material
prints allowed (-K on the command line), it is possible for passwords
and keying material to show up in debug prints. Since some of the debug
cases end up allocating a temporary buffer from the heap for processing
purposes, a copy of such password may remain in heap. Clear these
temporary buffers explicitly to avoid causing issues for hwsim test
cases that verify contents of memory against unexpected keys.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
2015-06-17 16:30:34 +03:00
..
ap drivers: Add freq parameter to send_mlme() function 2015-06-14 23:16:55 +03:00
common Remove duplicated country code from operating class lists 2015-06-14 17:40:10 +03:00
crypto OpenSSL: Fix build iwth OpenSSL 0.9.8 2015-06-06 17:15:47 +03:00
drivers drivers: Add freq parameter to send_mlme() function 2015-06-14 23:16:55 +03:00
eap_common EAP-SAKE: Make attribute parser more readable 2015-05-03 16:32:50 +03:00
eap_peer EAP-EKE: Add Session-Id 2015-05-24 11:58:45 +03:00
eap_server EAP-EKE: Add Session-Id 2015-05-24 11:58:45 +03:00
eapol_auth Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
eapol_supp Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
l2_packet tests: Add eapol-fuzzer 2015-04-22 11:44:19 +03:00
p2p P2PS: Refactor p2p_data::query_hash and p2p_data::query_count use 2015-06-15 17:30:01 +03:00
pae MACsec: Update protect frames and replay on reauthentication 2014-12-09 16:56:10 +02:00
radius RADIUS: Fix a copy-paste error in variable name 2015-04-29 12:08:27 +03:00
rsn_supp Simplify VHT Capabilities element parsing 2015-04-22 22:05:11 +03:00
tls libtommath: Fix check mp_init_multi() result 2015-05-03 16:53:59 +03:00
utils Clear allocated debug message buffers explicitly 2015-06-17 16:30:34 +03:00
wps WPS: Add more debug prints to httpread 2015-05-03 18:26:50 +03:00
lib.rules Add QUIET=1 option for make 2014-12-29 15:49:05 +02:00
Makefile MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00