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_
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
>
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