Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-20Always use Fermat's Little Theorem in ecdsa_sign_setup.David Benjamin
2016-06-16Remove EC_GROUP_new_arbitrary.David Benjamin
2016-03-15Restore EC_GROUP_new_by_curve_name and EC_GROUP_set_generator.David Benjamin
2016-03-15Tiny documentation fix for EC_POINT_set_affine_coordinates_GFpEmily Stark
2016-03-01Add test that A+A = 2×A on elliptic curves.Adam Langley
2016-02-25Return 0 on error in |EC_POINT_is_on_curve| instead of -1.Brian Smith
2016-02-17Rewrite ECPrivateKey serialization.David Benjamin
2016-02-02Add EC_POINT_point2cbb.David Benjamin
2016-01-27Tweaks for node.jsAdam Langley
2016-01-22Fold EC_GROUP_new_curve_GFp and EC_GROUP_set_generator into a EC_GROUP_new_ar...David Benjamin
2015-12-15Add |EC_GROUP_get0_order| to replace |EC_GROUP_get_order|.Brian Smith
2015-11-19Remove |EC_POINTs_mul| & simplify p256-x86_64.Brian Smith
2015-11-19Remove |EC_GROUP_precompute_mult| and |EC_KEY_precompute_mult|.Brian Smith
2015-11-19Make |EC_GROUP_precompute_mult|/|EC_KEY_precompute_mult| no-ops.Brian Smith
2015-11-06Require that EC points are on the curve.Adam Langley
2015-10-27Change the type of |EC_GROUP_get_degree| and friends to |unsigned|.Brian Smith
2015-10-13Remove the ifdef around ec.h's ec_key.h compatibility includeDavid Benjamin
2015-09-24Fix the comment for POINT_CONVERSION_UNCOMPRESSEDDavid Benjamin
2015-07-16Get rid of err function codes.David Benjamin
2015-06-11Correct various documentation typosKenny Root
2015-05-15Support arbitrary elliptic curve groups.Adam Langley
2015-05-09Don't report |ERR_R_MALLOC_FAILURE| on failure of |EC_KEY_new_by_curve_name|.Matt Braithwaite
2015-05-05Add dummy EC_GROUP_set_point_conversion_form.Adam Langley
2015-04-16Add 64-bit, P-256 implementation.Adam Langley
2015-04-14Compatibility changes for wpa_supplicant and OpenSSH.Adam Langley
2015-02-27Unexport EC_GROUP_copy.David Benjamin
2015-02-26EC_GROUP_cmp should return zero if the groups match.Adam Langley
2015-02-21Add the CTX parameter back to EC_GROUP_cmp.Adam Langley
2015-02-12Reset all the error codes.David Benjamin
2015-01-15Various documentation fixes.David Benjamin
2014-12-09Remove EC_GROUP_set_point_conversion_formHåvard Molland
2014-12-09Remove ec hybrid point formatHåvard Molland
2014-11-11Compare r and s sizes to the order, not the degree.David Benjamin
2014-08-27Readd EC_GROUP_get_curve_GFp.Adam Langley
2014-08-01Add visibility rules.Adam Langley
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Inital import.Adam Langley