aboutsummaryrefslogtreecommitdiffstats
path: root/apps/req.c
Commit message (Expand)AuthorAgeFilesLines
* In "req" exit immediately if configuration file is needed and it can'tDr. Stephen Henson2004-11-171-4/+7
* Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe2004-04-261-1/+5
* Reduce chances of issuer and serial number duplication by use of randomDr. Stephen Henson2004-04-201-1/+3
* minor signed/unsigned warning fixesGeoff Thorpe2004-02-101-2/+2
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-21/+19
* Move do_subject() to apps.c and rename it to parse_name(). TheRichard Levitte2003-11-281-1/+1
* Allow multi-valued rdns in subjects. This adds the -multivalue-rdn optionRichard Levitte2003-11-281-10/+15
* Give CRLDP its standard name.Dr. Stephen Henson2003-11-201-1/+1
* Copy-n-paste bug (don't mix variable declarations and code). This sets theGeoff Thorpe2003-10-291-1/+1
* Update any code that was using deprecated functions so that everything buildsGeoff Thorpe2003-10-291-7/+13
* Correct a lot of printing calls. Remove extra arguments...Richard Levitte2003-04-031-2/+2
* Multi valued AVA support.Dr. Stephen Henson2003-03-301-6/+25
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-1/+9
* Check return value of gmtime() and add error codesDr. Stephen Henson2003-01-241-0/+6
* Avoid double definition of config.Richard Levitte2002-12-241-1/+0
* Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we areGeoff Thorpe2002-12-081-0/+6
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-12/+24
* Variables on the stack must be initialized or we can't depend on anyRichard Levitte2002-11-111-1/+1
* Let 'openssl req' fail if an argument to '-newkey' is notBodo Möller2002-09-101-1/+3
* fix offsetsBodo Möller2002-08-261-2/+2
* Make -nameopt work in req and add support for -reqoptDr. Stephen Henson2002-08-221-4/+10
* 'EC' vs. 'ECDSA'Bodo Möller2002-08-161-9/+12
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2002-08-121-2/+3
* Add ECDH support.Bodo Möller2002-08-091-10/+1
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-22/+23
* Make it possible to load keys from stdin, and restore thatRichard Levitte2002-08-011-1/+1
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-1/+5
* Reorganise -subj option code, fix buffer overrun.Dr. Stephen Henson2002-05-191-108/+6
* Fix escaping when using the -subj option of "openssl req", documentLutz Jänicke2002-04-301-35/+96
* check return valuesBodo Möller2002-04-171-14/+15
* non-Monolith fixes.Dr. Stephen Henson2002-02-221-1/+2
* Config code updates.Dr. Stephen Henson2002-02-221-0/+2
* ECDSA supportBodo Möller2002-02-131-4/+77
* Add -pubkey option to req command.Dr. Stephen Henson2001-12-011-10/+33
* If verify fails, say why.Ben Laurie2001-11-021-0/+1
* New options to allow req to accept UTF8 strings as input.Dr. Stephen Henson2001-10-261-24/+44
* Stop spurious "unable to load config info" errors in reqDr. Stephen Henson2001-10-211-1/+1
* Add support for md4WithRSAEncryption.Richard Levitte2001-10-101-1/+1
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+0
* -passin argument not used when actually loading the keyLutz Jänicke2001-08-241-1/+1
* Fix warning.Ben Laurie2001-07-021-1/+1
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-281-60/+67
* Call apps_shutdown() to take down what apps_startup() set up.Richard Levitte2001-06-251-0/+1
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-17/+1
* Extend all the loading functions to take an engine pointer, a passRichard Levitte2001-05-301-33/+5
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-1/+1
* New option '-subj arg' for 'openssl req' and 'openssl ca'. ThisBodo Möller2001-03-051-38/+171
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-3/+3
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-12/+12