]> git.ipfire.org Git - thirdparty/hostap.git/commit
HS 2.0 R2: Clear hs20-osu-client configuration keys explicitly
authorJouni Malinen <j@w1.fi>
Tue, 1 Jul 2014 22:43:33 +0000 (01:43 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 2 Jul 2014 09:38:48 +0000 (12:38 +0300)
commitd1ecca6c15311ff192841e78ebf2b338f2fc31cd
treefab0dfb0364ebb55d94149cad7a998f886bea633
parent0a13e06bdba710cc7e6ea8da391a595b5d33aba6
HS 2.0 R2: Clear hs20-osu-client configuration keys explicitly

Use an explicit memset call to clear any hs20-osu-client configuration
parameter that contains private information like keys or identity. This
brings in an additional layer of protection by reducing the length of
time this type of private data is kept in memory.

Signed-off-by: Jouni Malinen <j@w1.fi>
hs20/client/osu_client.c
src/utils/http_curl.c