summaryrefslogtreecommitdiffstats
path: root/apps/genpkey.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-01-16Add missing genpkey -rand supportViktor Dukhovni
2023-09-24adding -outpubkey option to genpkeyMichael Baentsch
2023-09-21Fix some memory leaks in the openssl appBernd Edlinger
2023-09-07Copyright year updatesMatt Caswell
2023-02-23Add help for pkeyopt values for the genpkey commandline app.slontis
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
2022-01-11APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-08-12genpkey: -quiet doesn't take an argumentPauli
2021-06-16apps: remove AEAD/mode checks that are now redundantPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-25Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb
2021-05-18Add -quiet flag to genpkeyRich Salz
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-20Fetch and free cipher and md'sRich Salz
2021-02-12Fetch alg, etc., after loading providersRich Salz
2021-02-05apps/openssl: add -propquery command line optionPetr Gotthard
2021-01-28Update copyright yearRichard Levitte
2021-01-20apps/genpkey.c: Use PEM_read_bio_Parameters_ex when reading parametersJon Spillett
2020-12-15Check non-option argumentsRich Salz
2020-11-25Remove deprecation warning suppression from genpkeyMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-18Add error message to genpkey app for the '-genparam' optionShane Lontis
2020-08-12Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli
2020-07-16apps: deprecate enginesPauli
2020-07-06[apps/genpkey] exit status should not be 0 on output errorsNicola Tuveri
2020-04-23Update copyright yearMatt Caswell
2020-03-07cmdline app: add provider commandline options.Pauli
2019-11-08Add "sections" to -help outputRich Salz
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-20argv was set but unusedKurt Roeckx
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-09-06Make the handling of output and input formats consistentRichard Levitte
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz
2015-06-02Standardize handling of #ifdef'd options.Rich Salz