commit | 6e8ec66c3d9cebcbf71d66f92e40b5d7e1d1f490 | [log] [tgz] |
---|---|---|
author | Tadeusz Struk <tadeusz.struk@intel.com> | Wed Jul 15 15:28:43 2015 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 17 21:20:19 2015 +0800 |
tree | 89835b740b99039e2c4fc667cae8132e0258c274 | |
parent | a990532023b903b10cf14736241cdd138e4bc92c [diff] |
crypto: rsa - limit supported key lengths Introduce constrains for RSA keys lengths. Only key lengths of 512, 1024, 1536, 2048, 3072, and 4096 bits will be supported. Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>