]> granicus.if.org Git - openssl/commit
ec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.
authorAndy Polyakov <appro@openssl.org>
Sun, 22 Jul 2018 14:28:20 +0000 (16:28 +0200)
committerAndy Polyakov <appro@openssl.org>
Mon, 23 Jul 2018 19:47:39 +0000 (21:47 +0200)
commita8a9745257a5071b03d06b82d4b05cabb38d9718
tree67769996605e1a43bdf444d16df9e86fb04016f6
parent7ccc506b56c3f20f08565b5aff268cb2f3bd046d
ec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.

ecp_nistz256_set_from_affine is called when application attempts to use
custom generator, i.e. rarely. Even though it was wrong, it didn't
affect point operations, they were just not as fast as expected.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6761)
crypto/ec/ecp_nistz256.c