Re: [PATCH] crypto: testmgr - add testvector for pkcs1pad(rsa)

2017-06-19 Thread Herbert Xu
On Mon, Jun 12, 2017 at 11:27:51PM +0200, Stephan Müller wrote: > The PKCS#1 RSA implementation is provided with a self test with RSA 2048 > and SHA-256. This self test implicitly covers other RSA keys and other > hashes. Also, this self test implies that the pkcs1pad(rsa) is FIPS > 140-2

[PATCH] crypto: testmgr - add testvector for pkcs1pad(rsa)

2017-06-12 Thread Stephan Müller
The PKCS#1 RSA implementation is provided with a self test with RSA 2048 and SHA-256. This self test implicitly covers other RSA keys and other hashes. Also, this self test implies that the pkcs1pad(rsa) is FIPS 140-2 compliant. Signed-off-by: Stephan Mueller ---