]> git.ipfire.org Git - thirdparty/hostap.git/commit
crypto: Clear temporary stack buffers after use
authorJouni Malinen <j@w1.fi>
Mon, 5 Jan 2015 16:05:58 +0000 (18:05 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 6 Jan 2015 00:49:13 +0000 (02:49 +0200)
commit51f3427019401625dae50fecff0f116b27087b49
tree07d1f6662fe83e7327b6811797482124dc9cfd52
parent77a2c3941e23d4fb0374ea041cce8de9b21cf07e
crypto: Clear temporary stack buffers after use

This reduces possibility of exposure of private keys should something
get access to stack memory.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/md5.c
src/crypto/sha1-prf.c
src/crypto/sha1.c
src/crypto/sha256-prf.c