Re: [PATCH net v2 0/3] tls: don't leave keys in kernel memory

2018-09-13 Thread David Miller
From: Sabrina Dubroca Date: Wed, 12 Sep 2018 17:44:40 +0200 > There are a few places where the RX/TX key for a TLS socket is copied > to kernel memory. This series clears those memory areas when they're no > longer needed. > > v2: add union tls_crypto_context, following Vakul Garg's comment >

[PATCH net v2 0/3] tls: don't leave keys in kernel memory

2018-09-12 Thread Sabrina Dubroca
There are a few places where the RX/TX key for a TLS socket is copied to kernel memory. This series clears those memory areas when they're no longer needed. v2: add union tls_crypto_context, following Vakul Garg's comment swap patch 2 and 3, using new union in patch 3 Sabrina Dubroca (3): t