boringssl/crypto/ec
Brian Smith 76c6381c21 Return 0 on error in |EC_POINT_is_on_curve| instead of -1.
Callers of this function are not checking for the -1 result. Change
the semantics to match their expectations and to match the common
semantics of most other parts of BoringSSL.

Change-Id: I4ec537d7619e20e8ddfee80c72125e4c02cfaac1
Reviewed-on: https://boringssl-review.googlesource.com/7125
Reviewed-by: David Benjamin <davidben@google.com>
2016-02-24 22:00:58 +00:00
..
asm Remove dead code in p256-x86_64. 2015-11-20 23:45:43 +00:00
CMakeLists.txt
ec_asn1.c Rewrite ECPrivateKey serialization. 2016-02-16 23:51:09 +00:00
ec_key.c Add missing EC NULL Check 2016-02-24 17:33:22 +00:00
ec_montgomery.c Remove group_clear_finish EC_GROUP hooks. 2016-01-28 00:17:43 +00:00
ec_test.cc Rewrite ECPrivateKey serialization. 2016-02-16 23:51:09 +00:00
ec.c Tweaks for node.js 2016-01-26 23:23:42 +00:00
example_mul.c
internal.h Remove flags field from EC_KEY. 2016-02-16 23:51:53 +00:00
oct.c Add EC_POINT_point2cbb. 2016-02-02 19:04:33 +00:00
p224-64.c Remove duplicative ECC |group_init| and |group_set_curve| methods. 2016-02-08 18:31:46 +00:00
p256-64.c Remove duplicative ECC |group_init| and |group_set_curve| methods. 2016-02-08 18:31:46 +00:00
p256-x86_64-table.h Use |alignas| for alignment. 2016-01-25 23:05:04 +00:00
p256-x86_64.c Remove group_clear_finish EC_GROUP hooks. 2016-01-28 00:17:43 +00:00
simple.c Return 0 on error in |EC_POINT_is_on_curve| instead of -1. 2016-02-24 22:00:58 +00:00
util-64.c
wnaf.c