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