aboutsummaryrefslogtreecommitdiff
path: root/apps/req.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-14Fix a bug recently introduced when updating this file to use the newBodo Möller1-16/+15
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson1-27/+46
2006-05-16Gather keygen options in req and only use them after all other options haveDr. Stephen Henson1-19/+33
2006-05-12Typo.Dr. Stephen Henson1-1/+1
2006-05-11Update 'req' command to use new keygen API.Dr. Stephen Henson1-179/+220
2006-05-07Add support for default public key digest type ctrl.Dr. Stephen Henson1-11/+2
2006-04-19Remove link between digests and signature algorithms.Dr. Stephen Henson1-0/+2
2006-03-15fix problems found by coverity: remove useless codeNils Larsch1-2/+0
2005-07-16makeNils Larsch1-0/+9
2005-05-17OPENSSL_Applink update.Andy Polyakov1-1/+0
2005-05-16ecc api cleanup; summary:Nils Larsch1-7/+12
2005-04-05some const fixesNils Larsch1-10/+11
2005-04-02use SHA-1 as the default digest for the apps/openssl commandsNils Larsch1-1/+1
2004-11-17In "req" exit immediately if configuration file is needed and it can'tDr. Stephen Henson1-4/+7
2004-04-26Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe1-1/+5
2004-04-20Reduce chances of issuer and serial number duplication by use of randomDr. Stephen Henson1-1/+3
2004-02-10minor signed/unsigned warning fixesGeoff Thorpe1-2/+2
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-21/+19
2003-11-28Move do_subject() to apps.c and rename it to parse_name(). TheRichard Levitte1-1/+1
2003-11-28Allow multi-valued rdns in subjects. This adds the -multivalue-rdn optionRichard Levitte1-10/+15
2003-11-20Give CRLDP its standard name.Dr. Stephen Henson1-1/+1
2003-10-29Copy-n-paste bug (don't mix variable declarations and code). This sets theGeoff Thorpe1-1/+1
2003-10-29Update any code that was using deprecated functions so that everything buildsGeoff Thorpe1-7/+13
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte1-2/+2
2003-03-30Multi valued AVA support.Dr. Stephen Henson1-6/+25
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-1/+9
2003-01-24Check return value of gmtime() and add error codesDr. Stephen Henson1-0/+6
2002-12-24Avoid double definition of config.Richard Levitte1-1/+0
2002-12-08Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we areGeoff Thorpe1-0/+6
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-1/+1
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-12/+24
2002-11-11Variables on the stack must be initialized or we can't depend on anyRichard Levitte1-1/+1
2002-09-10Let 'openssl req' fail if an argument to '-newkey' is notBodo Möller1-1/+3
2002-08-26fix offsetsBodo Möller1-2/+2
2002-08-22Make -nameopt work in req and add support for -reqoptDr. Stephen Henson1-4/+10
2002-08-16'EC' vs. 'ECDSA'Bodo Möller1-9/+12
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller1-2/+3
2002-08-09Add ECDH support.Bodo Möller1-10/+1
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller1-22/+23
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte1-1/+1
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller1-1/+5
2002-05-19Reorganise -subj option code, fix buffer overrun.Dr. Stephen Henson1-108/+6
2002-04-30Fix escaping when using the -subj option of "openssl req", documentLutz Jänicke1-35/+96
2002-04-17check return valuesBodo Möller1-14/+15
2002-02-22non-Monolith fixes.Dr. Stephen Henson1-1/+2
2002-02-22Config code updates.Dr. Stephen Henson1-0/+2
2002-02-13ECDSA supportBodo Möller1-4/+77
2001-12-01Add -pubkey option to req command.Dr. Stephen Henson1-10/+33
2001-11-02If verify fails, say why.Ben Laurie1-0/+1
2001-10-26New options to allow req to accept UTF8 strings as input.Dr. Stephen Henson1-24/+44