Re: [PATCH 0/3] KEYS: Use crypto rsa pkcs1pad module for software public keys

2016-03-03 Thread Herbert Xu
On Mon, Feb 29, 2016 at 09:32:08AM +, David Howells wrote: > Herbert Xu wrote: > > > David Howells wrote: > > > > > > Here's a set of patches that change the software public key asymmetric key > > > subtype to use the RSA pkcs1pad module in the crypto layer. I've merged > > > together mine

Re: [PATCH 0/3] KEYS: Use crypto rsa pkcs1pad module for software public keys

2016-02-29 Thread David Howells
Herbert Xu wrote: > David Howells wrote: > > > > Here's a set of patches that change the software public key asymmetric key > > subtype to use the RSA pkcs1pad module in the crypto layer. I've merged > > together mine and Tadeusz's patches. > > > > I have not included Tadeusz's original three

Re: [PATCH 0/3] KEYS: Use crypto rsa pkcs1pad module for software public keys

2016-02-27 Thread Herbert Xu
David Howells wrote: > > Here's a set of patches that change the software public key asymmetric key > subtype to use the RSA pkcs1pad module in the crypto layer. I've merged > together mine and Tadeusz's patches. > > I have not included Tadeusz's original three patches that converted to > using

[PATCH 0/3] KEYS: Use crypto rsa pkcs1pad module for software public keys

2016-02-26 Thread David Howells
Here's a set of patches that change the software public key asymmetric key subtype to use the RSA pkcs1pad module in the crypto layer. I've merged together mine and Tadeusz's patches. I have not included Tadeusz's original three patches that converted to using the raw rsa module in this set, but