Re: [PATCH 4.3.y] crypto: fix test vector for rsa

2016-02-01 Thread Greg KH
On Wed, Jan 13, 2016 at 08:57:40PM -0800, Tadeusz Struk wrote: > Hi, > After the fix to the asn1_decoder in commit: 0d62e9dd > "ASN.1: Fix non-match detection failure on data overrun" > the rsa algorithm is failing to register in 4.3 stable kernels with > error: "alg: rsa: test failed on vector 4,

Re: [PATCH 4.3.y] crypto: fix test vector for rsa

2016-02-01 Thread Herbert Xu
On Mon, Feb 01, 2016 at 04:52:53PM -0800, Greg KH wrote: > On Wed, Jan 13, 2016 at 08:57:40PM -0800, Tadeusz Struk wrote: > > Hi, > > After the fix to the asn1_decoder in commit: 0d62e9dd > > "ASN.1: Fix non-match detection failure on data overrun" > > the rsa algorithm is failing to register in