summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_lib.c
AgeCommit message (Expand)Author
2020-09-03EC: Remove one error record that shadows anotherRichard Levitte
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis
2020-06-19Add more complete support for libctx/propq in the EC codeMatt Caswell
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley
2020-05-24Fix coverity issues in EC after #11807Nicola Tuveri
2020-05-20deprecate EC_POINT_make_affine and EC_POINTs_make_affineBilly Brumley
2020-05-19deprecate EC precomputation functionalityBilly Brumley
2020-05-16deprecate EC_POINTs_mul functionBilly Brumley
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-04-22[crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley
2020-04-07Fix the error handling in EC_POINTs_mulBernd Edlinger
2020-04-03Fix bugs in EC code introduced with FIPS changes.Aaron Thompson
2020-03-12Add ECDH to fips providerShane Lontis
2020-03-12Add EC key validation to default providerShane Lontis
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-10-23Deprecate EC_GROUP_clear_free()Nicola Tuveri
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-05[crypto/ec] for ECC parameters with NULL or zero cofactor, compute itBilly Brumley
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-04-11Separate the lookup testNicola Tuveri
2019-04-11added code to validate EC named curve parametersShane Lontis
2019-03-19Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis
2019-02-15Add EC_GROUP_get0_fieldDavid Asraf
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte
2018-09-03[test] throw error from wrapper function instead of an EC_METHOD specific oneBilly Brumley
2018-07-31Deprecate the EC curve type specific functions in 1.2.0Matt Caswell
2018-07-31Provide EC functions that are not curve type specificMatt Caswell
2018-07-16EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri
2018-06-21[crypto/ec] default to FLT or errorBilly Brumley
2018-06-21[crypto/ec] remove blinding to support even ordersBilly Brumley
2018-06-21make EC_GROUP_do_inverse_ord more robustBilly Brumley
2018-06-19Implement coordinate blinding for EC_POINTSohaib ul Hassan
2018-05-24Improve compatibility of point and curve checksMatt Caswell
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2018-04-03Set error code on alloc failuresRich Salz
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-07ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov
2017-10-18Remove parentheses of return.KaoruToda
2017-08-21Updates following feedback on OPENSSL_assert() removalMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/ecMatt Caswell
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2016-09-22Add -Wswitch-enumRich Salz
2016-08-29Use uppercase name for PCT_ enumRich Salz
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-09RT 4242: reject invalid EC point coordinatesEmilia Kasper