Sign in
boringssl
/
boringssl.git
/
7f78df470b638a0263523c2e5dc8e2212a45f550
/
crypto
/
ec
/
simple.c
5409123
Use C99 for size_t loops.
by David Benjamin
· 9 years ago
a432757
Use BN_mod_inverse_odd instead of |BN_mod_inverse| for ECC.
by Brian Smith
· 9 years ago
a00f845
Move & rename |ec_GFp_simple_point_get_affine_coordinates|.
by Brian Smith
· 9 years ago
6603b76
Remove reduction in |ec_GFp_simple_set_Jprojective_coordinates_GFp|.
by Brian Smith
· 9 years ago
081e3f3
Remove |EC_POINT::Z_is_one|.
by Brian Smith
· 9 years ago
76c6381
Return 0 on error in |EC_POINT_is_on_curve| instead of -1.
by Brian Smith
· 9 years ago
b121a26
Remove unused |ec_GFp_simple_group_check_discriminant|.
by Brian Smith
· 9 years ago
9bf1b1b
Remove group_clear_finish EC_GROUP hooks.
by David Benjamin
· 9 years ago
7308aaa
Remove `EC_GFp_simple_method` (dead code).
by Brian Smith
· 9 years ago
f872951
Fix null pointer dereference when using "simple" EC.
by Brian Smith
· 9 years ago
274341d
Change the type of |EC_GROUP_get_degree| and friends to |unsigned|.
by Brian Smith
· 9 years ago
f0523e9
Avoid hard-coded linkage of WNAF-based multiplication.
by Brian Smith
· 9 years ago
80c5fab
Simplify |EC_METHOD| by removing invariant methods.
by Brian Smith
· 9 years ago
f4bbc2a
Improve error checking of some |BN_CTX_get| callers.
by Brian Smith
· 10 years ago
3570d73
Remove the func parameter to OPENSSL_PUT_ERROR.
by David Benjamin
· 10 years ago
cfaf7ff
Remove unnecessary NULL checks, part 2.
by David Benjamin
· 10 years ago
9ab14e0
Add in missing curly braces part 2.
by David Benjamin
· 10 years ago
2b2d66d
Remove string.h from base.h.
by Adam Langley
· 10 years ago
404e6e6
Small tweak to ec_GFp_simple_points_make_affine.
by Adam Langley
· 10 years ago
993fde5
Simplify ec_GFp_simple_points_make_affine.
by Adam Langley
· 11 years ago
aeb088a
EC infinity fix.
by Adam Langley
· 11 years ago
95c29f3
Inital import.
by Adam Langley
· 11 years ago