summaryrefslogtreecommitdiffstats
path: root/apps/req.c
AgeCommit message (Expand)Author
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
2000-01-07apps/openssl.cnf and the documentation say it's "nombstr",Bodo Möller
2000-01-06Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson
2000-01-01Fix some of the command line password stuff. New functionDr. Stephen Henson
1999-12-24Allow passwords to be included on command line for a fewDr. Stephen Henson
1999-12-18Add a comment.Bodo Möller
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson
1999-12-01Modify the X509 V3 extension lookup code.Dr. Stephen Henson
1999-11-14'req' fixes. Reinstate length check one request fields.Dr. Stephen Henson
1999-11-08Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson
1999-10-27Continued multibyte character support.Dr. Stephen Henson
1999-10-26Various randomness handling bugfixes and improvements --Bodo Möller
1999-09-03Reinitialize global variables when necessary (for monolith application).Bodo Möller
1999-08-27Allow the extension section specified in config files to be overriddenDr. Stephen Henson
1999-08-25Allow extensions to be added to certificate requests, update the sampleDr. Stephen Henson
1999-07-21Additional user data argument to pem_password_cb function typeBodo Möller
1999-06-20Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson
1999-06-10Avoid warnings.Bodo Möller
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller
1999-06-03More evil cast removal.Ben Laurie
1999-05-13VMS support.Ulf Möller
1999-05-11Move openssl.cnf out of lib/.Ulf Möller
1999-05-01Another stack.Ben Laurie
1999-05-01Another stack.Ben Laurie
1999-05-01Another safe stack.Ben Laurie
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-20Fix lots of warnings.Ulf Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-18Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson