aboutsummaryrefslogtreecommitdiffstats
path: root/apps/req.c
Commit message (Expand)AuthorAgeFilesLines
* Make 'openssl req -x509' more equivalent to 'openssl req -new'Richard Levitte2016-08-221-3/+4
* Fix missing opening bracesRichard Levitte2016-06-201-2/+2
* apps/req.c: Increment the right variable when parsing '+'Richard Levitte2016-06-201-4/+3
* RT 3854: Update apps/reqEmilia Kasper2016-02-121-2/+2
* Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell2015-01-221-4/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1670/+1553
* 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
* Use defaults bits in req when not givenKurt Roeckx2014-02-141-6/+7
* Backport PSS signature support from HEAD.Dr. Stephen Henson2011-10-091-4/+82
* 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
* Change STRING to OPENSSL_STRING etc as common words suchDr. Stephen Henson2009-07-271-6/+6
* Make no-rsa, no-dsa and no-dh compile again.Dr. Stephen Henson2009-04-231-1/+2
* Fix usage messages and lookup digests later in req command.Dr. Stephen Henson2009-04-101-5/+5
* Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson2008-10-071-1/+1
* More type-checking.Ben Laurie2008-06-041-6/+6
* Fix from stable branch.Dr. Stephen Henson2008-05-121-2/+1
* Fix warnings.Dr. Stephen Henson2007-08-121-1/+1
* Fix a bug recently introduced when updating this file to use the newBodo Möller2006-06-141-16/+15
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-051-27/+46
* Gather keygen options in req and only use them after all other options haveDr. Stephen Henson2006-05-161-19/+33
* Typo.Dr. Stephen Henson2006-05-121-1/+1
* Update 'req' command to use new keygen API.Dr. Stephen Henson2006-05-111-179/+220
* Add support for default public key digest type ctrl.Dr. Stephen Henson2006-05-071-11/+2
* Remove link between digests and signature algorithms.Dr. Stephen Henson2006-04-191-0/+2
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-2/+0
* 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