summaryrefslogtreecommitdiff
path: root/apps/genpkey.c
Commit message (Expand)AuthorAgeFilesLines
* genpkey: -quiet doesn't take an argumentPauli2021-08-121-1/+1
* apps: remove AEAD/mode checks that are now redundantPauli2021-06-161-9/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb2021-05-251-15/+4
* Add -quiet flag to genpkeyRich Salz2021-05-181-8/+20
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Fetch and free cipher and md'sRich Salz2021-04-201-1/+2
* Fetch alg, etc., after loading providersRich Salz2021-02-121-34/+42
* apps/openssl: add -propquery command line optionPetr Gotthard2021-02-051-3/+2
* Update copyright yearRichard Levitte2021-01-281-1/+1
* apps/genpkey.c: Use PEM_read_bio_Parameters_ex when reading parametersJon Spillett2021-01-201-1/+1
* Check non-option argumentsRich Salz2020-12-151-0/+2
* Remove deprecation warning suppression from genpkeyMatt Caswell2020-11-251-28/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-4/+4
* Add error message to genpkey app for the '-genparam' optionShane Lontis2020-09-181-1/+5
* Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis2020-08-121-19/+38
* EVP: deprecate the EVP_X_meth_ functions.Pauli2020-07-221-2/+2
* apps: deprecate enginesPauli2020-07-161-0/+3
* [apps/genpkey] exit status should not be 0 on output errorsNicola Tuveri2020-07-061-2/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+9
* Add "sections" to -help outputRich Salz2019-11-081-6/+10
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-2/+2
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb2018-06-181-0/+7
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-3/+3
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-1/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-2/+1
* argv was set but unusedKurt Roeckx2016-02-201-1/+3
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-1/+1
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Change the way apps open their input and output filesRichard Levitte2015-09-061-1/+1
* Make the handling of output and input formats consistentRichard Levitte2015-09-061-1/+1
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-5/+8
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-0/+1
* Restore module loadingRichard Levitte2015-05-291-0/+3
* free null cleanup finaleRich Salz2015-05-011-2/+1
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-2/+0
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-139/+103
* free NULL cleanupRich Salz2015-03-281-10/+5
* free NULL cleanupRich Salz2015-03-251-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-344/+309
* RT3543: Remove #ifdef LINTRich Salz2014-12-101-3/+0
* Make no-engine work again.Dr. Stephen Henson2008-12-201-0/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* New -mac and -macopt options to dgst utility. Reimplement -hmac option inDr. Stephen Henson2007-04-111-4/+2