commit | 6f0904ada402a45b3a0a3b9b6507d91d3a9da67a | [log] [tgz] |
---|---|---|
author | Tadeusz Struk <tadeusz.struk@intel.com> | Wed Apr 06 14:42:32 2016 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Apr 15 22:13:55 2016 +0800 |
tree | 81481775bdc12aa649e9a0b805437618d9620756 | |
parent | 47cd30608f3fc3dbb4fdf37300baca911e2dde34 [diff] |
crypto: rsa-pkcs1pad - fix dst len The output buffer length has to be at least as big as the key_size. It is then updated to the actual output size by the implementation. Cc: <stable@vger.kernel.org> Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>