summaryrefslogtreecommitdiffstats
path: root/apps/dhparam.c
AgeCommit message (Expand)Author
2023-09-28Copyright year updatesMatt Caswell
2023-09-21Fix some memory leaks in the openssl appBernd Edlinger
2022-10-12apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-08-17APPS: dhparam: Support setting propertiesClemens Lang
2022-06-02Fix the checks of EVP_PKEY_param_checkPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu
2022-05-04openssl: dhparam: Print warning if -in argument is ignoredDaniel Fiala
2022-05-03Update copyright yearMatt Caswell
2022-01-28Add -verbose/-queit flags to dhparamPhilip Prindeville
2022-01-21Standardize progress callback for dhparam, dsaparam, etc.Philip Prindeville
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-11-16EVP_PKEY_paramgen_init: fix return checkPeiwei Hu
2021-10-11Bugfix: unsafe return check of EVP_PKEY_fromdataPW Hu
2021-10-11Bugfix: unsafe return check of EVP_PKEY_fromdata_initPW Hu
2021-06-02apps: remove TODOsPauli
2021-05-25Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-02-18Update copyright yearMatt Caswell
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2021-02-12Load rand state after loading providersRich Salz
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis
2020-12-17dsa: apps deprecation changesPauli
2020-12-15Check non-option argumentsRich Salz
2020-12-04Fix no-dsaMatt Caswell
2020-12-02Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-11-24Undeprecate the -dsaparam option in the dhparam appMatt Caswell
2020-11-23Remove some unneeded variables from dhparamMatt Caswell
2020-11-23Add encoder support to dhparamMatt Caswell
2020-11-23Convert dhparam to be fully based on EVPMatt Caswell
2020-11-13Remove -C from dhparam,dsaparam,ecparamRich Salz
2020-06-10Make error output of dhparams and dsaparams app more consistentDr. David von Oheimb
2020-06-08APPS: Fix 'openssl dhparam'Richard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-04-19dhparam: white space cleaningPauli
2020-04-19dhparam: update command line app to use EVP callsPauli
2020-04-10Don't compile commands if disabledRich Salz
2020-03-07cmdline app: add provider commandline options.Pauli
2020-02-14Apps: don't build deprecated DH and DSA apps.Pauli
2020-02-12dsa: deprecate applications that depend on the low level DSA functions.Pauli
2019-11-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2019-07-22Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-07-30apps/dsaparam.c generates code that is intended to be pasted or includedBeat Bolli
2018-04-23Fix late opening of output fileRichard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-12-07Consistent formatting for sizeof(foo)Rich Salz