aboutsummaryrefslogtreecommitdiff
path: root/apps/genpkey.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte1-1/+1
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb1-0/+7
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-3/+3
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte1-1/+1
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+6
2016-02-25GH715: ENGINE_finish can take NULLRich Salz1-2/+1
2016-02-20argv was set but unusedKurt Roeckx1-1/+3
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell1-1/+1
2015-10-12Centralise loading default apps config fileMatt Caswell1-3/+0
2015-09-06Change the way apps open their input and output filesRichard Levitte1-1/+1
2015-09-06Make the handling of output and input formats consistentRichard Levitte1-1/+1
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz1-5/+8
2015-06-02Standardize handling of #ifdef'd options.Rich Salz1-0/+1
2015-05-29Restore module loadingRichard Levitte1-0/+3
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz1-2/+0
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-139/+103
2015-03-28free NULL cleanupRich Salz1-10/+5
2015-03-25free NULL cleanupRich Salz1-2/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-344/+309
2014-12-10RT3543: Remove #ifdef LINTRich Salz1-3/+0
2008-12-20Make no-engine work again.Dr. Stephen Henson1-0/+2
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2007-04-11New -mac and -macopt options to dgst utility. Reimplement -hmac option inDr. Stephen Henson1-4/+2
2006-07-12In genpkey, also look for algorithm string name in any supplied ENGINE.Dr. Stephen Henson1-0/+6
2006-07-10Update some usage messages.Dr. Stephen Henson1-7/+14
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson1-8/+28
2006-04-13Change the option setting command line switch to "-pkeyopt" to avoid confusionDr. Stephen Henson1-1/+1
2006-04-12Support for DSA keygen, fix for genpkey.Dr. Stephen Henson1-3/+1
2006-04-11Fix parameter error messages.Dr. Stephen Henson1-1/+3
2006-04-11Write parameters if -genparam option include.Dr. Stephen Henson1-1/+3
2006-04-11Add parameter generation option to genpkey.Dr. Stephen Henson1-5/+35
2006-04-11Initial keygen support.Dr. Stephen Henson1-0/+375