summaryrefslogtreecommitdiffstats
path: root/apps/ecparam.c
AgeCommit message (Expand)Author
2018-03-27Update copyright yearMatt Caswell
2018-03-25Fix ecparam -genkey with point compression or DER outformBernd Edlinger
2016-10-20apps: make setup_engine() and release_engine() available alwaysRichard Levitte
2016-10-20If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2015-10-23Remove useless codeAlessandro Ghedini
2015-07-09Exit on error in ecparamPeter Waltenberg
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-02-14Fix various spelling errorsScott Schaefer
2012-04-06Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convertDr. Stephen Henson
2010-06-15Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson
2009-04-23Make no-ec workDr. Stephen Henson
2005-05-31include opensslconf.h if OPENSSL_NO_* is usedNils Larsch
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
2005-04-05some const fixesNils Larsch
2004-10-21Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe
2004-03-25Adds warnings about two curves and fixes the "seed" value for two otherGeoff Thorpe
2004-01-24Fix declaration inconsistency in ecparam.c.Andy Polyakov
2003-01-16avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
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-27change 'usage' formattingBodo Möller
2002-08-26fix spacingBodo Möller
2002-08-16typoBodo Möller
2002-08-15Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-08-02extend curve list (additional curves over binary fields)Bodo Möller
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller