summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* ec: 56-bit Limb Solinas' Strategy for secp384r1Rohan McLure2023-08-041-0/+8
* New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch2023-02-081-0/+36
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-17/+7
* ERR: replace remnant ECerr() and EVPerr() calls in crypto/Dr. David von Oheimb2022-09-301-3/+3
* The flag "decoded-from-explicit" must be imp/exportableTomas Mraz2022-06-231-6/+18
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-3/+3
* Add error code for unsupported explicit parametersTomas Mraz2022-04-141-0/+1
* Import only named params into FIPS moduleTomas Mraz2022-04-141-7/+18
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Fix: some patches related to error exitingPeiwei Hu2022-01-071-2/+2
* 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-111-5/+0
* Add EC key validation to default providerShane Lontis2020-03-111-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-221-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