summaryrefslogtreecommitdiff
path: root/apps/ecparam.c
Commit message (Expand)AuthorAgeFilesLines
* Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convertsteve2012-02-211-0/+3
* Fix warnings.ben2010-06-121-4/+1
* Merge from 1.0.0-stable branch.steve2009-04-231-0/+6
* include opensslconf.h if OPENSSL_NO_* is usednils2005-05-311-0/+2
* ecc api cleanup; summary:nils2005-05-161-5/+3
* give EC_GROUP_new_by_nid a more meanigful name:nils2005-05-101-1/+1
* some const fixesnils2005-04-051-1/+1
* Update ECDSA and ECDH for OPENSSL_NO_ENGINE.geoff2004-10-211-0/+4
* Adds warnings about two curves and fixes the "seed" value for two othergeoff2004-03-251-6/+2
* Fix declaration inconsistency in ecparam.c.appro2004-01-241-1/+1
* avoid potential confusion about curves (prime192v1 and prime256v1 arebodo2003-01-161-1/+20
* EXIT() may mean return(). That's confusing, so let's have it really meanlevitte2002-12-031-1/+1
* Sun has agreed to removing the covenant language from most files.bodo2002-10-291-13/+0
* change API for looking at the internal curve listbodo2002-09-021-8/+23
* change 'usage' formattingbodo2002-08-271-53/+49
* fix spacingbodo2002-08-261-10/+10
* typobodo2002-08-161-1/+1
* Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),bodo2002-08-151-79/+24
* use a generic EC_KEY structure (EC keys are not ECDSA specific)bodo2002-08-071-13/+18
* extend curve list (additional curves over binary fields)bodo2002-08-021-21/+94
* Replace 'ecdsaparam' commandline utility by 'ecparam'bodo2002-07-141-0/+688