aboutsummaryrefslogtreecommitdiff
path: root/apps/dsaparam.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-25Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb1-8/+3
2021-05-06Make the -inform option to be respected if possibleTomas Mraz1-2/+2
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb1-1/+1
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb1-1/+2
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-12Load rand state after loading providersRich Salz1-0/+1
2020-12-15Check non-option argumentsRich Salz1-4/+8
2020-11-13Remove -C from dhparam,dsaparam,ecparamRich Salz1-47/+2
2020-11-10Fix the reading of DSA parameters files using the dsaparam appMatt Caswell1-6/+2
2020-10-22APPS: Implement load_keyparams() to load key parametersRichard Levitte1-8/+6
2020-06-17coverity 1464212, 1464214 & 1464215: Resource leaksPauli1-0/+3
2020-06-10Make error output of dhparams and dsaparams app more consistentDr. David von Oheimb1-13/+7
2020-06-08APPS: Fix 'openssl dsaparam -genkey'Richard Levitte1-43/+16
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-19dsaparam: update command line app to use EVP callsPauli1-27/+77
2020-04-10Don't compile commands if disabledRich Salz1-18/+14
2020-03-07cmdline app: add provider commandline options.Pauli1-1/+6
2020-02-14Apps: don't build deprecated DH and DSA apps.Pauli1-1/+1
2020-02-12dsa: deprecate applications that depend on the low level DSA functions.Pauli1-1/+4
2019-11-20Document command parameters.Rich Salz1-0/+5
2019-11-08Add "sections" to -help outputRich Salz1-6/+12
2019-05-01gendsa: dsaparam: introduce -verbose option to enable outputPhilip Prindeville1-4/+16
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte1-1/+1
2018-07-30apps/dsaparam.c generates code that is intended to be pasted or includedBeat Bolli1-9/+2
2018-07-25apps/dsaparam.c: make dsaparam -C output strict-warnings-friendly.Andy Polyakov1-1/+1
2018-07-22apps/dsaparam.c: fix -C output.Andy Polyakov1-12/+15
2018-06-05Issue warnings for large DSA and RSA keysGeorg Schmidt1-0/+6
2018-03-26Fix dsaparam -genkey with DER outformBernd Edlinger1-0/+3
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-3/+3
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-20/+8
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-3/+4
2017-02-28Remove GENCB_TEST compile flagRich Salz1-51/+1
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte1-1/+3
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-06-15Deal with the consequences of constifying gettersRichard Levitte1-1/+1
2016-06-01Free a temporary buffer used by dsaparam applicationMatt Caswell1-0/+1
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+6
2016-04-03Fix mixed declarations and codeViktor Dukhovni1-1/+2
2016-04-03Make DSA_METHOD opaqueMatt Caswell1-5/+10
2016-04-03Make the DSA structure opaqueMatt Caswell1-5/+5
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz1-8/+4
2016-01-12RT4227: Range-check in apps.Rich Salz1-1/+1
2016-01-06Remove more (rest?) of FIPS build stuff.Rich Salz1-10/+2
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell1-2/+2
2015-10-12Centralise loading default apps config fileMatt Caswell1-3/+0
2015-09-06Change the way apps open their input and output filesRichard Levitte1-2/+2
2015-09-06Make the handling of output and input formats consistentRichard Levitte1-2/+2