aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_kmeth.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* fix memory allocation and reference counting issuesPauli2023-07-051-4/+5
* ec: update to structure based atomicsPauli2023-07-011-5/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-7/+4
* fips module header inclusion fine-tunningTomas Mraz2021-07-061-1/+3
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-3/+3
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-8/+8
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Add more complete support for libctx/propq in the EC codeMatt Caswell2020-06-191-4/+11
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-4/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the ECDH functions.Pauli2020-02-041-0/+6
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-8/+20
* Following the license change, modify the boilerplates in crypto/ec/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Harmonize the error handling codepathNicola Tuveri2018-09-051-1/+1
* Fix const correctness of EC_KEY_METHOD_get_*Johannes Bauer2017-07-231-5/+5
* Fix and simplify error handling in (RSA/EC_kmeth)_new_method()FdaSilvaYY2016-05-231-17/+12
* Copyright consolidation 06/10Rich Salz2016-05-171-49/+5
* few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala2016-05-091-0/+1
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-081-0/+2
* Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini2016-03-081-1/+12
* Handle KDF internally.Dr. Stephen Henson2016-03-021-18/+28
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-4/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz2016-01-131-2/+32
* Constify EC_KEY in ECDH_compute_key.Dr. Stephen Henson2015-12-161-3/+3
* make default_ec_key_meth staticDr. Stephen Henson2015-12-101-1/+1
* Use NULL comparisonDr. Stephen Henson2015-12-091-6/+6
* EC_KEY_METHOD accessors.Dr. Stephen Henson2015-12-091-0/+172
* Top level ECDSA sign/verify redirection.Dr. Stephen Henson2015-12-091-0/+2
* Engine EC_KEY_METHOD functionality.Dr. Stephen Henson2015-12-091-2/+2
* add sign/verify methodsDr. Stephen Henson2015-12-091-1/+4
* Add set methods.Dr. Stephen Henson2015-12-091-1/+1
* EC_KEY_METHOD copy supportDr. Stephen Henson2015-12-091-1/+1
* EC_KEY_METHOD init and finish supportDr. Stephen Henson2015-12-091-1/+6
* ENGINE fixesDr. Stephen Henson2015-12-091-1/+3
* Add compute key support to EC_KEY_METHODDr. Stephen Henson2015-12-091-1/+13
* EC_KEY_METHOD keygen support.Dr. Stephen Henson2015-12-091-1/+2
* Support for EC_KEY_METHOD.Dr. Stephen Henson2015-12-091-0/+120