RT4033: Use OPENSSL_SYS_UNIX not "unix"
[openssl.git] / apps / req.c
2015-09-05 Richard LevitteChange the way apps open their input and output files
2015-09-05 Richard LevitteMake the handling of output and input formats consistent
2015-08-31 Dr. Stephen Hensonmake X509_REQ opaque
2015-08-31 Dr. Stephen HensonRemove asn1-kludge option.
2015-07-31 Adam EijdenbergRT3961: Fix switch/case errors in flag parsing
2015-07-07 Richard LevitteMake "oneline" the default for nameopt
2015-06-15 Rich SalzRT2547: Tighten perms on generated privkey files
2015-06-15 Tim HudsonFix argument processing error from the option parsing...
2015-06-02 Rich SalzStandardize handling of #ifdef'd options.
2015-05-29 Richard LevitteRestore module loading
2015-05-29 Richard LevitteFix double BIO_free in req
2015-05-28 Rich SalzRT3876: Only load config when needed
2015-05-25 Hanno BöckRT3861: Mem/bio leak in req command
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree NULL cleanup 11
2015-05-01 Rich Salzfree null cleanup finale
2015-04-25 Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-03-28 Rich Salzfree NULL cleanup
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
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.
next