summaryrefslogtreecommitdiffstats
path: root/apps/ecparam.c
AgeCommit message (Expand)Author
2020-04-21Update copyright yearMatt Caswell
2020-04-12Don't compile commands if disabledRich Salz
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell
2018-03-25Fix ecparam -genkey with point compression or DER outformBernd Edlinger
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-10-18Remove parentheses of return.KaoruToda
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
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