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
2018-05-25Unbreak secp256r1 on big endian by disabling the optimized path (#9)Calvin
2018-02-02Use a different way to check for big endianAlexander Köplinger
2018-02-02Add s390x (Big Endian) support (#4)Neale Ferguson
2016-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2016-10-18Make building tests optional with an ENABLE_TESTS symbolAlexander Köplinger
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
2015-12-16Remove the CRYPTO_EX_new callback.David Benjamin
2015-12-15Enforce that |EC_KEY| private key is in [0, group->order).Brian Smith
2015-12-15Add |EC_METHOD| method for verifying public key order.Brian Smith
2015-12-15Add |EC_GROUP_get0_order| to replace |EC_GROUP_get_order|.Brian Smith
2015-11-21Remove dead code in p256-x86_64.Brian Smith
2015-11-19Share common definitions of |TOBN| and |BIGNUM_STATIC|.Brian Smith
2015-11-19Remove |EC_POINTs_mul| & simplify p256-x86_64.Brian Smith
2015-11-19Fix error handling in |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-19Remove p224-64 and p256-64 dead code for non-default generators.Brian Smith
2015-11-13Don't encode or decode ∞.Adam Langley
2015-11-13Remove point-on-curve check from |ec_GFp_simple_oct2point|.Adam Langley
2015-11-12Remove `EC_GFp_simple_method` (dead code).Brian Smith
2015-11-12Fix null pointer dereference when using "simple" EC.Brian Smith
2015-11-12Remove nistz256 dead code for non-default generators.Brian Smith
2015-11-12Remove stl_compat.h.David Benjamin
2015-11-06Require that EC points are on the curve.Adam Langley
2015-11-04Fix several MSVC warnings.Adam Langley
2015-11-04(Hopefully) fix a warning on Windows.Adam Langley
2015-11-04Initialise variable before jump.Adam Langley
2015-11-04Add Intel's P-256Adam Langley
2015-10-28Fix all sign/unsigned warnings with Clang and GCC.Adam Langley
2015-10-27Change the type of |EC_GROUP_get_degree| and friends to |unsigned|.Brian Smith
2015-10-27Add OPENSSL_SMALL.Adam Langley
2015-10-27Avoid hard-coded linkage of WNAF-based multiplication.Brian Smith
2015-10-27Simplify |EC_METHOD| by removing invariant methods.Brian Smith
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-10-08Add optimised version of P-224.Adam Langley