summaryrefslogtreecommitdiff
path: root/apps/req.c
Commit message (Expand)AuthorAgeFilesLines
* add -sigopt option to ca utilitysteve2010-03-141-0/+15
* new sigopt and PSS support for req and x509 utilitiessteve2010-03-121-4/+67
* don't leave bogus errors in the queuesteve2010-03-101-0/+6
* Fix warnings about ignoring fgets return valuesteve2009-10-041-2/+4
* Update from 1.0.0-stablesteve2009-07-271-6/+6
* Update from 1.0.0-stable.steve2009-04-261-1/+2
* Updates from 1.0.0-stable.steve2009-04-151-5/+5
* Experimental new date handling routines. These fix issues with X509_time_adj()steve2008-10-071-1/+1
* More type-checking.ben2008-06-041-6/+6
* Fix from stable branch.steve2008-05-121-2/+1
* Fix warnings.steve2007-08-121-1/+1
* Fix a bug recently introduced when updating this file to use the newbodo2006-06-141-16/+15
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.steve2006-06-051-27/+46
* Gather keygen options in req and only use them after all other options havesteve2006-05-161-19/+33
* Typo.steve2006-05-121-1/+1
* Update 'req' command to use new keygen API.steve2006-05-111-179/+220
* Add support for default public key digest type ctrl.steve2006-05-071-11/+2
* Remove link between digests and signature algorithms.steve2006-04-191-0/+2
* fix problems found by coverity: remove useless codenils2006-03-151-2/+0
* makenils2005-07-161-0/+9
* OPENSSL_Applink update.appro2005-05-171-1/+0
* ecc api cleanup; summary:nils2005-05-161-7/+12
* some const fixesnils2005-04-051-10/+11
* use SHA-1 as the default digest for the apps/openssl commandsnils2005-04-021-1/+1
* In "req" exit immediately if configuration file is needed and it can'tsteve2004-11-171-4/+7
* Allow RSA key-generation to specify an arbitrary public exponent. Jeltegeoff2004-04-261-1/+5
* Reduce chances of issuer and serial number duplication by use of randomsteve2004-04-201-1/+3
* minor signed/unsigned warning fixesgeoff2004-02-101-2/+2
* Use BUF_strlcpy() instead of strcpy().levitte2003-12-271-21/+19
* Move do_subject() to apps.c and rename it to parse_name(). Thelevitte2003-11-281-1/+1
* Allow multi-valued rdns in subjects. This adds the -multivalue-rdn optionlevitte2003-11-281-10/+15
* Give CRLDP its standard name.steve2003-11-201-1/+1
* Copy-n-paste bug (don't mix variable declarations and code). This sets thegeoff2003-10-291-1/+1
* Update any code that was using deprecated functions so that everything buildsgeoff2003-10-291-7/+13
* Correct a lot of printing calls. Remove extra arguments...levitte2003-04-031-2/+2
* Multi valued AVA support.steve2003-03-301-6/+25
* Add the possibility to build without the ENGINE framework.levitte2003-01-301-1/+9
* Check return value of gmtime() and add error codessteve2003-01-241-0/+6
* Avoid double definition of config.levitte2002-12-241-1/+0
* Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we aregeoff2002-12-081-0/+6
* EXIT() may mean return(). That's confusing, so let's have it really meanlevitte2002-12-031-1/+1
* Security fixes brought forward from 0.9.7.ben2002-11-131-12/+24
* Variables on the stack must be initialized or we can't depend on anylevitte2002-11-111-1/+1
* Let 'openssl req' fail if an argument to '-newkey' is notbodo2002-09-101-1/+3
* fix offsetsbodo2002-08-261-2/+2
* Make -nameopt work in req and add support for -reqoptsteve2002-08-221-4/+10
* 'EC' vs. 'ECDSA'bodo2002-08-161-9/+12
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)bodo2002-08-121-2/+3
* Add ECDH support.bodo2002-08-091-10/+1
* use a generic EC_KEY structure (EC keys are not ECDSA specific)bodo2002-08-071-22/+23