]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/ec/ec_lib.c
Fix BN_gcd errors for some curves
authorBilly Brumley <bbrumley@gmail.com>
Wed, 20 Jan 2016 11:18:21 +0000 (13:18 +0200)
committerRich Salz <rsalz@openssl.org>
Thu, 4 Feb 2016 13:02:48 +0000 (08:02 -0500)
commit3a6a4a93518fbb3d96632bfdcb538d340f29c56b
tree35b8cdf40c9efee53d88c424bac5bcfb9c514280
parentb1413d9bd9d2222823ca1ba2d6cdf4849e635231
Fix BN_gcd errors for some curves

Those even order that do not play nicely with Montgomery arithmetic

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Emilia Käsper <emilia@openssl.org>
crypto/ec/ec_lib.c