missing tab
[openssl.git] / apps / ca.c
2012-11-20 Dr. Stephen Hensonfix printout of expiry days if -enddate is used in ca
2012-09-09 Dr. Stephen HensonNew -valid option to add a certificate to the ca index...
2012-01-12 Andy PolyakovSanitize usage of <ctype.h> functions. It's important...
2010-03-14 Dr. Stephen Hensonfree up sigopts STACK
2010-03-14 Dr. Stephen Hensonclear bogus errors in ca utility
2010-03-14 Dr. Stephen Hensonadd -sigopt option to ca utility
2009-12-02 Dr. Stephen HensonReplace the broken SPKAC certification with the correct...
2009-10-04 Dr. Stephen HensonFix warnings about ignoring fgets return value
2009-09-02 Dr. Stephen HensonPR: 2013
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-03-09 Dr. Stephen HensonPR: 1854
2008-12-22 Andy PolyakovIncidentally cvs.openssl.org/chngview?cn=17710 also...
2008-10-07 Dr. Stephen HensonExperimental new date handling routines. These fix...
2008-06-04 Ben LaurieMore type-checking.
2008-06-02 Dr. Stephen HensonAvoid case in ca.c fix.
2008-06-02 Dr. Stephen HensonRevert, doesn't fix warning :-(
2008-06-02 Dr. Stephen HensonAvoid cast with wrapper function.
2008-05-31 Dr. Stephen HensonStop const mismatch warning.
2008-05-26 Ben LaurieLHASH revamp. make depend.
2008-03-16 Dr. Stephen HensonFix some warnings.
2007-04-04 Ben LaurieReturn an error if the serial number is badly formed...
2006-11-27 Ben LaurieAdd RFC 3779 support.
2006-07-25 Dr. Stephen HensonSupport for multiple CRLs with same issuer name in...
2006-05-07 Dr. Stephen HensonAdd support for default public key digest type ctrl.
2006-04-19 Dr. Stephen HensonRemove link between digests and signature algorithms.
2005-11-04 Andy PolyakovEliminate dependency on read/write/stat in apps under...
2005-09-30 Nils Larschsuccessfully updating the db shouldn't result in an...
2005-07-04 Dr. Stephen HensonUpdate from stable branch.
2005-04-15 Nils Larschconst fixes
2005-04-05 Nils Larschsome const fixes
2004-11-11 Dr. Stephen HensonUse the default_md config file value when signing CRLs.
2004-08-06 Dr. Stephen HensonCall setup_engine after autoconfig.
2004-04-20 Dr. Stephen HensonReduce chances of issuer and serial number duplication...
2004-04-15 Dr. Stephen HensonClear error if unique_subject lookup fails.
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-28 Richard LevitteMove another common functionality (reproduced so far...
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
next