aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ecparam.c
Commit message (Expand)AuthorAgeFilesLines
* Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convertDr. Stephen Henson2012-02-211-0/+3
* Fix warnings.Ben Laurie2010-06-121-4/+1
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-231-0/+6
* include opensslconf.h if OPENSSL_NO_* is usedNils Larsch2005-05-311-0/+2
* ecc api cleanup; summary:Nils Larsch2005-05-161-5/+3
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-1/+1
* some const fixesNils Larsch2005-04-051-1/+1
* Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe2004-10-211-0/+4
* Adds warnings about two curves and fixes the "seed" value for two otherGeoff Thorpe2004-03-251-6/+2
* Fix declaration inconsistency in ecparam.c.Andy Polyakov2004-01-241-1/+1
* avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller2003-01-161-1/+20
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* 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-8/+23
* change 'usage' formattingBodo Möller2002-08-271-53/+49
* fix spacingBodo Möller2002-08-261-10/+10
* typoBodo Möller2002-08-161-1/+1
* Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller2002-08-151-79/+24
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-13/+18
* extend curve list (additional curves over binary fields)Bodo Möller2002-08-021-21/+94
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-0/+688