summaryrefslogtreecommitdiffstats
path: root/apps/req.c
AgeCommit message (Expand)Author
2010-03-14add -sigopt option to ca utilityDr. Stephen Henson
2010-03-12new sigopt and PSS support for req and x509 utilitiesDr. 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-27Update from 1.0.0-stableDr. Stephen Henson
2009-04-26Update from 1.0.0-stable.Dr. Stephen Henson
2009-04-15Updates from 1.0.0-stable.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
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-24Check return value of gmtime() and add error codesDr. Stephen Henson
2002-12-24Avoid double definition of config.Richard Levitte
2002-12-08Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we areGeoff Thorpe
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-11-11Variables on the stack must be initialized or we can't depend on anyRichard Levitte
2002-09-10Let 'openssl req' fail if an argument to '-newkey' is notBodo Möller
2002-08-26fix offsetsBodo Möller
2002-08-22Make -nameopt work in req and add support for -reqoptDr. Stephen Henson
2002-08-16'EC' vs. 'ECDSA'Bodo Möller
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller
2002-08-09Add ECDH support.Bodo Möller
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller