aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ca.c
Commit message (Expand)AuthorAgeFilesLines
* Add the possibility to use keys handled by engines in moreRichard Levitte2000-10-281-6/+30
* 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-5/+19
* Add 'rsautl' low level RSA utility.Dr. Stephen Henson2000-09-031-1/+11
* Move add_oid_section to apps.c, so it can be shared by severalRichard Levitte2000-06-221-24/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-25/+25
* Typesafety thought police.Ben Laurie2000-05-161-12/+12
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-1/+1
* Fix typo and make ca get the CA and request fields correct.Dr. Stephen Henson2000-03-081-1/+1
* The OpenVMS library is most definitely not built for anything butRichard Levitte2000-02-261-1/+1
* Pass phrase reorganisation.Dr. Stephen Henson2000-02-161-1/+1
* Remove the access() call altogether for VMS, since it doesn't quiteRichard Levitte2000-02-151-5/+11
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+2
* ispell (and minor modifications)Ulf Möller2000-02-031-10/+10
* Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson2000-02-031-10/+11
* Allow passwords to be included on command line for a fewDr. Stephen Henson1999-12-241-7/+2
* Modify the X509 V3 extension lookup code.Dr. Stephen Henson1999-12-011-3/+0
* Add password command line options to some utils. Fix and update manDr. Stephen Henson1999-11-111-1/+1
* Fix a couple of outstanding issues: update STATUS file, fix NO_FP_API problems.Dr. Stephen Henson1999-11-111-14/+2
* Fix (spurious) warnings.Ben Laurie1999-11-091-1/+1
* Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson1999-11-081-28/+26
* Continued multibyte character support.Dr. Stephen Henson1999-10-271-4/+2
* Various randomness handling bugfixes and improvements --Bodo Möller1999-10-261-2/+8
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-0/+4
* Document -startdate and -enddate in usage summary.Bodo Möller1999-09-171-0/+2
* Reinitialize conf to NULL whenver ca application is started.Bodo Möller1999-09-051-1/+2
* Reinitialize global variables when necessary (for monolith application).Bodo Möller1999-09-031-0/+4
* Add new 'spkac' utility and several SPKAC utility functions.Dr. Stephen Henson1999-09-031-22/+2
* Allow the extension section specified in config files to be overriddenDr. Stephen Henson1999-08-271-3/+15
* Allow the 1.OU="my OU" syntax in 'ca' for SPKACs.Dr. Stephen Henson1999-08-251-1/+10
* Fix -startdate and -enddate arguments to 'ca' program. Also update NEWS fileDr. Stephen Henson1999-08-061-43/+59
* additional argument for key_callbackBodo Möller1999-07-211-2/+2
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-6/+6
* Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1999-06-201-32/+33
* Avoid warnings.Bodo Möller1999-06-101-3/+3
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-158/+158
* Another safe stack.Ben Laurie1999-05-301-4/+4
* VMS support.Ulf Möller1999-05-131-1/+53
* Move openssl.cnf out of lib/.Ulf Möller1999-05-101-1/+1
* Allows PKCS#12 password to be placed on command line and add allow configDr. Stephen Henson1999-05-081-0/+2
* Yet another stack.Ben Laurie1999-05-021-1/+2
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-22/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-10/+10
* Fix lots of warnings.Ulf Möller1999-04-201-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-104/+32
* Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson1999-04-181-2/+8
* Massive constification.Ben Laurie1999-04-171-12/+15
* Add initial support for r2i RAW extensions which can access the config databaseDr. Stephen Henson1999-04-161-10/+4
* gcc claims this is a shadow, though I can't find what it is shadowing...Ben Laurie1999-04-121-3/+3
* Add `openssl ca -revoke <certfile>' facility which revokes a certificateRalf S. Engelschall1999-04-121-0/+181