summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_curve.c
AgeCommit message (Expand)Author
2016-05-17Copyright consolidation 05/10Rich Salz
2016-02-28Add X25519 curve to listDr. Stephen Henson
2016-02-28Extended EC_METHOD customisation support.Dr. Stephen Henson
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-04-30free NULL cleanup 7Rich Salz
2015-03-25free NULL cleanup.Rich Salz
2015-02-02Dead code cleanup: crypto/ec,ecdh,ecdsaRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08Remove fips_constseg references.Dr. Stephen Henson
2014-09-12Add ECP_NISTZ256 by Shay Gueron, Intel Corp.Andy Polyakov
2012-04-22PR: 2239Dr. Stephen Henson
2012-02-21Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convertDr. Stephen Henson
2011-10-19Fix warnings.Bodo Möller
2011-10-18Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller
2011-09-14Allow for dynamic base in Win64 FIPS module.Andy Polyakov
2011-02-14Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson
2011-02-12New option to disable characteristic two fields in EC code.Dr. Stephen Henson
2010-08-26New 64-bit optimized implementation EC_GFp_nistp224_method().Bodo Möller
2007-08-31Compress and more aggressively constify ec_curve.c [the latter isAndy Polyakov
2005-12-13commentBodo Möller
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
2005-05-08give EC_GROUP_*_nid functions a more meaningful nameNils Larsch
2004-07-06Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe
2004-03-25Adds warnings about two curves and fixes the "seed" value for two otherGeoff Thorpe
2003-11-29Add IPSec/IKE/Oakley curves.Richard Levitte
2003-01-16avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller
2002-11-11corrections to built-in curvesBodo Möller
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller
2002-09-02change API for looking at the internal curve listBodo Möller
2002-08-15Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller
2002-08-02add support for elliptic curves over binary fieldsBodo Möller
2002-04-08Apply OID fixes for elliptic curves as supplied byLutz Jänicke
2002-03-18Fix bugs and typos.Bodo Möller
2002-03-08EC curve stuffBodo Möller
2002-03-07fix spacingBodo Möller
2002-03-07Add more curves.Bodo Möller
2002-02-13some modifications to named curve supportBodo Möller
2002-02-13add support for named curvesBodo Möller