]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/ca.c
Security fixes brought forward from 0.9.7.
[thirdparty/openssl.git] / apps / ca.c
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-07  Richard LevitteWindows doesn't know sys/file.h
2002-10-24  Richard LevitteOn certain platforms, we redefine certain symbols using...
2002-10-23  Bodo Möllerfix warnings, and harmonize indentation
2002-10-11  Richard LevitteBN_bn2hex() returns "0" instead of "00" for zero. ...
2002-10-09  Richard LevitteAdd missing LF
2002-08-12  Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-08-01  Richard LevitteMake it possible to load keys from stdin, and restore...
2002-07-31  Richard LevitteIf the email address is moved from the subject to the...
2002-07-18  Bodo MöllerFix bug introduced with revision 1.95 when this filed...
2002-07-18  Richard LevitteUnixware doesn't have strings.h, so we need to declare...
2002-05-19  Dr. Stephen HensonReorganise -subj option code, fix buffer overrun.
2002-04-30  Lutz JänickeFix escaping when using the -subj option of "openssl...
2002-03-08  Dr. Stephen HensonFix the Win32_rename() function so it correctly
2002-02-28  Richard LevitteIncrease internal security when using strncpy, by makin...
2002-02-22  Dr. Stephen HensonConfig code updates.
2002-02-14  Richard LevitteAdd the configuration target VxWorks.
2002-02-13  Bodo MöllerECDSA support
2001-11-06  Dr. Stephen HensonFix email address delete code.
2001-10-27  Dr. Stephen HensonAnother noemailDN fix.
2001-10-27  Dr. Stephen HensonAllow ca to certify requests containing BMPStrings...
2001-10-27  Dr. Stephen HensonBugfixes for noemailDN option. Make it use the
2001-10-25  Bodo MöllerAdd '-noemailDN' option to 'openssl ca'. This prevents...
2001-09-12  Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-08-17  Dr. Stephen HensonMake -passin -passout etc work again.
2001-08-17  Dr. Stephen HensonAdd CRL utility functions to allow CRLs to be
2001-07-12  Dr. Stephen HensonInitial OCSP server support, using index.txt format.
2001-06-28  Dr. Stephen HensonModify apps to use NCONF code instead of old CONF code.
2001-06-27  Richard LevitteMake better use of load_cert, load_certs and load_key.
2001-06-18  Richard LevitteProvide an application-common setup function for engine...
2001-05-30  Richard LevitteExtend all the loading functions to take an engine...
2001-05-22  Richard LevitteVMS doesn't support more than on period in a file name
2001-03-16  Dr. Stephen HensonAdd copy_extensions option to 'ca' utility.
2001-03-15  Dr. Stephen HensonOverhaul the display of certificate details in
2001-03-05  Bodo MöllerNew option '-subj arg' for 'openssl req' and 'openssl...
2001-02-22  Richard LevitteWindows does not know of strigs.h or strcasecmp, so...
2001-02-20  Richard LevitteSome functions, like strdup() and strcasecmp(), are...
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...
next