You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/src
Jouni Malinen 31bc66e4d1 More forceful clearing of stack memory with keys
gcc 8.3.0 was apparently clever enough to optimize away the previously
used os_memset() to explicitly clear a stack buffer that contains keys
when that clearing happened just before returning from the function.
Since memset_s() is not exactly portable (or commonly available yet..),
use a less robust mechanism that is still pretty likely to prevent
current compilers from optimizing the explicit clearing of the memory
away.

Signed-off-by: Jouni Malinen <j@w1.fi>
5 years ago
..
ap More forceful clearing of stack memory with keys 5 years ago
common DPP: Fix bootstrapping URI parser to handle channel list for an opclass 5 years ago
crypto More forceful clearing of stack memory with keys 5 years ago
drivers nl80211: Write event name in debug log for ignored events 5 years ago
eap_common Share common SAE and EAP-pwd functionality: own scalar generation 5 years ago
eap_peer More forceful clearing of stack memory with keys 5 years ago
eap_server More forceful clearing of stack memory with keys 5 years ago
eapol_auth Add hostapd tls_flags parameter 7 years ago
eapol_supp More robust timer_tick_enabled tracking 5 years ago
fst UBSan: Define FST LLT macros without integer overflow 5 years ago
l2_packet wpa_supplicant: Don't reply to EAPOL if pkt_type is PACKET_OTHERHOST 6 years ago
p2p WPS: Add multi_ap_subelem to wps_build_wfa_ext() 5 years ago
pae mka: Avoid memory leak in unexpected case in RECEIVE 5 years ago
radius RADIUS server: Do not close fd=0 in error cases 5 years ago
rsn_supp More forceful clearing of stack memory with keys 5 years ago
tls TLS: Add support for RFC 5705 TLS exporter context with internal TLS 5 years ago
utils More forceful clearing of stack memory with keys 5 years ago
wps Multi-AP: Avoid memcpy(ptr, NULL, 0) in WPS Registrar initialization 5 years ago
Makefile FST: Add the Fast Session Transfer (FST) module 9 years ago
lib.rules tests: TLS fuzzing tool 5 years ago