summaryrefslogtreecommitdiffstats
path: root/apps/genpkey.c
AgeCommit message (Expand)Author
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
2015-05-29Restore module loadingRichard Levitte
2015-05-01free null cleanup finaleRich Salz
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-03-28free NULL cleanupRich Salz
2015-03-25free NULL cleanupRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-10RT3543: Remove #ifdef LINTRich Salz
2008-12-20Make no-engine work again.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2007-04-11New -mac and -macopt options to dgst utility. Reimplement -hmac option inDr. Stephen Henson
2006-07-12In genpkey, also look for algorithm string name in any supplied ENGINE.Dr. Stephen Henson
2006-07-10Update some usage messages.Dr. Stephen Henson
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson
2006-04-13Change the option setting command line switch to "-pkeyopt" to avoid confusionDr. Stephen Henson
2006-04-12Support for DSA keygen, fix for genpkey.Dr. Stephen Henson