summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_curve.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-1/+1
* [ec] Do not default to OPENSSL_EC_NAMED_CURVE for curves without OIDNicola Tuveri2021-08-301-0/+37
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-6/+6
* EVP_PKEY & EC_KEY: Make EC EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-12-161-185/+100
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-2/+4
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-12/+12
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-6/+6
* EC_GROUP_new_by_curve_name_with_libctx(): Add name of unknown group to error ...Dr. David von Oheimb2020-09-301-0/+4
* Add more complete support for libctx/propq in the EC codeMatt Caswell2020-06-191-7/+9
* Move EC_METHOD to internal-onlyBilly Brumley2020-06-021-7/+3
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-21/+21
* Update copyright yearMatt Caswell2020-04-231-1/+1
* EC: Refactor ec_curve_name2nid() to accept NIST curve namesRichard Levitte2020-03-251-28/+51
* Add ECDH to fips providerShane Lontis2020-03-111-102/+126
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+6
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer2019-09-251-6/+6
* s390x assembly pack: accelerate scalar multiplicationPatrick Steuer2019-08-151-12/+30
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-16/+36
* EC only uses approved curves in FIPS mode.Shane Lontis2019-06-251-18/+92
* Remove OPENSSL_memcmp.Pauli2019-06-211-5/+4
* doc fixupsShane Lontis2019-04-111-3/+3
* added code to validate EC named curve parametersShane Lontis2019-04-111-1/+122
* Following the license change, modify the boilerplates in crypto/ec/Richard Levitte2018-12-061-1/+1
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-311-1/+1
* Improve compatibility of point and curve checksMatt Caswell2018-05-241-2/+2
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Fix no-sm3/no-sm2 (with strict-warnings)Todd Short2018-03-191-0/+2
* Fix no-sm3 (and no-sm2)Todd Short2018-03-191-0/+2
* Add SM2 signature and ECIES schemesJack Lloyd2018-03-191-0/+39
* Remove email addresses from source code.Rich Salz2017-10-131-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-291-1/+1
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-14/+1
* Remove old EC based X25519 code.Dr. Stephen Henson2016-08-131-1/+0
* Copyright consolidation 05/10Rich Salz2016-05-171-53/+6
* Add X25519 curve to listDr. Stephen Henson2016-02-281-0/+1
* Extended EC_METHOD customisation support.Dr. Stephen Henson2016-02-281-0/+4
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-6/+6
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-071-1/+1
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-3/+4
* free NULL cleanup 7Rich Salz2015-05-011-14/+7
* free NULL cleanup.Rich Salz2015-03-251-2/+1
* Dead code cleanup: crypto/ec,ecdh,ecdsaRich Salz2015-02-021-20/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-3299/+3088
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-516/+1369
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1