aboutsummaryrefslogtreecommitdiff
path: root/apps/req.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-21Stop spurious "unable to load config info" errors in reqDr. Stephen Henson1-1/+1
2001-10-10Add support for md4WithRSAEncryption.Richard Levitte1-1/+1
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe1-1/+0
2001-08-24-passin argument not used when actually loading the keyLutz Jänicke1-1/+1
2001-07-02Fix warning.Ben Laurie1-1/+1
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson1-60/+67
2001-06-25Call apps_shutdown() to take down what apps_startup() set up.Richard Levitte1-0/+1
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte1-17/+1
2001-05-30Extend all the loading functions to take an engine pointer, a passRichard Levitte1-33/+5
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson1-1/+1
2001-03-05New option '-subj arg' for 'openssl req' and 'openssl ca'. ThisBodo Möller1-38/+171
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-3/+3
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-12/+12
2001-02-19New -set_serial options to 'req' and 'x509'.Dr. Stephen Henson1-2/+14
2001-02-06don't dump coreBodo Möller1-5/+4
2000-12-15If CONF_get_string returns NULL and we want to tolerate thisBodo Möller1-9/+65
2000-12-09Make TYPE_RSA the default type instead of just setting it when -new isRichard Levitte1-2/+1
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-2/+5
2000-10-28Small documentation changeRichard Levitte1-1/+1
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte1-9/+49
2000-10-04Global DirectoryString mask fix.Dr. Stephen Henson1-2/+18
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte1-1/+15
2000-09-10Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte1-0/+7
2000-07-12Make req seed the PRNG if signing withDr. Stephen Henson1-0/+5
2000-06-28Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte1-11/+2
2000-06-28Make it possible for users of the openssl applications to specify theRichard Levitte1-2/+11
2000-06-22Move add_oid_section to apps.c, so it can be shared by severalRichard Levitte1-24/+1
2000-06-22Change req so the new parameter '-rand file' uses the given file inRichard Levitte1-6/+3
2000-06-22Forgot the self-documentation within req.Richard Levitte1-0/+4
2000-06-22Small change to accept the command line parameter '-rand file'. ThisRichard Levitte1-1/+12
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
2000-03-09Don't Free() password if it was read from config file.Dr. Stephen Henson1-2/+2
2000-02-26Rename functions for new convention.Dr. Stephen Henson1-2/+2
2000-02-18New functions and option to use NEW in certificate requests.Dr. Stephen Henson1-4/+8
2000-02-16Pass phrase reorganisation.Dr. Stephen Henson1-27/+11
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall1-0/+2
2000-01-20Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson1-217/+17
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson1-3/+3
2000-01-08Make NO_RSA compile with pedantic.Ben Laurie1-0/+4
2000-01-07apps/openssl.cnf and the documentation say it's "nombstr",Bodo Möller1-1/+1
2000-01-06Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson1-26/+247
2000-01-01Fix some of the command line password stuff. New functionDr. Stephen Henson1-6/+4
1999-12-24Allow passwords to be included on command line for a fewDr. Stephen Henson1-2/+44
1999-12-18Add a comment.Bodo Möller1-2/+2
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson1-1/+0
1999-12-01Modify the X509 V3 extension lookup code.Dr. Stephen Henson1-2/+0
1999-11-14'req' fixes. Reinstate length check one request fields.Dr. Stephen Henson1-18/+20
1999-11-08Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson1-0/+1
1999-10-27Continued multibyte character support.Dr. Stephen Henson1-14/+14
1999-10-26Various randomness handling bugfixes and improvements --Bodo Möller1-22/+4