Re: [PATCH net 3/3] tls: zero the crypto information from tls_context before freeing

2018-09-06 Thread Sabrina Dubroca
broca ; Boris Pismenny > > ; Ilya Lesokhin ; Aviad > > Yehezkel ; Dave Watson > > Subject: [PATCH net 3/3] tls: zero the crypto information from tls_context > > before freeing > > > > This contains key material in crypto_send_aes_gcm_128 and > > crypto_recv_

RE: [PATCH net 3/3] tls: zero the crypto information from tls_context before freeing

2018-09-05 Thread Vakul Garg
ubject: [PATCH net 3/3] tls: zero the crypto information from tls_context > before freeing > > This contains key material in crypto_send_aes_gcm_128 and > crypto_recv_aes_gcm_128. > > Fixes: 3c4d7559159b ("tls: kernel TLS support") > Signed-off-by: Sabrina Dubroca >

[PATCH net 3/3] tls: zero the crypto information from tls_context before freeing

2018-09-05 Thread Sabrina Dubroca
This contains key material in crypto_send_aes_gcm_128 and crypto_recv_aes_gcm_128. Fixes: 3c4d7559159b ("tls: kernel TLS support") Signed-off-by: Sabrina Dubroca --- include/net/tls.h | 1 + net/tls/tls_main.c | 14 -- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a