Re: [PATCH] crypto: AF_ALG: zeroize key data

2014-12-25 Thread Herbert Xu
On Tue, Dec 23, 2014 at 09:34:03AM +0100, Stephan Mueller wrote: > alg_setkey should zeroize the sensitive data after use. > > Signed-off-by: Stephan Mueller Patch applied. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.

[PATCH] crypto: AF_ALG: zeroize key data

2014-12-23 Thread Stephan Mueller
alg_setkey should zeroize the sensitive data after use. Signed-off-by: Stephan Mueller --- crypto/af_alg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/af_alg.c b/crypto/af_alg.c index a8ff3c4..76d739d 100644 --- a/crypto/af_alg.c +++ b/crypto/af_alg.c @@ -188,7 +18