summaryrefslogtreecommitdiff
path: root/apps/dsaparam.c
Commit message (Expand)AuthorAgeFilesLines
* coverity 1464212, 1464214 & 1464215: Resource leaksPauli2020-06-171-0/+3
* Make error output of dhparams and dsaparams app more consistentDr. David von Oheimb2020-06-101-13/+7
* APPS: Fix 'openssl dsaparam -genkey'Richard Levitte2020-06-081-43/+16
* Update copyright yearMatt Caswell2020-04-231-1/+1
* dsaparam: update command line app to use EVP callsPauli2020-04-191-27/+77
* Don't compile commands if disabledRich Salz2020-04-101-18/+14
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Apps: don't build deprecated DH and DSA apps.Pauli2020-02-141-1/+1
* dsa: deprecate applications that depend on the low level DSA functions.Pauli2020-02-121-1/+4
* Document command parameters.Rich Salz2019-11-201-0/+5
* Add "sections" to -help outputRich Salz2019-11-081-6/+12
* gendsa: dsaparam: introduce -verbose option to enable outputPhilip Prindeville2019-05-011-4/+16
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* apps/dsaparam.c generates code that is intended to be pasted or includedBeat Bolli2018-07-301-9/+2
* apps/dsaparam.c: make dsaparam -C output strict-warnings-friendly.Andy Polyakov2018-07-251-1/+1
* apps/dsaparam.c: fix -C output.Andy Polyakov2018-07-221-12/+15
* Issue warnings for large DSA and RSA keysGeorg Schmidt2018-06-051-0/+6
* Fix dsaparam -genkey with DER outformBernd Edlinger2018-03-261-0/+3
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-3/+3
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-20/+8
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-3/+4
* Remove GENCB_TEST compile flagRich Salz2017-02-281-51/+1
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-1/+3
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Deal with the consequences of constifying gettersRichard Levitte2016-06-151-1/+1
* Free a temporary buffer used by dsaparam applicationMatt Caswell2016-06-011-0/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* Fix mixed declarations and codeViktor Dukhovni2016-04-031-1/+2
* Make DSA_METHOD opaqueMatt Caswell2016-04-031-5/+10
* Make the DSA structure opaqueMatt Caswell2016-04-031-5/+5
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-8/+4
* RT4227: Range-check in apps.Rich Salz2016-01-121-1/+1
* Remove more (rest?) of FIPS build stuff.Rich Salz2016-01-061-10/+2
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-2/+2
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Change the way apps open their input and output filesRichard Levitte2015-09-061-2/+2
* Make the handling of output and input formats consistentRichard Levitte2015-09-061-2/+2
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-5/+5
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-3/+3
* Restore module loadingRichard Levitte2015-05-291-0/+3
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-061-1/+1
* free NULL cleanup 7Rich Salz2015-04-301-2/+1
* In apps, malloc or dieRich Salz2015-04-301-10/+3
* remove malloc castsRich Salz2015-04-281-1/+1
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-7/+2
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-211/+118
* free NULL cleanupRich Salz2015-03-251-4/+2