summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_curve.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove fips_constseg references.Dr. Stephen Henson2014-12-081-60/+0
* Add ECP_NISTZ256 by Shay Gueron, Intel Corp.Andy Polyakov2014-09-121-3/+7
* PR: 2239Dr. Stephen Henson2012-04-221-0/+443
* Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convertDr. Stephen Henson2012-02-211-0/+49
* Fix warnings.Bodo Möller2011-10-191-3/+4
* Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller2011-10-181-3/+10
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-141-0/+60
* Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson2011-02-141-0/+2
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-1/+13
* New 64-bit optimized implementation EC_GFp_nistp224_method().Bodo Möller2010-08-261-77/+98
* Compress and more aggressively constify ec_curve.c [the latter isAndy Polyakov2007-08-311-902/+1691
* commentBodo Möller2005-12-131-1/+2
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-2/+2