Move some DSA functions between files to make it possible to use the DSA
[openssl.git] / apps / req.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-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-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-17 Dr. Stephen HensonIn "req" exit immediately if configuration file is...
2004-11-17 Dr. Stephen HensonIn "req" exit immediately if configuration file is...
2004-04-26 Geoff ThorpeAllow RSA key-generation to specify an arbitrary public...
2004-04-22 Dr. Stephen HensonPort the random serial number generation to 0.9.7-stable.
2004-04-20 Dr. Stephen HensonReduce chances of issuer and serial number duplication...
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-02-10 Geoff Thorpeminor signed/unsigned warning fixes
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-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-20 Dr. Stephen HensonGive CRLDP its standard name.
2003-11-20 Dr. Stephen HensonGive CRLDP its standard name.
2003-10-29 Geoff ThorpeCopy-n-paste bug (don't mix variable declarations and...
2003-10-29 Geoff ThorpeUpdate any code that was using deprecated functions...
2003-04-03 Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
2003-03-30 Dr. Stephen HensonMulti valued AVA support.
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-24 Dr. Stephen HensonCheck return value of gmtime() and add error codes
2003-01-24 Dr. Stephen HensonCheck return value of gmtime() and add error codes
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-24 Richard LevitteAvoid double definition of config.
2002-12-24 Richard LevitteAvoid double definition of config.
2002-12-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-12-08 Geoff ThorpeUndefine OPENSSL_NO_DEPRECATED inside openssl applicati...
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-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-09-10 Bodo MöllerLet 'openssl req' fail if an argument to '-newkey'...
2002-08-30 Dr. Stephen HensonApply -nameopt patches to 0.9.7
2002-08-26 Bodo Möllerfix offsets
2002-08-22 Dr. Stephen HensonMake -nameopt work in req and add support for -reqopt
2002-08-16 Bodo Möller'EC' vs. 'ECDSA'
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-09 Bodo MöllerAdd ECDH support.
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
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-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-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-05-19 Dr. Stephen HensonReorganise -subj option code, fix buffer overrun.
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-04-30 Lutz JänickeFix escaping when using the -subj option of "openssl...
2002-04-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-04-17 Bodo Möllercheck return values
2002-04-17 Bodo Möllercheck return values
2002-02-23 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-22 Dr. Stephen Hensonnon-Monolith fixes.
2002-02-22 Dr. Stephen Hensonnon-Monolith fixes.
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-12-01 Dr. Stephen HensonAdd -pubkey option to req command.
2001-11-02 Ben LaurieIf verify fails, say why.
2001-10-26 Dr. Stephen HensonNew options to allow req to accept UTF8 strings as...
2001-10-21 Dr. Stephen HensonStop spurious "unable to load config info" errors in req
2001-10-10 Richard LevitteAdd support for md4WithRSAEncryption.
2001-09-12 Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-08-24 Lutz Jänicke-passin argument not used when actually loading the key
2001-07-02 Ben LaurieFix warning.
2001-06-28 Dr. Stephen HensonModify apps to use NCONF code instead of old CONF code.
2001-06-25 Richard LevitteCall apps_shutdown() to take down what apps_startup...
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-09 Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-03-05 Bodo MöllerNew option '-subj arg' for 'openssl req' and 'openssl...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
next