Sign in
boringssl
/
boringssl.git
/
e9ae99bba28b05742b3f250bb2d8f9a7bc62bf7f
/
include
/
openssl
/
ec.h
2f5100e
More compatibility stuff.
by David Benjamin
· 7 years ago
0318b05
Add some OpenSSL compatibility functions and hacks.
by David Benjamin
· 7 years ago
ec4f0dd
EC_GROUP_dup cannot fail.
by David Benjamin
· 7 years ago
6a289b3
Remove EC_POINTs_make_affine and related logic.
by David Benjamin
· 7 years ago
d61334d
Document preferences for EC_GROUP_new_by_curve_name.
by David Benjamin
· 7 years ago
3d2c6b0
Document EC_POINT_get_affine_coordinates_GFp allowing NULL x and y.
by David Benjamin
· 7 years ago
a838f9d
Make ECDSA signing 10% faster and plug some timing leaks.
by David Benjamin
· 7 years ago
cb16f17
Check EC_POINT/EC_GROUP compatibility more accurately.
by David Benjamin
· 7 years ago
d24fd47
Fold EC_POINT_clear_free into EC_POINT_free.
by David Benjamin
· 7 years ago
4512b79
Run comment conversion script on include/
by David Benjamin
· 8 years ago
b15143f
Fix check_fips for public keys and synchronize the EC and RSA versions.
by Steven Valdez
· 8 years ago
dcecdfd
Fix a couple of missing spaces in comments.
by Adam Langley
· 8 years ago
1d6eeb3
Spellcheck our public headers.
by David Benjamin
· 8 years ago
5b55620
Fix documentation for POINT_CONVERSION_UNCOMPRESSED in ec.h
by Nick Harper
· 9 years ago
f0e935d
Fold stack-allocated types into headers.
by David Benjamin
· 9 years ago
d17d74d
Replace Scoped* heap types with bssl::UniquePtr.
by Matt Braithwaite
· 9 years ago
b9afd51
Move some typedefs to base.h.
by Matt Braithwaite
· 9 years ago
d2b5af5
Revert scoped_types.h change.
by Adam Langley
· 9 years ago
8d79ed6
Assume that MSVC supports C++11.
by Adam Langley
· 9 years ago
19fdcb5
Don't #include header files in extern "C" blocks.
by Adam Langley
· 9 years ago
8c3c313
Remove scoped_types.h.
by Adam Langley
· 9 years ago
8cf79af
Always use Fermat's Little Theorem in ecdsa_sign_setup.
by David Benjamin
· 9 years ago
2f02854
Remove EC_GROUP_new_arbitrary.
by David Benjamin
· 9 years ago
6f7374b
Restore EC_GROUP_new_by_curve_name and EC_GROUP_set_generator.
by David Benjamin
· 9 years ago
5c05648
Tiny documentation fix for EC_POINT_set_affine_coordinates_GFp
by Emily Stark
· 9 years ago
e4f3f4d
Add test that A+A = 2×A on elliptic curves.
by Adam Langley
· 9 years ago
76c6381
Return 0 on error in |EC_POINT_is_on_curve| instead of -1.
by Brian Smith
· 9 years ago
2f6410b
Rewrite ECPrivateKey serialization.
by David Benjamin
· 9 years ago
6014ea6
Add EC_POINT_point2cbb.
by David Benjamin
· 9 years ago
ce9d85e
Tweaks for node.js
by Adam Langley
· 9 years ago
232127d
Fold EC_GROUP_new_curve_GFp and EC_GROUP_set_generator into a EC_GROUP_new_arbitrary.
by David Benjamin
· 9 years ago
version_for_cocoapods_2.0
a3d9de0
Add |EC_GROUP_get0_order| to replace |EC_GROUP_get_order|.
by Brian Smith
· 9 years ago
f3376ac
Remove |EC_POINTs_mul| & simplify p256-x86_64.
by Brian Smith
· 9 years ago
e2136d9
Remove |EC_GROUP_precompute_mult| and |EC_KEY_precompute_mult|.
by Brian Smith
· 9 years ago
9b26297
Make |EC_GROUP_precompute_mult|/|EC_KEY_precompute_mult| no-ops.
by Brian Smith
· 9 years ago
38feb99
Require that EC points are on the curve.
by Adam Langley
· 10 years ago
274341d
Change the type of |EC_GROUP_get_degree| and friends to |unsigned|.
by Brian Smith
· 9 years ago
9f4913f
Remove the ifdef around ec.h's ec_key.h compatibility include
by David Benjamin
· 9 years ago
5e4158f
Fix the comment for POINT_CONVERSION_UNCOMPRESSED
by David Benjamin
· 10 years ago
34248d4
Get rid of err function codes.
by David Benjamin
· 10 years ago
3a9e1fb
Correct various documentation typos
by Kenny Root
· 10 years ago
d72e284
Support arbitrary elliptic curve groups.
by Adam Langley
· 10 years ago
3bf1cca
Don't report |ERR_R_MALLOC_FAILURE| on failure of |EC_KEY_new_by_curve_name|.
by Matt Braithwaite
· 10 years ago
126320c
Add dummy EC_GROUP_set_point_conversion_form.
by Adam Langley
· 10 years ago
ad6b28e
Add 64-bit, P-256 implementation.
by Adam Langley
· 10 years ago
c3ef76f
Compatibility changes for wpa_supplicant and OpenSSH.
by Adam Langley
· 10 years ago
114ddeb
Unexport EC_GROUP_copy.
by David Benjamin
· 10 years ago
7c21925
EC_GROUP_cmp should return zero if the groups match.
by Adam Langley
· 10 years ago
93531bd
Add the CTX parameter back to EC_GROUP_cmp.
by Adam Langley
· 10 years ago
689be0f
Reset all the error codes.
by David Benjamin
· 10 years ago
5b082e8
Various documentation fixes.
by David Benjamin
· 10 years ago
3547688
Remove EC_GROUP_set_point_conversion_form
by Håvard Molland
· 10 years ago
306e520
Remove ec hybrid point format
by Håvard Molland
· 10 years ago
b145c81
Compare r and s sizes to the order, not the degree.
by David Benjamin
· 10 years ago
0eb1aae
Readd EC_GROUP_get_curve_GFp.
by Adam Langley
· 11 years ago
eb7d2ed
Add visibility rules.
by Adam Langley
· 11 years ago
4c921e1
Move public headers to include/openssl/
by Adam Langley
· 11 years ago
95c29f3
Inital import.
by Adam Langley
· 11 years ago