summaryrefslogtreecommitdiffstats
path: root/apps/genpkey.c
AgeCommit message (Expand)Author
2016-10-20If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
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
2006-04-11Fix parameter error messages.Dr. Stephen Henson
2006-04-11Write parameters if -genparam option include.Dr. Stephen Henson
2006-04-11Add parameter generation option to genpkey.Dr. Stephen Henson
2006-04-11Initial keygen support.Dr. Stephen Henson