summaryrefslogtreecommitdiffstats
path: root/apps/ca.c
AgeCommit message (Expand)Author
2001-08-17Make -passin -passout etc work again.Dr. Stephen Henson
2001-08-17Add CRL utility functions to allow CRLs to beDr. Stephen Henson
2001-07-12Initial OCSP server support, using index.txt format.Dr. Stephen Henson
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson
2001-06-27Make better use of load_cert, load_certs and load_key.Richard Levitte
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte
2001-05-30Extend all the loading functions to take an engine pointer, a passRichard Levitte
2001-05-22VMS doesn't support more than on period in a file nameRichard Levitte
2001-03-16Add copy_extensions option to 'ca' utility.Dr. Stephen Henson
2001-03-15Overhaul the display of certificate details inDr. Stephen Henson
2001-03-05New option '-subj arg' for 'openssl req' and 'openssl ca'. ThisBodo Möller
2001-02-22Windows does not know of strigs.h or strcasecmp, so when in Windows,Richard Levitte
2001-02-20Some functions, like strdup() and strcasecmp(), are defined inRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-19New -set_serial options to 'req' and 'x509'.Dr. Stephen Henson
2001-02-16New options to 'ca' utility to support CRL entry extensions.Dr. Stephen Henson
2001-02-10Fix CRL printing to correctly show when there are no revoked certificates.Dr. Stephen Henson
2001-02-06format stringsUlf Möller
2001-01-18Don't shadow.Dr. Stephen Henson
2001-01-15New '-extfile' option for 'openssl ca'.Bodo Möller
2001-01-14Fix warning in apps/ca.cDr. Stephen Henson
2001-01-12New 'openssl ca -status <serial>' and 'openssl ca -updatedb'Bodo Möller
2000-12-15If CONF_get_string returns NULL and we want to tolerate thisBodo Möller
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson
2000-12-03Fix warnings.Ben Laurie
2000-12-02Use the new LHASH macros to declare type-safe wrapper functions that canGeoff Thorpe
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe
2000-10-28Add the possibility to use keys handled by engines in moreRichard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-09-03Add 'rsautl' low level RSA utility.Dr. Stephen Henson
2000-06-22Move add_oid_section to apps.c, so it can be shared by severalRichard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-16Typesafety thought police.Ben Laurie
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller
2000-03-08Fix typo and make ca get the CA and request fields correct.Dr. Stephen Henson
2000-02-26The OpenVMS library is most definitely not built for anything butRichard Levitte
2000-02-16Pass phrase reorganisation.Dr. Stephen Henson
2000-02-15Remove the access() call altogether for VMS, since it doesn't quiteRichard Levitte
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-02-03ispell (and minor modifications)Ulf Möller
2000-02-03Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson
1999-12-24Allow passwords to be included on command line for a fewDr. Stephen Henson
1999-12-01Modify the X509 V3 extension lookup code.Dr. Stephen Henson
1999-11-11Add password command line options to some utils. Fix and update manDr. Stephen Henson
1999-11-11Fix a couple of outstanding issues: update STATUS file, fix NO_FP_API problems.Dr. Stephen Henson
1999-11-09Fix (spurious) warnings.Ben Laurie
1999-11-08Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson
1999-10-27Continued multibyte character support.Dr. Stephen Henson