summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_kmeth.c
AgeCommit message (Expand)Author
2023-07-01ec: update to structure based atomicsPauli
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-03-11Update copyright yearMatt Caswell
2021-02-26Fix external symbols related to ec & sm2 keysShane 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-06-19Add more complete support for libctx/propq in the EC codeMatt Caswell
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-02-04Deprecate the ECDH functions.Pauli
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-09-05Harmonize the error handling codepathNicola Tuveri
2017-07-23Fix const correctness of EC_KEY_METHOD_get_*Johannes Bauer
2016-05-23Fix and simplify error handling in (RSA/EC_kmeth)_new_method()FdaSilvaYY
2016-05-17Copyright consolidation 06/10Rich Salz
2016-05-09few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala
2016-03-20Remove #error from include files.Rich Salz
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini
2016-03-02Handle KDF internally.Dr. Stephen Henson
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz
2015-12-16Constify EC_KEY in ECDH_compute_key.Dr. Stephen Henson
2015-12-10make default_ec_key_meth staticDr. Stephen Henson
2015-12-09Use NULL comparisonDr. Stephen Henson
2015-12-09EC_KEY_METHOD accessors.Dr. Stephen Henson
2015-12-09Top level ECDSA sign/verify redirection.Dr. Stephen Henson
2015-12-09Engine EC_KEY_METHOD functionality.Dr. Stephen Henson
2015-12-09add sign/verify methodsDr. Stephen Henson
2015-12-09Add set methods.Dr. Stephen Henson
2015-12-09EC_KEY_METHOD copy supportDr. Stephen Henson
2015-12-09EC_KEY_METHOD init and finish supportDr. Stephen Henson
2015-12-09ENGINE fixesDr. Stephen Henson
2015-12-09Add compute key support to EC_KEY_METHODDr. Stephen Henson
2015-12-09EC_KEY_METHOD keygen support.Dr. Stephen Henson
2015-12-09Support for EC_KEY_METHOD.Dr. Stephen Henson