commit | 1207107c7168f779643c91e30f8d6c2f8a4afd4d | [log] [tgz] |
---|---|---|
author | Stephan Mueller <smueller@chronox.de> | Mon Jun 12 23:27:51 2017 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jun 20 11:21:29 2017 +0800 |
tree | 8c5816000a6f42bc78c93dd6637c47bdab29bf89 | |
parent | c4a29891161b7fd8666263b78918f051f8703424 [diff] |
crypto: testmgr - add testvector for pkcs1pad(rsa) 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 <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>