aboutsummaryrefslogtreecommitdiff
path: root/apps/dhparam.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-24Copyright year updatesMatt Caswell1-1/+1
2023-09-21Fix some memory leaks in the openssl appBernd Edlinger1-0/+2
2022-11-23apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY1-2/+2
2022-08-17APPS: dhparam: Support setting propertiesClemens Lang1-3/+3
2022-06-21Update copyright yearMatt Caswell1-1/+1
2022-06-02Fix the checks of EVP_PKEY_param_checkPeiwei Hu1-1/+1
2022-06-02Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu1-3/+3
2022-05-04openssl: dhparam: Print warning if -in argument is ignoredDaniel Fiala1-0/+4
2021-11-16EVP_PKEY_paramgen_init: fix return checkPeiwei Hu1-1/+1
2021-10-11Bugfix: unsafe return check of EVP_PKEY_fromdataPW Hu1-1/+1
2021-10-11Bugfix: unsafe return check of EVP_PKEY_fromdata_initPW Hu1-1/+1
2021-06-02apps: remove TODOsPauli1-4/+3
2021-05-25Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb1-5/+1
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-2/+2
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis1-1/+1
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz1-11/+11
2021-02-12Load rand state after loading providersRich Salz1-0/+1
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis1-2/+2
2020-12-17dsa: apps deprecation changesPauli1-0/+2
2020-12-15Check non-option argumentsRich Salz1-2/+8
2020-12-04Fix no-dsaMatt Caswell1-2/+0
2020-12-02Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte1-1/+1
2020-11-24Undeprecate the -dsaparam option in the dhparam appMatt Caswell1-4/+0
2020-11-23Remove some unneeded variables from dhparamMatt Caswell1-2/+0
2020-11-23Add encoder support to dhparamMatt Caswell1-28/+19
2020-11-23Convert dhparam to be fully based on EVPMatt Caswell1-109/+166
2020-11-13Remove -C from dhparam,dsaparam,ecparamRich Salz1-45/+2
2020-06-10Make error output of dhparams and dsaparams app more consistentDr. David von Oheimb1-24/+12
2020-06-08APPS: Fix 'openssl dhparam'Richard Levitte1-6/+8
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-19dhparam: white space cleaningPauli1-3/+1
2020-04-19dhparam: update command line app to use EVP callsPauli1-53/+80
2020-04-10Don't compile commands if disabledRich Salz1-33/+29
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-1/+4
2019-11-08Add "sections" to -help outputRich Salz1-11/+17
2019-07-22Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger1-1/+5
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-22/+13
2018-04-23Fix late opening of output fileRichard Levitte1-4/+5
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-2/+2
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-14/+7
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-4/+5