aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ca.c
Commit message (Expand)AuthorAgeFilesLines
* Initial OCSP server support, using index.txt format.Dr. Stephen Henson2001-07-121-88/+123
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-281-58/+62
* Make better use of load_cert, load_certs and load_key.Richard Levitte2001-06-271-37/+11
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-17/+1
* Extend all the loading functions to take an engine pointer, a passRichard Levitte2001-05-301-25/+3
* VMS doesn't support more than on period in a file nameRichard Levitte2001-05-221-0/+16
* Add copy_extensions option to 'ca' utility.Dr. Stephen Henson2001-03-161-47/+37
* Overhaul the display of certificate details inDr. Stephen Henson2001-03-151-37/+144
* New option '-subj arg' for 'openssl req' and 'openssl ca'. ThisBodo Möller2001-03-051-22/+104
* Windows does not know of strigs.h or strcasecmp, so when in Windows,Richard Levitte2001-02-221-1/+6
* Some functions, like strdup() and strcasecmp(), are defined inRichard Levitte2001-02-201-0/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-10/+11
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* New -set_serial options to 'req' and 'x509'.Dr. Stephen Henson2001-02-191-8/+11
* New options to 'ca' utility to support CRL entry extensions.Dr. Stephen Henson2001-02-161-20/+304
* Fix CRL printing to correctly show when there are no revoked certificates.Dr. Stephen Henson2001-02-101-4/+3
* format stringsUlf Möller2001-02-061-1/+1
* Don't shadow.Dr. Stephen Henson2001-01-181-1/+0
* New '-extfile' option for 'openssl ca'.Bodo Möller2001-01-151-19/+96
* Fix warning in apps/ca.cDr. Stephen Henson2001-01-141-2/+2
* New 'openssl ca -status <serial>' and 'openssl ca -updatedb'Bodo Möller2001-01-121-34/+320
* If CONF_get_string returns NULL and we want to tolerate thisBodo Möller2000-12-151-8/+33
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-1/+1
* Fix warnings.Ben Laurie2000-12-031-4/+4
* Use the new LHASH macros to declare type-safe wrapper functions that canGeoff Thorpe2000-12-021-15/+21
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-011-4/+6
* 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