aboutsummaryrefslogtreecommitdiff
path: root/apps/ecparam.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-14Fix various spelling errorsScott Schaefer1-2/+2
2012-02-21Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convertDr. Stephen Henson1-0/+3
2010-06-12Fix warnings.Ben Laurie1-4/+1
2009-04-23Merge from 1.0.0-stable branch.Dr. Stephen Henson1-0/+6
2005-05-31include opensslconf.h if OPENSSL_NO_* is usedNils Larsch1-0/+2
2005-05-16ecc api cleanup; summary:Nils Larsch1-5/+3
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch1-1/+1
2005-04-05some const fixesNils Larsch1-1/+1
2004-10-21Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe1-0/+4
2004-03-25Adds warnings about two curves and fixes the "seed" value for two otherGeoff Thorpe1-6/+2
2004-01-24Fix declaration inconsistency in ecparam.c.Andy Polyakov1-1/+1
2003-01-16avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller1-1/+20
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-1/+1
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-8/+23
2002-08-27change 'usage' formattingBodo Möller1-53/+49
2002-08-26fix spacingBodo Möller1-10/+10
2002-08-16typoBodo Möller1-1/+1
2002-08-15Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller1-79/+24
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller1-13/+18
2002-08-02extend curve list (additional curves over binary fields)Bodo Möller1-21/+94
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller1-0/+688