Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: 4d8a88c134df634ba610ff8db1eb8478ac5fd345
https://github.openssl.org/openssl/openssl/commit/4d8a88c134df634ba610ff8db1eb8478ac5fd345
Author: Xi Ruoyao <[email protected]>
Date: 2022-06-23 (Thu, 23 Jun 2022)
Changed paths:
M crypto/bn/rsaz_exp_x2.c
Log Message:
-----------
rsa: fix bn_reduce_once_in_place call for rsaz_mod_exp_avx512_x2
bn_reduce_once_in_place expects the number of BN_ULONG, but factor_size
is moduli bit size.
Fixes #18625.
Signed-off-by: Xi Ruoyao <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18626)