summaryrefslogtreecommitdiffstats
path: root/apps/req.c
Commit message (Expand)AuthorAgeFilesLines
* Re-align some comments after running the reformat script.OpenSSL_0_9_8-post-reformatMatt Caswell2015-01-221-4/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1513/+1441
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-221-1/+1
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+2
* Fix infinite loop. PR#3347Viktor Dukhovni2014-05-111-2/+13
* don't leave bogus errors in the queueDr. Stephen Henson2010-03-101-0/+6
* Fix warnings about ignoring fgets return valueDr. Stephen Henson2009-10-041-2/+4
* Always seed PRNG for new requests no matter what key type. RSA may needDr. Stephen Henson2008-05-121-2/+1
* makeNils Larsch2005-07-161-0/+9
* OPENSSL_Applink update.Andy Polyakov2005-05-171-1/+0
* ecc api cleanup; summary:Nils Larsch2005-05-161-7/+12
* some const fixesNils Larsch2005-04-051-10/+11
* use SHA-1 as the default digest for the apps/openssl commandsNils Larsch2005-04-021-1/+1
* 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