Commit 37258dad authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix BN_mod_word bug



On systems where we do not have BN_ULLONG (e.g. typically 64 bit systems)
then BN_mod_word() can return incorrect results if the supplied modulus is
too big.

RT#4501

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
parent 4692340e
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