aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-21/+24
* EC: Reverse the default asn1_flag in a new EC_GROUPRichard Levitte2021-02-031-1/+5
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-35/+51
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-89/+78
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-4/+4
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-7/+6
* EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz2020-09-171-0/+1
* EC: Remove one error record that shadows anotherRichard Levitte2020-09-031-2/+0
* Add Explicit EC parameter support to providers.Shane Lontis2020-08-221-2/+409
* Add more complete support for libctx/propq in the EC codeMatt Caswell2020-06-191-6/+16
* Move EC_METHOD to internal-onlyBilly Brumley2020-06-021-6/+16
* Fix coverity issues in EC after #11807Nicola Tuveri2020-05-241-4/+4
* deprecate EC_POINT_make_affine and EC_POINTs_make_affineBilly Brumley2020-05-201-0/+2
* deprecate EC precomputation functionalityBilly Brumley2020-05-191-0/+2
* deprecate EC_POINTs_mul functionBilly Brumley2020-05-161-8/+34
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-12/+12
* Update copyright yearMatt Caswell2020-04-231-1/+1
* [crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley2020-04-221-6/+6
* Fix the error handling in EC_POINTs_mulBernd Edlinger2020-04-071-4/+4
* Fix bugs in EC code introduced with FIPS changes.Aaron Thompson2020-04-031-15/+21
* Add ECDH to fips providerShane Lontis2020-03-121-5/+0
* Add EC key validation to default providerShane Lontis2020-03-121-0/+5
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+6
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-4/+4
* Deprecate EC_GROUP_clear_free()Nicola Tuveri2019-10-231-0/+2
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* [crypto/ec] for ECC parameters with NULL or zero cofactor, compute itBilly Brumley2019-09-051-9/+96
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-21/+49
* Separate the lookup testNicola Tuveri2019-04-111-1/+2
* added code to validate EC named curve parametersShane Lontis2019-04-111-16/+30
* Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis2019-03-191-2/+1
* Add EC_GROUP_get0_fieldDavid Asraf2019-02-151-0/+5
* Following the license change, modify the boilerplates in crypto/ec/Richard Levitte2018-12-061-1/+1
* Refactor the computation of API version limitsRichard Levitte2018-12-061-3/+3
* Switch future deprecation version from 1.2.0 to 3.0Richard Levitte2018-12-061-3/+3
* [test] throw error from wrapper function instead of an EC_METHOD specific oneBilly Brumley2018-09-031-0/+4
* Deprecate the EC curve type specific functions in 1.2.0Matt Caswell2018-07-311-3/+9
* Provide EC functions that are not curve type specificMatt Caswell2018-07-311-64/+49
* EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri2018-07-161-3/+30
* [crypto/ec] default to FLT or errorBilly Brumley2018-06-211-28/+34
* [crypto/ec] remove blinding to support even ordersBilly Brumley2018-06-211-30/+11
* make EC_GROUP_do_inverse_ord more robustBilly Brumley2018-06-211-1/+68
* Implement coordinate blinding for EC_POINTSohaib ul Hassan2018-06-191-0/+18
* Improve compatibility of point and curve checksMatt Caswell2018-05-241-17/+22
* Add missing error code when alloc-return-nullFdaSilvaYY2018-04-261-2/+4
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov2018-01-071-1/+12