Re: [PATCH v3] fscrypt: Add support for AES-128-CBC

2017-05-18 Thread David Gstir
[resend without the HTML crap - sorry about that!] Hi Eric! Thanks for the thorough review! :) > On 17 May 2017, at 20:08, Eric Biggers wrote: > > Hi David, thanks for the update! > > On Wed, May 17, 2017 at 01:21:04PM +0200, David Gstir wrote: >> From: Daniel Walter

Re: [PATCH v3] fscrypt: Add support for AES-128-CBC

2017-05-18 Thread David Gstir
[resend without the HTML crap - sorry about that!] Hi Eric! Thanks for the thorough review! :) > On 17 May 2017, at 20:08, Eric Biggers wrote: > > Hi David, thanks for the update! > > On Wed, May 17, 2017 at 01:21:04PM +0200, David Gstir wrote: >> From: Daniel Walter >> >> fscrypt provides

Re: [PATCH v3] fscrypt: Add support for AES-128-CBC

2017-05-17 Thread Eric Biggers
Hi David, thanks for the update! On Wed, May 17, 2017 at 01:21:04PM +0200, David Gstir wrote: > From: Daniel Walter > > fscrypt provides facilities to use different encryption algorithms which > are selectable by userspace when setting the encryption policy. Currently, >

Re: [PATCH v3] fscrypt: Add support for AES-128-CBC

2017-05-17 Thread Eric Biggers
Hi David, thanks for the update! On Wed, May 17, 2017 at 01:21:04PM +0200, David Gstir wrote: > From: Daniel Walter > > fscrypt provides facilities to use different encryption algorithms which > are selectable by userspace when setting the encryption policy. Currently, > only AES-256-XTS for

[PATCH v3] fscrypt: Add support for AES-128-CBC

2017-05-17 Thread David Gstir
From: Daniel Walter fscrypt provides facilities to use different encryption algorithms which are selectable by userspace when setting the encryption policy. Currently, only AES-256-XTS for file contents and AES-256-CBC-CTS for file names are implemented. This is a clear

[PATCH v3] fscrypt: Add support for AES-128-CBC

2017-05-17 Thread David Gstir
From: Daniel Walter fscrypt provides facilities to use different encryption algorithms which are selectable by userspace when setting the encryption policy. Currently, only AES-256-XTS for file contents and AES-256-CBC-CTS for file names are implemented. This is a clear case of kernel offers the