aboutsummaryrefslogtreecommitdiffstats
path: root/apps/req.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* New -set_serial options to 'req' and 'x509'.Dr. Stephen Henson2001-02-191-2/+14
* don't dump coreBodo Möller2001-02-061-5/+4
* If CONF_get_string returns NULL and we want to tolerate thisBodo Möller2000-12-151-9/+65
* Make TYPE_RSA the default type instead of just setting it when -new isRichard Levitte2000-12-091-2/+1
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-2/+5
* Small documentation changeRichard Levitte2000-10-281-1/+1
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-9/+49
* Global DirectoryString mask fix.Dr. Stephen Henson2000-10-041-2/+18
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-1/+15
* Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte2000-09-101-0/+7
* Make req seed the PRNG if signing withDr. Stephen Henson2000-07-121-0/+5
* Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte2000-06-281-11/+2
* Make it possible for users of the openssl applications to specify theRichard Levitte2000-06-281-2/+11
* Move add_oid_section to apps.c, so it can be shared by severalRichard Levitte2000-06-221-24/+1
* Change req so the new parameter '-rand file' uses the given file inRichard Levitte2000-06-221-6/+3
* Forgot the self-documentation within req.Richard Levitte2000-06-221-0/+4
* Small change to accept the command line parameter '-rand file'. ThisRichard Levitte2000-06-221-1/+12
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Don't Free() password if it was read from config file.Dr. Stephen Henson2000-03-091-2/+2
* Rename functions for new convention.Dr. Stephen Henson2000-02-261-2/+2
* New functions and option to use NEW in certificate requests.Dr. Stephen Henson2000-02-181-4/+8
* Pass phrase reorganisation.Dr. Stephen Henson2000-02-161-27/+11
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+2
* Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson2000-01-201-217/+17
* New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson2000-01-091-3/+3
* Make NO_RSA compile with pedantic.Ben Laurie2000-01-081-0/+4
* apps/openssl.cnf and the documentation say it's "nombstr",Bodo Möller2000-01-071-1/+1
* Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson2000-01-061-26/+247
* Fix some of the command line password stuff. New functionDr. Stephen Henson2000-01-011-6/+4
* Allow passwords to be included on command line for a fewDr. Stephen Henson1999-12-241-2/+44
* Add a comment.Bodo Möller1999-12-181-2/+2
* Change the trust and purpose code so it doesn't need initDr. Stephen Henson1999-12-021-1/+0
* Modify the X509 V3 extension lookup code.Dr. Stephen Henson1999-12-011-2/+0
* 'req' fixes. Reinstate length check one request fields.Dr. Stephen Henson1999-11-141-18/+20
* Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson1999-11-081-0/+1
* Continued multibyte character support.Dr. Stephen Henson1999-10-271-14/+14
* Various randomness handling bugfixes and improvements --Bodo Möller1999-10-261-22/+4
* Reinitialize global variables when necessary (for monolith application).Bodo Möller1999-09-031-0/+1
* Allow the extension section specified in config files to be overriddenDr. Stephen Henson1999-08-271-3/+16
* Allow extensions to be added to certificate requests, update the sampleDr. Stephen Henson1999-08-251-0/+32
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-5/+5