summaryrefslogtreecommitdiff
path: root/apps/spkac.c
Commit message (Expand)AuthorAgeFilesLines
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-2/+1
* spkac: allow digests other than MD5 to be used for signingPauli2021-06-151-2/+12
* Update copyright yearMatt Caswell2021-05-061-1/+1
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-1/+1
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Check non-option argumentsRich Salz2020-12-151-0/+2
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* spkac: Check return values of NETSCAPE_SPKI functionsVladimir Panteleev2020-03-091-2/+9
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+8
* Add "sections" to -help outputRich Salz2019-11-081-6/+11
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre2018-04-261-1/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-291-1/+0
* 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