aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-pow.c
diff options
context:
space:
mode:
authorEric Biggers <[email protected]>2017-11-05 18:30:46 -0800
committerHerbert Xu <[email protected]>2017-11-10 19:20:17 +0800
commitccd9888f14a8019c0bbdeeae758aba1f58693712 (patch)
tree2e955d96c62a527a2ef03a70c261c52b9bac3f50 /lib/mpi/mpi-pow.c
parent199512b1234f09e44d592153ec82b44212b2f0c4 (diff)
crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
The "qat-dh" DH implementation assumes that 'key' and 'g' can be copied into a buffer with size 'p_size'. However it was never checked that that was actually the case, which most likely allowed users to cause a buffer underflow via KEYCTL_DH_COMPUTE. Fix this by updating crypto_dh_decode_key() to verify this precondition for all DH implementations. Fixes: c9839143ebbf ("crypto: qat - Add DH support") Cc: <[email protected]> # v4.8+ Signed-off-by: Eric Biggers <[email protected]> Reviewed-by: Tudor Ambarus <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-pow.c')
0 files changed, 0 insertions, 0 deletions