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-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
2014-11-06Small tweak to ec_GFp_simple_points_make_affine.Adam Langley
2014-10-01Fix Windows shared library build.David Benjamin
2014-09-12Add a CRYPTO_library_init and static-initializer-less build option.David Benjamin
2014-09-03Fix minor issues found by Clang's analysis.Adam Langley
2014-08-27Readd EC_GROUP_get_curve_GFp.Adam Langley
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin
2014-08-06Simplify ec_GFp_simple_points_make_affine.Adam Langley
2014-07-29"EC_POINT_invert" was checking "dbl" function pointer instead of "invert".Adam Langley
2014-07-19ec: recognise known parameters when written in full.Adam Langley
2014-07-19Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK.David Benjamin
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Double free in i2o_ECPublicKeyAdam Langley
2014-06-21EC infinity fix.Adam Langley
2014-06-21Fix EC crash.Adam Langley
2014-06-21Inital import.Adam Langley