Commit 2cc3f68c authored by Andy Polyakov's avatar Andy Polyakov Committed by Richard Levitte
Browse files

rsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.



Blinding is performed more efficiently and securely if MONT_CTX for public
modulus is available by the time blinding parameter are instantiated. So
make sure it's the case.

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7586)
parent 2a6f57bc
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