Re: [PATCH 0/5] KEYS: sanitize key payloads

2017-04-27 Thread Eric Biggers
On Thu, Apr 27, 2017 at 04:09:42PM +0100, David Howells wrote: > Do you have a git branch I can pull from? > > David No I don't, sorry. - Eric

Re: [PATCH 0/5] KEYS: sanitize key payloads

2017-04-27 Thread Eric Biggers
On Thu, Apr 27, 2017 at 04:09:42PM +0100, David Howells wrote: > Do you have a git branch I can pull from? > > David No I don't, sorry. - Eric

Re: [PATCH 0/5] KEYS: sanitize key payloads

2017-04-27 Thread David Howells
Do you have a git branch I can pull from? David

Re: [PATCH 0/5] KEYS: sanitize key payloads

2017-04-27 Thread David Howells
Do you have a git branch I can pull from? David

[PATCH 0/5] KEYS: sanitize key payloads

2017-04-21 Thread Eric Biggers
From: Eric Biggers This patch series introduces more thorough sanitization of keys managed by the kernel key retention service. This helps keep sensitive key material from sticking around in the slab caches after keys are released. This series covers the syscall interface

[PATCH 0/5] KEYS: sanitize key payloads

2017-04-21 Thread Eric Biggers
From: Eric Biggers This patch series introduces more thorough sanitization of keys managed by the kernel key retention service. This helps keep sensitive key material from sticking around in the slab caches after keys are released. This series covers the syscall interface and several of the