On Mon, Apr 03, 2017 at 11:55:42AM -0400, Mimi Zohar wrote:
>
> This patch removes calculating the "padlen". Will this change break
> other use cases?
>
No, the number of bytes being encrypted is still 'encrypted_datalen' which is
passed to skcipher_request_set_crypt(). It's okay if the input
On Sat, 2017-04-01 at 20:33 -0700, Eric Biggers wrote:
> On Sat, Apr 01, 2017 at 10:23:57PM -0400, Mimi Zohar wrote:
> > On Sat, 2017-04-01 at 12:17 -0700, Eric Biggers wrote:
> > > From: Eric Biggers
> > >
> > > Since v4.9, the crypto API cannot (normally) be used to encrypt/decrypt
> > > stack
Pulled.
On Sat, Apr 01, 2017 at 10:23:57PM -0400, Mimi Zohar wrote:
> On Sat, 2017-04-01 at 12:17 -0700, Eric Biggers wrote:
> > From: Eric Biggers
> >
> > Since v4.9, the crypto API cannot (normally) be used to encrypt/decrypt
> > stack buffers because the stack may be virtually mapped. Fix this for
>
Hi Eric,
On Sat, 2017-04-01 at 12:17 -0700, Eric Biggers wrote:
> From: Eric Biggers
>
> Since v4.9, the crypto API cannot (normally) be used to encrypt/decrypt
> stack buffers because the stack may be virtually mapped. Fix this for
> the padding buffers in encrypted-keys by using ZERO_PAGE for
From: Eric Biggers
Since v4.9, the crypto API cannot (normally) be used to encrypt/decrypt
stack buffers because the stack may be virtually mapped. Fix this for
the padding buffers in encrypted-keys by using ZERO_PAGE for the
encryption padding and by allocating a temporary heap buffer for the
d
6 matches
Mail list logo