Move do_subject() to apps.c and rename it to parse_name(). The
[openssl.git] / apps / ca.c
2003-11-28 Richard LevitteMove do_subject() to apps.c and rename it to parse_name...
2003-11-28 Richard LevitteAllow multi-valued rdns in subjects. This adds the...
2003-11-28 Richard LevitteNetware-specific changes,
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-09-09 Richard LevitteGeneralise the definition of strcasecmp() and strncasec...
2003-06-19 Richard LevitteImplement CRL numbers.
2003-04-04 Richard LevitteConvert save_serial() to work like save_index(), and...
2003-04-04 Richard LevitteAdd documentation on the added functionality in 'openss...
2003-04-03 Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
2003-04-03 Richard LevitteImplement self-signing in 'openssl ca'. This makes...
2003-04-03 Richard LevitteReset the version number of the issuer certificate...
2003-04-03 Richard LevitteConditionalise all debug strings.
2003-04-03 Richard LevitteMake it possible to have multiple active certificates...
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-09 Dr. Stephen HensonTypo.
2003-01-09 Dr. Stephen HensonNULL tofree when it is freed to avoid double free.
2002-12-25 Richard LevitteSpelling error.
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-14 Richard LevitteRemove warnings.
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...
next