]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/x509.c
Updatde from stable branch.
[thirdparty/openssl.git] / apps / x509.c
2009-01-07  Dr. Stephen HensonUpdatde from stable branch.
2008-06-04  Ben LaurieMore type-checking.
2007-09-26  Dr. Stephen HensonSupport for certificate status TLS extension.
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-08-20  Dr. Stephen HensonRemove ASN1_METHOD code replace with new ASN1 alternative.
2005-07-16  Nils Larschmake
2005-04-05  Nils Larschsome const fixes
2005-04-02  Nils Larschuse SHA-1 as the default digest for the apps/openssl...
2005-03-31  Ben LaurieGive everything prototypes (well, everything that's...
2004-12-05  Dr. Stephen HensonUse X509_cmp_time() in -checkend option, to support...
2004-11-13  Dr. Stephen HensonFix x509.c so it creates serial number file again if no
2004-05-12  Dr. Stephen HensonMake self signing option of 'x509' use random serial...
2004-04-21  Dr. Stephen HensonNew option to 'x509' -next_serial. This outputs the...
2004-04-21  Dr. Stephen HensonUse X509_get_serialNumber() instead of accessing intern...
2004-04-19  Geoff Thorpeheader cleanup in apps/
2003-12-27  Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-09-21  Dr. Stephen HensonIn order to get the expected self signed error when
2003-07-03  Richard LevitteAdd -issuer_hash and make -subject_hash the default...
2003-04-04  Richard LevitteConvert save_serial() to work like save_index(), and...
2003-04-03  Richard LevitteRemove unused variable.
2003-04-03  Richard LevitteMake it possible to have multiple active certificates...
2003-03-31  Richard LevitteNo need to test -setalias twice.
2003-01-30  Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-03  Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-11  Richard LevitteVariables on the stack must be initialized or we can...
2002-11-08  Richard Levitte-CAserial does take a filename argument.
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-29  Lutz JänickeOnly use DSA-functions if available.
2002-05-30  Richard LevitteCAformat should not be used for CA key format.
2002-02-22  Dr. Stephen HensonConfig code updates.
2002-02-13  Bodo MöllerECDSA support
2001-09-12  Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-09-01  Geoff ThorpeMake the necessary changes to work with the recent...
2001-06-28  Dr. Stephen HensonModify apps to use NCONF code instead of old CONF code.
2001-06-23  Richard LevitteUse apps_shutdown() in all applications, in case someon...
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-03-08  Bodo MöllerBugfix: previously the serial number file could turn...
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-20  Ulf MöllerFix warning.
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-06  Ulf Möllerformat strings
2000-12-15  Bodo MöllerIf CONF_get_string returns NULL and we want to tolerate...
2000-10-28  Richard LevitteAdd the possibility to use keys handled by engines...
2000-10-27  Richard LevitteThe majority of the OCSP code from CertCo.
2000-10-26  Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-10-06  Dr. Stephen HensonMore code for X509_print_ex() support.
2000-09-20  Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-09-06  Bodo MöllerGet rid of ASN1_UTCTIME_get, which cannot work with...
2000-08-24  Dr. Stephen HensonNew option to CA.pl to sign request using CA extensions.
2000-07-28  Dr. Stephen HensonNew ASN1_STRING_print_ex() and X509_NAME_print_ex()
2000-06-22  Richard LevitteMove add_oid_section to apps.c, so it can be shared...
2000-06-22  Richard LevitteMove the certificate and key loading functions to apps...
2000-06-11  Dr. Stephen HensonDocument EVP routines. Change EVP_SealInit() and EVP_Op...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-05-14  Ben LaurieAllow UTCTIME objects to be retrieved. Check for immine...
2000-05-02  Bodo MöllerFix a memory leak, and don't generate inappropriate...
2000-03-27  Bodo MöllerFix typo in -clrext option, but add a compatibility...
2000-02-26  Bodo MöllerMore get0 et al. changes. Also provide fgrep targets...
2000-02-26  Dr. Stephen HensonRename functions for new convention.
2000-02-19  Dr. Stephen HensonAdd -clrext option to 'x509'
2000-02-16  Dr. Stephen HensonPass phrase reorganisation.
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-01-21  Dr. Stephen HensonMake -CAcreateserial start from 1 instead of 0 for
2000-01-07  Dr. Stephen HensonMore X509_ATTRIBUTE changes.
1999-12-29  Dr. Stephen HensonSimplify the trust structure: basically zap the bit...
1999-12-24  Dr. Stephen HensonAllow passwords to be included on command line for...
1999-12-02  Dr. Stephen HensonChange the trust and purpose code so it doesn't need...
1999-11-29  Dr. Stephen HensonAdd part of chain verify SSL support code: not complete...
1999-11-27  Dr. Stephen HensonInitial trust code: allow setting of trust checking...
1999-11-26  Dr. Stephen HensonNew options to the -verify program which can be used...
1999-11-21  Dr. Stephen HensonTransparent support for PKCS#8 private keys in RSA...
1999-11-08  Dr. Stephen HensonFix to the -revoke option in ca. It was leaking memory...
1999-11-04  Dr. Stephen HensonAllow additional information to be attached to a
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-10-13  Dr. Stephen HensonInitial support for certificate purpose checking: this...
1999-08-27  Dr. Stephen HensonAllow the extension section specified in config files...
1999-07-21  Bodo MöllerAdditional user data argument to pem_password_cb functi...
1999-07-11  Dr. Stephen HensonFix a bug in x509.c that omitted DSA parameters when...
1999-05-25  Bodo MöllerAdd closing parenthesis to usage output.
1999-05-17  Bodo MöllerRename "openssl x509" option "-config" to "-extfile...
1999-04-28  Ben LaurieDon't shadow.
1999-04-27  Dr. Stephen HensonAdd PKCS#12 documentation and new option in x509 to...
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-19  Ulf MöllerChange functions to ANSI C.
1999-04-17  Ben LaurieMassive constification.
1999-02-24  Ralf S. EngelschallMake `openssl x509 -noout -modulus' functional also...
1999-01-26  Dr. Stephen HensonStill more X509 V3 stuff. Modify ca.c to work with...
1999-01-24  Dr. Stephen HensonContinuing adding X509 V3 support. This starts to integ...
1999-01-20  Dr. Stephen HensonContinued patches so certificates and CRLs now can...
1999-01-03  Dr. Stephen HensonMore EVP_PKEY patches for new functionality.
1999-01-03  Dr. Stephen HensonMake sure applications free up pkey structures and...
1998-12-22  Ralf S. EngelschallIncorporation of RSEs assembled patches
next