boringssl/crypto/ec
Adam Langley e7806fd477 Remove point-on-curve check from |ec_GFp_simple_oct2point|.
In the case of a compressed point, the decompression ensures that the
point is on the curve. In the uncompressed case,
|EC_POINT_set_affine_coordinates_GFp| checks that the point is on the
curve as of 38feb990a1.

Change-Id: Icd69809ae396838b4aef4fa89b3b354560afed55
Reviewed-on: https://boringssl-review.googlesource.com/6487
Reviewed-by: Brian Smith <brian@briansmith.org>
Reviewed-by: Adam Langley <agl@google.com>
2015-11-12 23:51:17 +00:00
..
asm Add Intel's P-256 2015-11-03 22:08:47 +00:00
CMakeLists.txt Add Intel's P-256 2015-11-03 22:08:47 +00:00
ec_asn1.c Fix all sign/unsigned warnings with Clang and GCC. 2015-10-27 22:48:00 +00:00
ec_key.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
ec_montgomery.c Avoid hard-coded linkage of WNAF-based multiplication. 2015-10-27 16:38:25 +00:00
ec_test.cc Remove stl_compat.h. 2015-11-11 22:19:36 +00:00
ec.c Require that EC points are on the curve. 2015-11-06 19:35:42 +00:00
example_mul.c Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
internal.h Add Intel's P-256 2015-11-03 22:08:47 +00:00
oct.c Remove point-on-curve check from |ec_GFp_simple_oct2point|. 2015-11-12 23:51:17 +00:00
p224-64.c Add OPENSSL_SMALL. 2015-10-27 16:40:20 +00:00
p256-64.c Avoid hard-coded linkage of WNAF-based multiplication. 2015-10-27 16:38:25 +00:00
p256-x86_64-table.h Add Intel's P-256 2015-11-03 22:08:47 +00:00
p256-x86_64.c Remove nistz256 dead code for non-default generators. 2015-11-12 19:59:16 +00:00
simple.c Remove EC_GFp_simple_method (dead code). 2015-11-12 20:07:51 +00:00
util-64.c Add 64-bit, P-256 implementation. 2015-04-16 13:53:05 -07:00
wnaf.c Avoid hard-coded linkage of WNAF-based multiplication. 2015-10-27 16:38:25 +00:00