summaryrefslogtreecommitdiff
path: root/crypto/ec/ec_curve.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2019-09-101-1/+1
* [ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri2019-09-091-0/+112
* 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-301-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-061-1/+1
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-3/+4
* free NULL cleanup 7Rich Salz2015-04-301-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
* give EC_GROUP_*_nid functions a more meaningful nameNils Larsch2005-05-081-1/+1
* Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe2004-07-061-93/+93
* Adds warnings about two curves and fixes the "seed" value for two otherGeoff Thorpe2004-03-251-7/+33
* Add IPSec/IKE/Oakley curves.Richard Levitte2003-11-291-0/+28
* avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller2003-01-161-24/+26
* corrections to built-in curvesBodo Möller2002-11-111-6/+6
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* change API for looking at the internal curve listBodo Möller2002-09-021-12/+13
* Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller2002-08-151-749/+1100
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-51/+563
* Apply OID fixes for elliptic curves as supplied byLutz Jänicke2002-04-081-4/+2