summaryrefslogtreecommitdiffstats
path: root/apps/req.c
AgeCommit message (Expand)Author
2018-09-04openssl req: don't try to report bitsRichard Levitte
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-05-17Fix regression in openssl req -x509 behaviour.Tomas Mraz
2016-10-20apps: make setup_engine() and release_engine() available alwaysRichard Levitte
2016-10-20If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-08-22Make 'openssl req -x509' more equivalent to 'openssl req -new'Richard Levitte
2016-06-20Fix missing opening bracesRichard Levitte
2016-06-20apps/req.c: Increment the right variable when parsing '+'Richard Levitte
2016-02-12RT 3854: Update apps/reqEmilia Kasper
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-05-11Fix infinite loop. PR#3347Viktor Dukhovni
2014-02-14Use defaults bits in req when not givenKurt Roeckx
2011-10-09Backport PSS signature support from HEAD.Dr. Stephen Henson
2010-03-10don't leave bogus errors in the queueDr. Stephen Henson
2009-10-04Fix warnings about ignoring fgets return valueDr. Stephen Henson
2009-07-27Change STRING to OPENSSL_STRING etc as common words suchDr. Stephen Henson
2009-04-23Make no-rsa, no-dsa and no-dh compile again.Dr. Stephen Henson
2009-04-10Fix usage messages and lookup digests later in req command.Dr. Stephen Henson
2008-10-07Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2008-05-12Fix from stable branch.Dr. Stephen Henson
2007-08-12Fix warnings.Dr. Stephen Henson
2006-06-14Fix a bug recently introduced when updating this file to use the newBodo Möller
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson
2006-05-16Gather keygen options in req and only use them after all other options haveDr. Stephen Henson
2006-05-12Typo.Dr. Stephen Henson
2006-05-11Update 'req' command to use new keygen API.Dr. Stephen Henson
2006-05-07Add support for default public key digest type ctrl.Dr. Stephen Henson
2006-04-19Remove link between digests and signature algorithms.Dr. Stephen Henson
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2005-07-16makeNils Larsch
2005-05-17OPENSSL_Applink update.Andy Polyakov
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-04-05some const fixesNils Larsch
2005-04-02use SHA-1 as the default digest for the apps/openssl commandsNils Larsch
2004-11-17In "req" exit immediately if configuration file is needed and it can'tDr. Stephen Henson
2004-04-26Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe
2004-04-20Reduce chances of issuer and serial number duplication by use of randomDr. Stephen Henson
2004-02-10minor signed/unsigned warning fixesGeoff Thorpe
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-28Move do_subject() to apps.c and rename it to parse_name(). TheRichard Levitte
2003-11-28Allow multi-valued rdns in subjects. This adds the -multivalue-rdn optionRichard Levitte
2003-11-20Give CRLDP its standard name.Dr. Stephen Henson
2003-10-29Copy-n-paste bug (don't mix variable declarations and code). This sets theGeoff Thorpe
2003-10-29Update any code that was using deprecated functions so that everything buildsGeoff Thorpe
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte
2003-03-30Multi valued AVA support.Dr. Stephen Henson