summaryrefslogtreecommitdiff
path: root/apps/spkac.c
Commit message (Expand)AuthorAgeFilesLines
* Updatde from stable branch.steve2009-01-071-1/+1
* Update obsolete email address...steve2008-11-051-1/+1
* some const fixesnils2005-04-051-2/+3
* Add the possibility to build without the ENGINE framework.levitte2003-01-301-0/+8
* EXIT() may mean return(). That's confusing, so let's have it really meanlevitte2002-12-031-1/+1
* Make it possible to load keys from stdin, and restore thatlevitte2002-08-011-1/+1
* Config code updates.steve2002-02-221-0/+3
* Reduce the header dependencies on engine.h in apps/.geoff2001-09-121-1/+0
* Modify apps to use NCONF code instead of old CONF code.steve2001-06-281-5/+6
* Make better use of load_cert, load_certs and load_key.levitte2001-06-251-12/+5
* Provide an application-common setup function for engines and use itlevitte2001-06-181-17/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tlevitte2001-02-201-2/+2
* Merge the engine branch into the main trunk. All conflicts resolved.levitte2000-10-261-0/+27
* On VMS, stdout may very well lead to a file that is written to in alevitte2000-09-201-3/+19
* There have been a number of complaints from a number of sources that nameslevitte2000-06-011-2/+2
* Add missing include (only MONOLITH builds were possible without it).bodo2000-03-051-0/+1
* Add an #include.bodo2000-03-031-0/+1
* Pass phrase reorganisation.steve2000-02-161-16/+10
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...rse2000-02-111-0/+2
* Add command line password options to the reamining utilities,steve2000-02-081-2/+20
* Add new -notext option to 'ca', -pubkey option to spkac.steve2000-02-031-13/+19
* Fixes so NO_RSA works again.steve1999-12-241-1/+0
* Add new 'spkac' utility and several SPKAC utility functions.steve1999-09-031-0/+255