summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_lib.c
AgeCommit message (Expand)Author
2023-02-08New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-30ERR: replace remnant ECerr() and EVPerr() calls in crypto/Dr. David von Oheimb
2022-06-23The flag "decoded-from-explicit" must be imp/exportableTomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-14Add error code for unsupported explicit parametersTomas Mraz
2022-04-14Import only named params into FIPS moduleTomas Mraz
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-01-07Fix: some patches related to error exitingPeiwei Hu
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2021-02-03EC: Reverse the default asn1_flag in a new EC_GROUPRichard Levitte
2021-01-28Update copyright yearRichard Levitte
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-17EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz
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