Messages in this thread |  | | Date | Fri, 22 Jul 2022 16:47:18 +0800 | From | Herbert Xu <> | Subject | Re: [PATCH] crypto: testmgr - some more fixes to RSA test vectors |
| |
On Sun, Jul 17, 2022 at 02:37:46PM +0100, Ignat Korchagin wrote: > Two more fixes: > > * some test vectors in commit 79e6e2f3f3ff ("crypto: testmgr - populate > RSA CRT parameters in RSA test vectors") had misplaced commas, which > break the test and trigger KASAN warnings at least on x86-64 > > * pkcs1pad test vector did not have its CRT parameters > > Fixes: 79e6e2f3f3ff ("crypto: testmgr - populate RSA CRT parameters in RSA test vectors") > Reported-by: Eric Biggers <ebiggers@kernel.org> > Signed-off-by: Ignat Korchagin <ignat@cloudflare.com> > --- > crypto/testmgr.h | 102 +++++++++++++++++++++++++++++------------------ > 1 file changed, 63 insertions(+), 39 deletions(-)
Patch applied. Thanks. -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
|  |