summaryrefslogtreecommitdiff
path: root/apps/dhparam.c
Commit message (Expand)AuthorAgeFilesLines
* apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-2/+2
* APPS: dhparam: Support setting propertiesClemens Lang2022-08-171-3/+3
* Fix the checks of EVP_PKEY_param_checkPeiwei Hu2022-06-021-1/+1
* Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu2022-06-021-3/+3
* openssl: dhparam: Print warning if -in argument is ignoredDaniel Fiala2022-05-041-0/+4
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Add -verbose/-queit flags to dhparamPhilip Prindeville2022-01-281-5/+17
* Standardize progress callback for dhparam, dsaparam, etc.Philip Prindeville2022-01-211-13/+1
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-1/+1
* EVP_PKEY_paramgen_init: fix return checkPeiwei Hu2021-11-161-1/+1
* Bugfix: unsafe return check of EVP_PKEY_fromdataPW Hu2021-10-111-1/+1
* Bugfix: unsafe return check of EVP_PKEY_fromdata_initPW Hu2021-10-111-1/+1
* apps: remove TODOsPauli2021-06-021-4/+3
* Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb2021-05-251-5/+1
* 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-2/+2
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+1
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-11/+11
* Load rand state after loading providersRich Salz2021-02-121-0/+1
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-2/+2
* dsa: apps deprecation changesPauli2020-12-171-0/+2
* Check non-option argumentsRich Salz2020-12-151-2/+8
* Fix no-dsaMatt Caswell2020-12-041-2/+0
* Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-021-1/+1
* Undeprecate the -dsaparam option in the dhparam appMatt Caswell2020-11-241-4/+0
* Remove some unneeded variables from dhparamMatt Caswell2020-11-231-2/+0
* Add encoder support to dhparamMatt Caswell2020-11-231-28/+19
* Convert dhparam to be fully based on EVPMatt Caswell2020-11-231-109/+166
* Remove -C from dhparam,dsaparam,ecparamRich Salz2020-11-131-45/+2
* Make error output of dhparams and dsaparams app more consistentDr. David von Oheimb2020-06-101-24/+12
* APPS: Fix 'openssl dhparam'Richard Levitte2020-06-081-6/+8
* Update copyright yearMatt Caswell2020-04-231-1/+1
* dhparam: white space cleaningPauli2020-04-191-3/+1
* dhparam: update command line app to use EVP callsPauli2020-04-191-53/+80
* Don't compile commands if disabledRich Salz2020-04-101-33/+29
* 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-1/+4
* Add "sections" to -help outputRich Salz2019-11-081-11/+17
* Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger2019-07-221-1/+5
* 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-22/+13
* Fix late opening of output fileRichard Levitte2018-04-231-4/+5
* 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-2/+2
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-14/+7