Move some DSA functions between files to make it possible to use the DSA
[openssl.git] / apps / x509.c
2005-05-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-11 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
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 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-02-05 Dr. Stephen HensonIn FIPS mode use SHA1 as default digest in x509 and req
2004-12-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-12-05 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-12-05 Dr. Stephen HensonUse X509_cmp_time() in -checkend option, to support...
2004-12-05 Dr. Stephen HensonUse X509_cmp_time() in -checkend option, to support...
2004-11-30 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-25 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-13 Dr. Stephen HensonFix x509.c so it creates serial number file again if no
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-05-12 Dr. Stephen HensonMake self signing option of 'x509' use random serial...
2004-05-12 Dr. Stephen HensonFix memory leak.
2004-04-22 Dr. Stephen HensonPort the random serial number generation to 0.9.7-stable.
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/
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-03-16 Dr. Stephen HensonAvoid warnings.
2004-03-08 Richard LevitteIncorporate the following changes from 0.9.8-dev:
2004-01-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
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-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-03-31 Richard LevitteNo need to test -setalias twice.
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-01-10 cvs2svnThis commit was manufactured by cvs2svn to create branch
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-27 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
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-11 Richard LevitteVariables on the stack must be initialized or we can...
2002-11-11 Richard LevitteVariables on the stack must be initialized or we can...
2002-11-09 Richard Levitte-CAserial does take a filename argument.
2002-11-08 Richard Levitte-CAserial does take a filename argument.
2002-10-20 cvs2svnThis commit was manufactured by cvs2svn to create branch
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-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-29 Lutz JänickeOnly use DSA-functions if available.
2002-07-29 Lutz JänickeOnly use DSA-functions if available.
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-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-05-30 Richard LevitteCAformat should not be used for CA key format.
2002-05-30 Richard LevitteCAformat should not be used for CA key format.
2002-04-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
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-13 Bodo MöllerECDSA support
2002-02-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
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...
next