aboutsummaryrefslogtreecommitdiffstats
path: root/apps/spkac.c
Commit message (Expand)AuthorAgeFilesLines
* Fix possible usage of NULL pointers in apps/spkac.cPaul Yang2017-06-101-8/+11
* Add support for using engine-backed keys in spkacLuke Faraone2017-06-091-2/+8
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Fix various missing option help messages ...FdaSilvaYY2016-09-191-1/+2
* Fix some resource leaks in the appsMatt Caswell2016-08-241-1/+3
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* 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-2/+0
* Change the way apps open their input and output filesRichard Levitte2015-09-061-2/+2
* Restore module loadingRichard Levitte2015-05-291-0/+2
* RT3876: Only load config when neededRich Salz2015-05-281-12/+2
* free null cleanup finaleRich Salz2015-05-011-2/+1
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-7/+2
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-149/+88
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-200/+203
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Updatde from stable branch.Dr. Stephen Henson2009-01-071-1/+1
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* some const fixesNils Larsch2005-04-051-2/+3
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+8
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Make it possible to load keys from stdin, and restore thatRichard Levitte2002-08-011-1/+1
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+0
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-281-5/+6
* Make better use of load_cert, load_certs and load_key.Richard Levitte2001-06-251-12/+5
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-17/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-2/+2
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+27
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-3/+19
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Add missing include (only MONOLITH builds were possible without it).Bodo Möller2000-03-051-0/+1
* Add an #include.Bodo Möller2000-03-031-0/+1
* Pass phrase reorganisation.Dr. Stephen Henson2000-02-161-16/+10
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+2
* Add command line password options to the reamining utilities,Dr. Stephen Henson2000-02-081-2/+20
* Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson2000-02-031-13/+19
* Fixes so NO_RSA works again.Dr. Stephen Henson1999-12-241-1/+0
* Add new 'spkac' utility and several SPKAC utility functions.Dr. Stephen Henson1999-09-031-0/+255