[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:05:04 +0000 (11:05 +0000)
commit305bf9c8668aff78e668131061f4eb088457be5f
tree42c2e8af5c06cd22ead8a586c1ea1ba8b5d55a19
parent8e8901e1e497d2a2bc0f56aa711f7462d88820f3
[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)
crypto/bn/bn_shift.c