]> git.ipfire.org Git - thirdparty/openssl.git/commit
Correct top for EC/DSA nonces if BN_DEBUG is on
authorTomas Mraz <tomas@openssl.org>
Tue, 30 Apr 2024 09:46:26 +0000 (11:46 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 9 May 2024 07:32:02 +0000 (09:32 +0200)
commit549208d1f1175aca5cc1ea989c4e9e4a41bc558c
tree0ddc0cb36e3f547734b7a95d009398ede7ce5621
parent7ecd90a4fd1e500b1d751e7d4f400310ef279c8a
Correct top for EC/DSA nonces if BN_DEBUG is on

Otherwise following operations would bail out in bn_check_top().

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(cherry picked from commit a380ae85be287045b1eaa64d23942101a426c080)

(Merged from https://github.com/openssl/openssl/pull/24317)
crypto/bn/bn_rand.c