boringssl/crypto/ec
Adam Langley aeb088ac09 EC infinity fix.
Fix handling of points at infinity in ec_GFp_simple_points_make_affine.
When inverting an array of Z coordinates, the algorithm is supposed to
treat any 0 essentially like a 1 to remain in the multiplicative group;
however, for one of the cases, we incorrectly multiplied by 0 and thus
ended up with garbage.
2014-06-20 13:17:36 -07:00
..
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
ec_asn1.c Fix EC crash. 2014-06-20 13:17:34 -07:00
ec_error.c Inital import. 2014-06-20 13:17:32 -07:00
ec_key.c Inital import. 2014-06-20 13:17:32 -07:00
ec_key.h Inital import. 2014-06-20 13:17:32 -07:00
ec_montgomery.c Inital import. 2014-06-20 13:17:32 -07:00
ec.c Inital import. 2014-06-20 13:17:32 -07:00
ec.h Inital import. 2014-06-20 13:17:32 -07:00
example_mul.c Inital import. 2014-06-20 13:17:32 -07:00
internal.h Inital import. 2014-06-20 13:17:32 -07:00
oct.c Inital import. 2014-06-20 13:17:32 -07:00
simple.c EC infinity fix. 2014-06-20 13:17:36 -07:00
wnaf.c Inital import. 2014-06-20 13:17:32 -07:00