Commit 61ac9fc5 authored by David Benjamin's avatar David Benjamin
Browse files

Remove zero special-case in BN_mod_exp_mont.



A number intended to treat the base as secret should not be branching on
whether it is zero. Test-wise, this is covered by existing tests in bnmod.txt.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6733)
parent 8937a4ed
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment