aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ecparam.c
Commit message (Expand)AuthorAgeFilesLines
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-2/+4
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-53/+6
* argv was set but unusedKurt Roeckx2016-02-201-1/+3
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-7/+4
* Fix memory leak and print out keygen errors.Dr. Stephen Henson2016-02-011-1/+7
* Remove useless codeAlessandro Ghedini2015-10-231-2/+0
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-2/+2
* Change the way apps open their input and output filesRichard Levitte2015-09-061-2/+2
* Exit on error in ecparamPeter Waltenberg2015-07-091-2/+3
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-4/+5
* Restore module loadingRichard Levitte2015-05-291-0/+3
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-2/+2
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-2/+1
* free NULL cleanup 7Rich Salz2015-04-301-12/+6
* In apps, malloc or dieRich Salz2015-04-301-15/+5
* remove malloc castsRich Salz2015-04-281-2/+1
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-6/+2
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-325/+193
* free NULL cleanup.Rich Salz2015-03-251-2/+1
* free NULL cleanupRich Salz2015-03-251-4/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-627/+554
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Fix various spelling errorsScott Schaefer2014-02-141-2/+2
* Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convertDr. Stephen Henson2012-02-211-0/+3
* Fix warnings.Ben Laurie2010-06-121-4/+1
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-231-0/+6
* include opensslconf.h if OPENSSL_NO_* is usedNils Larsch2005-05-311-0/+2
* ecc api cleanup; summary:Nils Larsch2005-05-161-5/+3
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-1/+1
* some const fixesNils Larsch2005-04-051-1/+1
* Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe2004-10-211-0/+4
* Adds warnings about two curves and fixes the "seed" value for two otherGeoff Thorpe2004-03-251-6/+2
* Fix declaration inconsistency in ecparam.c.Andy Polyakov2004-01-241-1/+1
* avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller2003-01-161-1/+20
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* change API for looking at the internal curve listBodo Möller2002-09-021-8/+23
* change 'usage' formattingBodo Möller2002-08-271-53/+49
* fix spacingBodo Möller2002-08-261-10/+10
* typoBodo Möller2002-08-161-1/+1
* Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller2002-08-151-79/+24
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-13/+18
* extend curve list (additional curves over binary fields)Bodo Möller2002-08-021-21/+94
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-0/+688