Reset the version number of the issuer certificate? I believe this
[oweals/openssl.git] / apps / ca.c
2003-04-03 Richard LevitteReset the version number of the issuer certificate...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-30 Richard Levittecert_sk isn't always allocated, so freeing it may cause...
2003-01-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-01-10 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-01-09 Dr. Stephen HensonTypo.
2003-01-09 Dr. Stephen HensonOops, left debugging malloc include file in...
2003-01-09 Dr. Stephen HensonNULL tofree when it is freed to avoid double free.
2003-01-09 Dr. Stephen HensonNULL tofree when it is freed to avoid double free.
2002-12-25 Richard LevitteSpelling error.
2002-12-25 Richard LevitteSpelling error.
2002-12-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-11-29 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-27 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-14 Richard LevitteRemove warnings.
2002-11-14 Richard LevitteRemove warnings.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-12 Ben LaurieMany security improvements (CHATS) and a warning fix.
2002-11-07 Richard LevitteWindows doesn't know sys/file.h
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-24 Richard LevitteOn certain platforms, we redefine certain symbols using...
2002-10-23 Bodo Möllerfix warnings, and harmonize indentation
2002-10-23 Bodo Möllerfix warnings, and harmonize indentation
2002-10-20 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-10-11 Richard LevitteBN_bn2hex() returns "0" instead of "00" for zero. ...
2002-10-11 Richard LevitteBN_bn2hex() returns "0" instead of "00" for zero. ...
2002-10-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-10-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-10-09 Richard LevitteAdd missing LF
2002-10-09 Richard LevitteAdd missing LF
2002-09-22 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-08-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-08-12 Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-08-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-08-01 Richard LevitteMake it possible to load keys from stdin, and restore...
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-31 Richard LevitteIf the email address is moved from the subject to the...
2002-07-23 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-07-19 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-07-18 Bodo MöllerFix bug introduced with revision 1.95 when this filed...
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-07-18 Richard LevitteUnixware doesn't have strings.h, so we need to declare...
2002-07-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-05-19 Dr. Stephen HensonReorganise -subj option code, fix buffer overrun.
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-04-30 Lutz JänickeFix escaping when using the -subj option of "openssl...
2002-04-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-03-08 Dr. Stephen HensonFix the Win32_rename() function so it correctly
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-28 Richard LevitteIncrease internal security when using strncpy, by makin...
2002-02-23 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-22 Dr. Stephen HensonConfig code updates.
2002-02-22 Dr. Stephen HensonConfig code updates.
2002-02-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-14 Richard LevitteAdd the configuration target VxWorks.
2002-02-14 Richard LevitteAdd the configuration target VxWorks.
2002-02-13 Bodo MöllerECDSA support
2002-02-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
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
next