summaryrefslogtreecommitdiffstats
path: root/crypto/crypto_engine.c
diff options
context:
space:
mode:
authorDaniele Alessandrelli <daniele.alessandrelli@intel.com>2021-02-03 12:28:37 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2021-02-10 07:55:57 +0100
commita53ab94eb6850c3657392e2d2ce9b38c387a2633 (patch)
treee05ad36230e3cc051a515e3773c95a172f29a0a2 /crypto/crypto_engine.c
parentcrypto: powerpc/sha256 - remove unneeded semicolon (diff)
downloadlinux-a53ab94eb6850c3657392e2d2ce9b38c387a2633.tar.xz
linux-a53ab94eb6850c3657392e2d2ce9b38c387a2633.zip
crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()
The length ('len' parameter) passed to crypto_ecdh_decode_key() is never checked against the length encoded in the passed buffer ('buf' parameter). This could lead to an out-of-bounds access when the passed length is less than the encoded length. Add a check to prevent that. Fixes: 3c4b23901a0c7 ("crypto: ecdh - Add ECDH software support") Signed-off-by: Daniele Alessandrelli <daniele.alessandrelli@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/crypto_engine.c')
0 files changed, 0 insertions, 0 deletions