aboutsummaryrefslogtreecommitdiff
path: root/apps/ecparam.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-11added code to validate EC named curve parametersShane Lontis1-2/+17
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte1-1/+1
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell1-1/+1
2018-03-25Fix ecparam -genkey with point compression or DER outformBernd Edlinger1-0/+6
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-6/+6
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-20/+9
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz1-14/+1
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-4/+6
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte1-2/+4
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-05-17Copyright consolidation 01/10Rich Salz1-53/+6
2016-02-20argv was set but unusedKurt Roeckx1-1/+3
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz1-7/+4
2016-02-01Fix memory leak and print out keygen errors.Dr. Stephen Henson1-1/+7
2015-10-23Remove useless codeAlessandro Ghedini1-2/+0
2015-10-12Centralise loading default apps config fileMatt Caswell1-3/+0
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-2/+2
2015-09-06Change the way apps open their input and output filesRichard Levitte1-2/+2
2015-07-09Exit on error in ecparamPeter Waltenberg1-2/+3
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz1-4/+5
2015-05-29Restore module loadingRichard Levitte1-0/+3
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-2/+2
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-04-30free NULL cleanup 7Rich Salz1-12/+6
2015-04-30In apps, malloc or dieRich Salz1-15/+5
2015-04-28remove malloc castsRich Salz1-2/+1
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz1-6/+2
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-325/+193
2015-03-25free NULL cleanup.Rich Salz1-2/+1
2015-03-25free NULL cleanupRich Salz1-4/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-627/+554
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+2
2014-02-14Fix various spelling errorsScott Schaefer1-2/+2
2012-02-21Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convertDr. Stephen Henson1-0/+3
2010-06-12Fix warnings.Ben Laurie1-4/+1
2009-04-23Merge from 1.0.0-stable branch.Dr. Stephen Henson1-0/+6
2005-05-31include opensslconf.h if OPENSSL_NO_* is usedNils Larsch1-0/+2
2005-05-16ecc api cleanup; summary:Nils Larsch1-5/+3
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch1-1/+1
2005-04-05some const fixesNils Larsch1-1/+1
2004-10-21Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe1-0/+4
2004-03-25Adds warnings about two curves and fixes the "seed" value for two otherGeoff Thorpe1-6/+2
2004-01-24Fix declaration inconsistency in ecparam.c.Andy Polyakov1-1/+1
2003-01-16avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller1-1/+20
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-1/+1
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller1-13/+0