summaryrefslogtreecommitdiffstats
path: root/apps/req.c
AgeCommit message (Expand)Author
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller
2002-05-19Reorganise -subj option code, fix buffer overrun.Dr. Stephen Henson
2002-04-30Fix escaping when using the -subj option of "openssl req", documentLutz Jänicke
2002-04-17check return valuesBodo Möller
2002-02-22non-Monolith fixes.Dr. Stephen Henson
2002-02-22Config code updates.Dr. Stephen Henson
2002-02-13ECDSA supportBodo Möller
2001-12-01Add -pubkey option to req command.Dr. Stephen Henson
2001-11-02If verify fails, say why.Ben Laurie
2001-10-26New options to allow req to accept UTF8 strings as input.Dr. Stephen Henson
2001-10-21Stop spurious "unable to load config info" errors in reqDr. Stephen Henson
2001-10-10Add support for md4WithRSAEncryption.Richard Levitte
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe
2001-08-24-passin argument not used when actually loading the keyLutz Jänicke
2001-07-02Fix warning.Ben Laurie
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson
2001-06-25Call apps_shutdown() to take down what apps_startup() set up.Richard Levitte
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte
2001-05-30Extend all the loading functions to take an engine pointer, a passRichard Levitte
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-03-05New option '-subj arg' for 'openssl req' and 'openssl ca'. ThisBodo Möller
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-19New -set_serial options to 'req' and 'x509'.Dr. Stephen Henson
2001-02-06don't dump coreBodo Möller
2000-12-15If CONF_get_string returns NULL and we want to tolerate thisBodo Möller
2000-12-09Make TYPE_RSA the default type instead of just setting it when -new isRichard Levitte
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson
2000-10-28Small documentation changeRichard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-10-04Global DirectoryString mask fix.Dr. Stephen Henson
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-09-10Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte
2000-07-12Make req seed the PRNG if signing withDr. Stephen Henson
2000-06-28Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte
2000-06-28Make it possible for users of the openssl applications to specify theRichard Levitte
2000-06-22Move add_oid_section to apps.c, so it can be shared by severalRichard Levitte
2000-06-22Change req so the new parameter '-rand file' uses the given file inRichard Levitte
2000-06-22Forgot the self-documentation within req.Richard Levitte
2000-06-22Small change to accept the command line parameter '-rand file'. ThisRichard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-03-09Don't Free() password if it was read from config file.Dr. Stephen Henson
2000-02-26Rename functions for new convention.Dr. Stephen Henson
2000-02-18New functions and option to use NEW in certificate requests.Dr. Stephen Henson
2000-02-16Pass phrase reorganisation.Dr. Stephen Henson
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-01-20Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson
2000-01-08Make NO_RSA compile with pedantic.Ben Laurie