Commit e82fd1b4 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>
(cherry picked from commit 37258dad)
parent b7d0f283
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