Variables on the stack must be initialized or we can't depend on any
[openssl.git] / apps / req.c
2002-11-11 Richard LevitteVariables on the stack must be initialized or we can...
2002-09-10 Bodo MöllerLet 'openssl req' fail if an argument to '-newkey'...
2002-08-26 Bodo Möllerfix offsets
2002-08-22 Dr. Stephen HensonMake -nameopt work in req and add support for -reqopt
2002-08-16 Bodo Möller'EC' vs. 'ECDSA'
2002-08-12 Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-08-09 Bodo MöllerAdd ECDH support.
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-08-01 Richard LevitteMake it possible to load keys from stdin, and restore...
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-05-19 Dr. Stephen HensonReorganise -subj option code, fix buffer overrun.
2002-04-30 Lutz JänickeFix escaping when using the -subj option of "openssl...
2002-04-17 Bodo Möllercheck return values
2002-02-22 Dr. Stephen Hensonnon-Monolith fixes.
2002-02-22 Dr. Stephen HensonConfig code updates.
2002-02-13 Bodo MöllerECDSA support
2001-12-01 Dr. Stephen HensonAdd -pubkey option to req command.
2001-11-02 Ben LaurieIf verify fails, say why.
2001-10-26 Dr. Stephen HensonNew options to allow req to accept UTF8 strings as...
2001-10-21 Dr. Stephen HensonStop spurious "unable to load config info" errors in req
2001-10-10 Richard LevitteAdd support for md4WithRSAEncryption.
2001-09-12 Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-08-24 Lutz Jänicke-passin argument not used when actually loading the key
2001-07-02 Ben LaurieFix warning.
2001-06-28 Dr. Stephen HensonModify apps to use NCONF code instead of old CONF code.
2001-06-25 Richard LevitteCall apps_shutdown() to take down what apps_startup...
2001-06-18 Richard LevitteProvide an application-common setup function for engine...
2001-05-30 Richard LevitteExtend all the loading functions to take an engine...
2001-03-09 Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-03-05 Bodo MöllerNew option '-subj arg' for 'openssl req' and 'openssl...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-19 Dr. Stephen HensonNew -set_serial options to 'req' and 'x509'.
2001-02-06 Bodo Möllerdon't dump core
2000-12-15 Bodo MöllerIf CONF_get_string returns NULL and we want to tolerate...
2000-12-09 Richard LevitteMake TYPE_RSA the default type instead of just setting...
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-10-28 Richard LevitteSmall documentation change
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-10-04 Dr. Stephen HensonGlobal DirectoryString mask fix.
2000-09-20 Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-09-10 Richard LevitteMarin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent...
2000-07-12 Dr. Stephen HensonMake req seed the PRNG if signing with
2000-06-28 Richard LevitteUndo the changes I just made. I'm not sure what I...
2000-06-28 Richard LevitteMake it possible for users of the openssl applications...
2000-06-22 Richard LevitteMove add_oid_section to apps.c, so it can be shared...
2000-06-22 Richard LevitteChange req so the new parameter '-rand file' uses the...
2000-06-22 Richard LevitteForgot the self-documentation within req.
2000-06-22 Richard LevitteSmall change to accept the command line parameter ...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-03-09 Dr. Stephen HensonDon't Free() password if it was read from config file.
2000-02-26 Dr. Stephen HensonRename functions for new convention.
2000-02-18 Dr. Stephen HensonNew functions and option to use NEW in certificate...
2000-02-16 Dr. Stephen HensonPass phrase reorganisation.
2000-02-11 Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-01-20 Dr. Stephen HensonFinish off the X509_ATTRIBUTE string stuff.
2000-01-09 Dr. Stephen HensonNew function X509_CTX_rget_chain(), make SSL_SESSION_pr...
2000-01-08 Ben LaurieMake NO_RSA compile with pedantic.
2000-01-07 Bodo Möllerapps/openssl.cnf and the documentation say it's "nombstr",
2000-01-06 Dr. Stephen HensonInitial automation changes to 'req' and X509_ATTRIBUTE...
2000-01-01 Dr. Stephen HensonFix some of the command line password stuff. New function
1999-12-24 Dr. Stephen HensonAllow passwords to be included on command line for...
1999-12-18 Bodo MöllerAdd a comment.
1999-12-02 Dr. Stephen HensonChange the trust and purpose code so it doesn't need...
1999-12-01 Dr. Stephen HensonModify the X509 V3 extension lookup code.
1999-11-14 Dr. Stephen Henson'req' fixes. Reinstate length check one request fields.
1999-11-08 Dr. Stephen HensonFix to the -revoke option in ca. It was leaking memory...
1999-10-27 Dr. Stephen HensonContinued multibyte character support.
1999-10-26 Bodo MöllerVarious randomness handling bugfixes and improvements --
1999-09-03 Bodo MöllerReinitialize global variables when necessary (for monol...
1999-08-27 Dr. Stephen HensonAllow the extension section specified in config files...
1999-08-25 Dr. Stephen HensonAllow extensions to be added to certificate requests...
1999-07-21 Bodo MöllerAdditional user data argument to pem_password_cb functi...
1999-06-20 Dr. Stephen HensonConvert the CONF library to use a typesafe stack: a...
1999-06-10 Bodo MöllerAvoid warnings.
1999-06-04 Ulf MöllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-06-03 Ben LaurieMore evil cast removal.
1999-05-13 Ulf MöllerVMS support.
1999-05-11 Ulf MöllerMove openssl.cnf out of lib/.
1999-05-01 Ben LaurieAnother stack.
1999-05-01 Ben LaurieAnother stack.
1999-05-01 Ben LaurieAnother safe stack.
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-20 Ulf MöllerFix lots of warnings.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-18 Dr. Stephen HensonInitial support for Certificate Policies extension...
1999-04-17 Ben LaurieMassive constification.
1999-04-16 Dr. Stephen HensonAdd initial support for r2i RAW extensions which can...
1999-03-06 Dr. Stephen HensonAdded support for adding extensions to CRLs, also fix...
1999-02-24 Dr. Stephen HensonRemove debugging fprintf from req.c and fix the code...
1999-02-23 Ralf S. EngelschallGet rid of a nasty debugging message which was forgotte...
1999-02-23 Dr. Stephen HensonRedo the way 'req' and 'ca' add objects: add support...
1999-02-10 Dr. Stephen HensonMore extension code. Incomplete support for subject...
1999-02-06 Ben LaurieDiagnose errors.
1999-01-31 Mark J. CoxFix some more typos
1999-01-29 Dr. Stephen HensonAllow the -certfile argument to be used multiple times...
1999-01-25 Dr. Stephen HensonMore X509 V3 stuff. Add support for extensions in the...
1999-01-07 Ben LaurieFix numeric -newkey args.
1999-01-03 Dr. Stephen HensonMore EVP_PKEY patches for new functionality.
next