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
2015-09-29d2i: don't update input pointer on failureDavid Benjamin
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-08-21Don't use the uint128_t P-256 code under MSAN.Adam Langley
2015-08-07Clean up weirdness in initializing EC_GROUP cofactor & order.Brian Smith
2015-08-07Free tmp_wNAF in all exit paths.David Benjamin
2015-08-07Improve error checking of some |BN_CTX_get| callers.Brian Smith
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-05-21Fix some malloc test crashs.David Benjamin
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-20Convert reference counts in crypto/Adam Langley
2015-05-15Support arbitrary elliptic curve groups.Adam Langley
2015-05-14Copy ecdsa_meth in EC_KEY_copy.Shawn Willden
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-05-05Remove unnecessary NULL checks, part 2.David Benjamin
2015-05-05Make a few variable names saner.David Benjamin
2015-04-29Don't inclue crypto/ec/internal.h in ec_test.cc.David Benjamin
2015-04-29Ensure EC private keys retain leading zerosDavid Benjamin
2015-04-29Convert ec_test to C++David Benjamin
2015-04-20Fix standalone build on Mac.David Benjamin
2015-04-16Add 64-bit, P-256 implementation.Adam Langley
2015-04-16Remove hash table lookups from ex_data.David Benjamin
2015-04-16Unexpose the generic ex_data functions.David Benjamin
2015-04-14Compatibility changes for wpa_supplicant and OpenSSH.Adam Langley
2015-04-13Simplify ec_group_st on the assumption it is used for GF(p) only.Brian Smith
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-13Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.Brian Smith
2015-04-09Avoid calling BN_CTX_end without BN_CTX_start in ec_wNAF_precompute_mult.Brian Smith
2015-04-08Remove unused ec_pre_comp_st.group back pointer to group.Brian Smith
2015-03-19Fix a failure to NULL a pointer freed on error.David Benjamin
2015-02-27Remove pointless free, and use preferred way of calling d2i_* functionsDavid Benjamin
2015-02-27Align d2i_ECPrivateKey error-handling with upstream.David Benjamin
2015-02-27Unexport EC_GROUP_copy.David Benjamin
2015-02-26Use EC_GROUP_dup and EC_POINT_dup in EC_KEY_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-13Fix more memory leaks on malloc failure.David Benjamin
2015-02-12Add in missing curly braces part 2.David Benjamin
2015-02-10Precompute sorted array for error strings.Adam Langley
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2015-01-06Set output EC_KEY to NULL when d2i_ECPrivateKey() fails.Eric Roman
2014-12-09Remove EC_GROUP_set_point_conversion_formHåvard Molland
2014-12-09Remove ec hybrid point formatHåvard Molland
2014-11-14Fix garbage free on malloc failure in ec_wNAF_mul.David Benjamin
2014-11-12Fix ec_test build on Windows.David Benjamin
2014-11-11Use BN_bn2bin_padded rather than doing math to figure out leading zeros.David Benjamin
2014-11-11Explicitly check for empty ASN.1 strings in d2i_ECPrivateKey.Adam Langley
2014-11-11Automatically generate a missing EC public key.Adam Langley
2014-11-06Shush some dead assignments.David Benjamin