summaryrefslogtreecommitdiffstats
path: root/apps/ecparam.c
AgeCommit message (Expand)Author
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-02-20argv was set but unusedKurt Roeckx
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz
2016-02-01Fix memory leak and print out keygen errors.Dr. Stephen Henson
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-07-09Exit on error in ecparamPeter Waltenberg
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-03-25free NULL cleanup.Rich Salz
2015-03-25free NULL cleanupRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-02-14Fix various spelling errorsScott Schaefer
2012-02-21Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convertDr. Stephen Henson
2010-06-12Fix warnings.Ben Laurie
2009-04-23Merge from 1.0.0-stable branch.Dr. 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