aboutsummaryrefslogtreecommitdiff
path: root/apps/spkac.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre1-1/+1
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli1-1/+0
2017-06-10Fix possible usage of NULL pointers in apps/spkac.cPaul Yang1-8/+11
2017-06-09Add support for using engine-backed keys in spkacLuke Faraone1-2/+8
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte1-0/+1
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-09-19Fix various missing option help messages ...FdaSilvaYY1-1/+2
2016-08-24Fix some resource leaks in the appsMatt Caswell1-1/+3
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+6
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-2/+0
2015-09-06Change the way apps open their input and output filesRichard Levitte1-2/+2
2015-05-29Restore module loadingRichard Levitte1-0/+2
2015-05-28RT3876: Only load config when neededRich Salz1-12/+2
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz1-7/+2
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-149/+88
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-200/+203
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+2
2009-01-07Updatde from stable branch.Dr. Stephen Henson1-1/+1
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2005-04-05some const fixesNils Larsch1-2/+3
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-0/+8
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-1/+1
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte1-1/+1
2002-02-22Config code updates.Dr. Stephen Henson1-0/+3
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe1-1/+0
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson1-5/+6
2001-06-25Make better use of load_cert, load_certs and load_key.Richard Levitte1-12/+5
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte1-17/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-2/+2
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte1-0/+27
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte1-3/+19
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
2000-03-05Add missing include (only MONOLITH builds were possible without it).Bodo Möller1-0/+1
2000-03-03Add an #include.Bodo Möller1-0/+1
2000-02-16Pass phrase reorganisation.Dr. Stephen Henson1-16/+10
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall1-0/+2
2000-02-08Add command line password options to the reamining utilities,Dr. Stephen Henson1-2/+20
2000-02-03Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson1-13/+19
1999-12-24Fixes so NO_RSA works again.Dr. Stephen Henson1-1/+0
1999-09-03Add new 'spkac' utility and several SPKAC utility functions.Dr. Stephen Henson1-0/+255