boringssl/crypto/ec
Matt Braithwaite 3bf1cca262 Don't report |ERR_R_MALLOC_FAILURE| on failure of |EC_KEY_new_by_curve_name|.
Change |EC_KEY_new_by_curve_name| to report |ERR_R_MALLOC_FAILURE|
itself, so that reporting of |EC_R_UNKNOWN_GROUP| is not confused by
the caller's addition of a spurious |ERR_R_MALLOC_FAILURE|.

Change-Id: Id3f5364f01eb8e3597bcddd6484bc03d5578befb
Reviewed-on: https://boringssl-review.googlesource.com/4690
Reviewed-by: Adam Langley <agl@google.com>
2015-05-09 00:05:30 +00:00
..
CMakeLists.txt Convert ec_test to C++ 2015-04-28 21:00:34 +00:00
ec_asn1.c Remove unnecessary NULL checks, part 2. 2015-05-04 23:08:22 +00:00
ec_key.c Don't report |ERR_R_MALLOC_FAILURE| on failure of |EC_KEY_new_by_curve_name|. 2015-05-09 00:05:30 +00:00
ec_montgomery.c Remove unnecessary NULL checks, part 2. 2015-05-04 23:08:22 +00:00
ec_test.cc Don't inclue crypto/ec/internal.h in ec_test.cc. 2015-04-28 21:16:50 +00:00
ec.c Add dummy EC_GROUP_set_point_conversion_form. 2015-05-04 17:53:02 -07: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 Fix standalone build on Mac. 2015-04-20 16:50:18 +00:00
oct.c Remove unnecessary NULL checks, part 2. 2015-05-04 23:08:22 +00:00
p256-64.c Remove unnecessary NULL checks, part 2. 2015-05-04 23:08:22 +00:00
simple.c Remove unnecessary NULL checks, part 2. 2015-05-04 23:08:22 +00:00
util-64.c Add 64-bit, P-256 implementation. 2015-04-16 13:53:05 -07:00
wnaf.c Remove unnecessary NULL checks, part 2. 2015-05-04 23:08:22 +00:00