]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add an extra reduction step to RSAZ mod_exp implementations
authorTomas Mraz <tomas@openssl.org>
Thu, 9 Jun 2022 14:20:05 +0000 (16:20 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 16 Jun 2022 13:30:56 +0000 (15:30 +0200)
commit8438d3a7b7309cbea521d3628fddeda7bd6d6e20
tree61f134f8369abbb927700f6e06b8be4b54b51542
parent0ed27fb7a8d85685cb671bf0a1e41bcdfc2624dc
Add an extra reduction step to RSAZ mod_exp implementations

Inspired by BoringSSL fix by David Benjamin.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18511)
crypto/bn/rsaz_exp.c
crypto/bn/rsaz_exp.h
test/recipes/10-test_bn_data/bnmod.txt