]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/req.c
ifdef cleanup part 3: OPENSSL_SYSNAME
[thirdparty/openssl.git] / apps / req.c
2015-01-23  Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-22  Matt CaswellRe-align some comments after running the reformat script.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-12  Rich SalzRT3548: Remove unsupported platforms
2015-01-06  Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2014-12-18  Matt CaswellRemove redundant OPENSSL_NO_DEPRECATED suppression
2014-12-10  Rich SalzRT3543: Remove #ifdef LINT
2014-05-11  Viktor DukhovniFix infinite loop. PR#3347
2014-02-14  Kurt RoeckxUse defaults bits in req when not given
2013-09-13  Mattypo
2012-12-04  Dr. Stephen Hensonmake -subj always override config file
2010-03-14  Dr. Stephen Hensonadd -sigopt option to ca utility
2010-03-12  Dr. Stephen Hensonnew sigopt and PSS support for req and x509 utilities
2010-03-10  Dr. Stephen Hensondon't leave bogus errors in the queue
2009-10-04  Dr. Stephen HensonFix warnings about ignoring fgets return value
2009-07-27  Dr. Stephen HensonUpdate from 1.0.0-stable
2009-04-26  Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-04-15  Dr. Stephen HensonUpdates from 1.0.0-stable.
2008-10-07  Dr. Stephen HensonExperimental new date handling routines. These fix...
2008-06-04  Ben LaurieMore type-checking.
2008-05-12  Dr. Stephen HensonFix from stable branch.
2007-08-12  Dr. Stephen HensonFix warnings.
2006-06-14  Bodo MöllerFix a bug recently introduced when updating this file...
2006-06-05  Dr. Stephen HensonComplete EVP_PKEY_ASN1_METHOD ENGINE support.
2006-05-16  Dr. Stephen HensonGather keygen options in req and only use them after...
2006-05-12  Dr. Stephen HensonTypo.
2006-05-11  Dr. Stephen HensonUpdate 'req' command to use new keygen API.
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.
2006-03-15  Nils Larschfix problems found by coverity: remove useless code
2005-07-16  Nils Larschmake
2005-05-17  Andy PolyakovOPENSSL_Applink update.
2005-05-16  Nils Larschecc api cleanup; summary:
2005-04-05  Nils Larschsome const fixes
2005-04-02  Nils Larschuse SHA-1 as the default digest for the apps/openssl...
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-20  Dr. Stephen HensonReduce chances of issuer and serial number duplication...
2004-02-10  Geoff Thorpeminor signed/unsigned warning fixes
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-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-24  Dr. Stephen HensonCheck return value of gmtime() and add error codes
2002-12-24  Richard LevitteAvoid double definition of config.
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-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-09-10  Bodo MöllerLet 'openssl req' fail if an argument to '-newkey'...
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-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-01  Richard LevitteMake it possible to load keys from stdin, and restore...
2002-07-14  Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
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-17  Bodo Möllercheck return values
2002-02-22  Dr. Stephen Hensonnon-Monolith fixes.
2002-02-22  Dr. Stephen HensonConfig code updates.
2002-02-13  Bodo MöllerECDSA support
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...
2001-02-19  Dr. Stephen HensonNew -set_serial options to 'req' and 'x509'.
2001-02-06  Bodo Möllerdon't dump core
2000-12-15  Bodo MöllerIf CONF_get_string returns NULL and we want to tolerate...
2000-12-09  Richard LevitteMake TYPE_RSA the default type instead of just setting...
2000-12-08  Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-10-28  Richard LevitteSmall documentation change
2000-10-26  Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-10-04  Dr. Stephen HensonGlobal DirectoryString mask fix.
2000-09-20  Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-09-10  Richard LevitteMarin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent...
2000-07-12  Dr. Stephen HensonMake req seed the PRNG if signing with
2000-06-28  Richard LevitteUndo the changes I just made. I'm not sure what I...
2000-06-28  Richard LevitteMake it possible for users of the openssl applications...
2000-06-22  Richard LevitteMove add_oid_section to apps.c, so it can be shared...
next