]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/ca.c
Use new-style system-id macros everywhere possible. I hope I haven't
[thirdparty/openssl.git] / apps / ca.c
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19  Richard LevitteMake all configuration macros available for application...
2001-02-19  Dr. Stephen HensonNew -set_serial options to 'req' and 'x509'.
2001-02-16  Dr. Stephen HensonNew options to 'ca' utility to support CRL entry extens...
2001-02-10  Dr. Stephen HensonFix CRL printing to correctly show when there are no...
2001-02-06  Ulf Möllerformat strings
2001-01-18  Dr. Stephen HensonDon't shadow.
2001-01-15  Bodo MöllerNew '-extfile' option for 'openssl ca'.
2001-01-14  Dr. Stephen HensonFix warning in apps/ca.c
2001-01-12  Bodo MöllerNew 'openssl ca -status <serial>' and 'openssl ca ...
2000-12-15  Bodo MöllerIf CONF_get_string returns NULL and we want to tolerate...
2000-12-08  Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-12-03  Ben LaurieFix warnings.
2000-12-02  Geoff ThorpeUse the new LHASH macros to declare type-safe wrapper...
2000-12-01  Geoff ThorpeFirst step in tidying up the LHASH code. The callback...
2000-10-28  Richard LevitteAdd the possibility to use keys handled by engines...
2000-10-26  Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-09-20  Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-09-03  Dr. Stephen HensonAdd 'rsautl' low level RSA utility.
2000-06-22  Richard LevitteMove add_oid_section to apps.c, so it can be shared...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-05-16  Ben LaurieTypesafety thought police.
2000-05-15  Ulf MöllerGet rid of more non-ANSI declarations.
2000-03-08  Dr. Stephen HensonFix typo and make ca get the CA and request fields...
2000-02-26  Richard LevitteThe OpenVMS library is most definitely not built for...
2000-02-16  Dr. Stephen HensonPass phrase reorganisation.
2000-02-15  Richard LevitteRemove the access() call altogether for VMS, since...
2000-02-11  Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-02-03  Ulf Möllerispell (and minor modifications)
2000-02-03  Dr. Stephen HensonAdd new -notext option to 'ca', -pubkey option to spkac.
1999-12-24  Dr. Stephen HensonAllow passwords to be included on command line for...
1999-12-01  Dr. Stephen HensonModify the X509 V3 extension lookup code.
1999-11-11  Dr. Stephen HensonAdd password command line options to some utils. Fix...
1999-11-11  Dr. Stephen HensonFix a couple of outstanding issues: update STATUS file...
1999-11-09  Ben LaurieFix (spurious) warnings.
1999-11-08  Dr. Stephen HensonFix to the -revoke option in ca. It was leaking memory...
1999-10-27  Dr. Stephen HensonContinued multibyte character support.
1999-10-26  Bodo MöllerVarious randomness handling bugfixes and improvements --
1999-10-25  Bodo MöllerImprove support for running everything as a monolithic...
1999-09-17  Bodo MöllerDocument -startdate and -enddate in usage summary.
1999-09-05  Bodo MöllerReinitialize conf to NULL whenver ca application is...
1999-09-03  Bodo MöllerReinitialize global variables when necessary (for monol...
1999-09-03  Dr. Stephen HensonAdd new 'spkac' utility and several SPKAC utility funct...
1999-08-27  Dr. Stephen HensonAllow the extension section specified in config files...
1999-08-25  Dr. Stephen HensonAllow the 1.OU="my OU" syntax in 'ca' for SPKACs.
1999-08-06  Dr. Stephen HensonFix -startdate and -enddate arguments to 'ca' program...
1999-07-21  Bodo Mölleradditional argument for key_callback
1999-07-21  Bodo MöllerAdditional user data argument to pem_password_cb functi...
1999-06-20  Dr. Stephen HensonConvert the CONF library to use a typesafe stack: a...
1999-06-10  Bodo MöllerAvoid warnings.
1999-06-07  Bodo MöllerDon't mix real tabs with tabs expanded as 8 spaces...
1999-05-30  Ben LaurieAnother safe stack.
1999-05-13  Ulf MöllerVMS support.
1999-05-10  Ulf MöllerMove openssl.cnf out of lib/.
1999-05-08  Dr. Stephen HensonAllows PKCS#12 password to be placed on command line...
1999-05-02  Ben LaurieYet another stack.
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-20  Ulf MöllerFix lots of warnings.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-18  Dr. Stephen HensonInitial support for Certificate Policies extension...
1999-04-17  Ben LaurieMassive constification.
1999-04-16  Dr. Stephen HensonAdd initial support for r2i RAW extensions which can...
1999-04-12  Ben Lauriegcc claims this is a shadow, though I can't find what...
1999-04-12  Ralf S. EngelschallAdd `openssl ca -revoke <certfile>' facility which...
1999-04-10  Ralf S. EngelschallFix a few typos and tabs while I'm poking around in...
1999-03-06  Dr. Stephen HensonAdded support for adding extensions to CRLs, also fix...
1999-02-23  Ben LaurieFix more warnings.
1999-02-23  Dr. Stephen HensonRedo the way 'req' and 'ca' add objects: add support...
1999-02-21  Dr. Stephen HensonAdd more functionality to issuer alt name and subject...
1999-02-13  Ben LaurieFinally(?) fix DES stuff.
1999-02-10  Dr. Stephen HensonMore extension code. Incomplete support for subject...
1999-02-06  Ben LaurieProcess extensions when they are there.
1999-02-06  Ben LaurieTypo in arguments.
1999-02-06  Ben LaurieClear error we don't care about.
1999-01-31  Mark J. Coxfix typo
1999-01-26  Dr. Stephen HensonStill more X509 V3 stuff. Modify ca.c to work with...
1999-01-17  Ben LaurieRemove pointless MD5 hash.
1999-01-03  Dr. Stephen HensonMore EVP_PKEY patches for new functionality.
1999-01-02  Paul C. SuttonSome more changes for renaming the binary from ssleay...
1999-01-02  Dr. Stephen HensonMove DSA test in ca.c inside #ifdef and make pubkey...
1998-12-22  Ralf S. EngelschallIncorporation of RSEs assembled patches
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...