summaryrefslogtreecommitdiff
path: root/apps/dsaparam.c
Commit message (Expand)AuthorAgeFilesLines
* APPS: dsaparam, gendsa: Support setting propertiesClemens Lang2022-07-011-2/+3
* Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu2022-06-021-1/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Add -verbose/-queit flags to dhparamPhilip Prindeville2022-01-281-1/+5
* Standardize progress callback for dhparam, dsaparam, etc.Philip Prindeville2022-01-211-22/+1
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-1/+1
* EVP_PKEY_keygen_init: fix return checkPeiwei Hu2021-11-161-1/+1
* Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb2021-05-251-8/+3
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-2/+2
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+2
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Load rand state after loading providersRich Salz2021-02-121-0/+1
* Check non-option argumentsRich Salz2020-12-151-4/+8
* Remove -C from dhparam,dsaparam,ecparamRich Salz2020-11-131-47/+2
* Fix the reading of DSA parameters files using the dsaparam appMatt Caswell2020-11-101-6/+2
* APPS: Implement load_keyparams() to load key parametersRichard Levitte2020-10-221-8/+6
* 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