Commit e94f52e0 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix bug in nistp224/256/521 where have_precompute_mult always returns 0



During precomputation if the group given is well known then we memcpy a
well known precomputation. However we go the wrong label in the code and
don't store the data properly. Consequently if we call have_precompute_mult
the data isn't there and we return 0.

RT#3600

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(cherry picked from commit 615614c8)
parent 83ab6e55
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