[crypto/bn] fix a few small timing leaks in BN_lshift1 and BN_rshift1
authorBilly Brumley <bbrumley@gmail.com>
Thu, 17 Oct 2019 20:30:18 +0000 (23:30 +0300)
committerMatt Caswell <matt@openssl.org>
Thu, 31 Oct 2019 11:09:56 +0000 (11:09 +0000)
commit4f75d1d0cafb759407f6b44c0de52a9f2c2451dc
tree8623bcd7fee29f4af3d524f223e06b5cad986aee
parentac613b900694243edb2808f6df5f6072f2f0a5b9
[crypto/bn] fix a few small timing leaks in BN_lshift1 and BN_rshift1

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10209)

(cherry picked from commit 305bf9c8668aff78e668131061f4eb088457be5f)
crypto/bn/bn_shift.c