]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/ca.c
Run util/openssl-format-source -v -c .
[thirdparty/openssl.git] / apps / ca.c
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellMove more comments that confuse indent
2015-01-22  Matt CaswellFurther comment amendments to preserve formatting prior...
2015-01-22  Tim Hudsonmark all block comments that need format preserving...
2014-06-29  Dr. Stephen HensonShow errors on CSR verification failure.
2014-06-27  Dr. Stephen HensonMemory leak and NULL dereference fixes.
2010-01-14  Dr. Stephen HensonPR: 1618
2009-12-02  Dr. Stephen HensonReplace the broken SPKAC certification with the correct...
2009-11-05  Ben LaurieFix compilation problem.
2009-10-04  Dr. Stephen HensonFix warnings about ignoring fgets return value
2009-06-02  Dr. Stephen HensonPR: 1937
2009-03-14  Dr. Stephen HensonPR: 1846
2008-01-03  Dr. Stephen HensonNetware support.
2006-11-27  Ben LaurieAdd RFC 3779 support, contributed by ARIN.
2005-09-30  Nils Larschsuccessfully updating the db shouldn't result in an...
2005-07-04  Dr. Stephen HensonAdd utf8 options to ca utility.
2005-05-17  cvs2svnThis commit was manufactured by cvs2svn to create 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
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...
next