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
path: root/crypto/ec
AgeCommit message (Expand)Author
2016-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley
2016-07-12Revert scoped_types.h change.Adam Langley
2016-07-12Remove scoped_types.h.Adam Langley
2016-07-12Move C++ helpers into |bssl| namespace.Adam Langley
2016-06-28Switch perlasm calling convention.David Benjamin
2016-06-20Don't bother storing the cofactor.David Benjamin
2016-06-20Always use Fermat's Little Theorem in ecdsa_sign_setup.David Benjamin
2016-06-16Remove EC_GROUP_new_arbitrary.David Benjamin
2016-04-26Use different bit tricks to extend the LSB.David Benjamin
2016-04-21Avoid minor waste in |ec_GFp_nistp256_point_get_affine_coordinates|.Brian Smith
2016-04-21Save one call to |ecp_nistz256_from_mont| in |ecp_nistz256_get_affine|.Brian Smith
2016-04-21Avoid a multiplication in |ecp_nistz256_get_affine| when |x| is NULL.Brian Smith
2016-04-21Set output coordinates' |neg| field in |ecp_nistz256_get_affine|.Brian Smith
2016-04-21Use only Montgomery math in |ec_GFp_mont_point_get_affine_coordinates|.Brian Smith
2016-04-01Decouple crypto/ec from the OID table.David Benjamin
2016-03-31Remove some easy obj.h dependencies.David Benjamin
2016-03-29Small tweak to P-256-x86-64 inversion.Brian Smith
2016-03-28Remove dead code from |ec_GFp_mont_point_get_affine_coordinates|.Brian Smith
2016-03-28Move & rename |ec_GFp_simple_point_get_affine_coordinates|.Brian Smith
2016-03-23Use |size_t| and |int| consistently in p{224,256}-64.c.Brian Smith
2016-03-20Fix parameter type of p256-64.c's |select_point|.Brian Smith
2016-03-20Make local functions static.Piotr Sikora
2016-03-15Restore EC_GROUP_new_by_curve_name and EC_GROUP_set_generator.David Benjamin
2016-03-11Remove reduction in |ec_GFp_simple_set_Jprojective_coordinates_GFp|.Brian Smith
2016-03-11Require compressed x EC coordinate to be a field element.Brian Smith
2016-03-09Remove unused code for multiple-point ECC multiplication.Brian Smith
2016-03-09Avoid potential uninitialized memory read in crypto/ec/p256-x86_64.c.Brian Smith
2016-03-09Remove |EC_POINT::Z_is_one|.Brian Smith
2016-03-09Fix a few more missing CBB_cleanups.David Benjamin
2016-03-01Add test that A+A = 2×A on elliptic curves.Adam Langley
2016-03-01ec/asm/p256-x86_64-asm.pl: get corner case logic right.Adam Langley
2016-03-01Adding missing BN_CTX_start/BN_CTX_end in ec_keySteven Valdez
2016-02-25Return 0 on error in |EC_POINT_is_on_curve| instead of -1.Brian Smith
2016-02-24Add missing EC NULL CheckSteven Valdez
2016-02-17Remove flags field from EC_KEY.David Benjamin
2016-02-17Rewrite ECPrivateKey serialization.David Benjamin
2016-02-17Add tests for EC keys with specified curves.David Benjamin
2016-02-12Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.Brian Smith
2016-02-08Remove unused |ec_GFp_simple_group_check_discriminant|.Brian Smith
2016-02-08Remove useless and out-of-date comments in crypto/ec/internal.h.Brian Smith
2016-02-08Remove duplicative ECC |group_init| and |group_set_curve| methods.Brian Smith
2016-02-02Add EC_POINT_point2cbb.David Benjamin
2016-01-28Remove group_clear_finish EC_GROUP hooks.David Benjamin
2016-01-28Define `int128_t` and `uint128_t` in one place.Brian Smith
2016-01-27Tweaks for node.jsAdam Langley
2016-01-26Remove calls to ERR_load_crypto_strings.David Benjamin
2016-01-26Use |alignas| for alignment.Brian Smith
2016-01-22Fold EC_GROUP_new_curve_GFp and EC_GROUP_set_generator into a EC_GROUP_new_ar...David Benjamin
2016-01-22Fix trivial -Wcast-qual violations.Brian Smith
2015-12-17Slightly tweak some array allocations.David Benjamin