crypto: Clear temporary heap allocations before freeing
This reduces the time private keys may remain in heap memory after use. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
a15a7fcf69
commit
77a2c3941e
4 changed files with 11 additions and 10 deletions
|
@ -962,6 +962,7 @@ hostapd_cli: $(OBJS_c)
|
|||
@$(E) " LD " $@
|
||||
|
||||
NOBJS = nt_password_hash.o ../src/crypto/ms_funcs.o $(SHA1OBJS) ../src/crypto/md5.o
|
||||
NOBJS += ../src/utils/common.o
|
||||
ifdef NEED_RC4
|
||||
ifdef CONFIG_INTERNAL_RC4
|
||||
NOBJS += ../src/crypto/rc4.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue