aboutsummaryrefslogtreecommitdiffstats
path: root/apps/genpkey.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* In genpkey, also look for algorithm string name in any supplied ENGINE.Dr. Stephen Henson2006-07-121-0/+6
* Update some usage messages.Dr. Stephen Henson2006-07-101-7/+14
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-051-8/+28
* Change the option setting command line switch to "-pkeyopt" to avoid confusionDr. Stephen Henson2006-04-131-1/+1
* Support for DSA keygen, fix for genpkey.Dr. Stephen Henson2006-04-121-3/+1
* Fix parameter error messages.Dr. Stephen Henson2006-04-111-1/+3
* Write parameters if -genparam option include.Dr. Stephen Henson2006-04-111-1/+3
* Add parameter generation option to genpkey.Dr. Stephen Henson2006-04-111-5/+35
* Initial keygen support.Dr. Stephen Henson2006-04-111-0/+375