some const fixes
[openssl.git] / apps / req.c
2005-04-05 Nils Larschsome const fixes
2005-04-02 Nils Larschuse SHA-1 as the default digest for the apps/openssl...
2004-11-17 Dr. Stephen HensonIn "req" exit immediately if configuration file is...
2004-04-26 Geoff ThorpeAllow RSA key-generation to specify an arbitrary public...
2004-04-20 Dr. Stephen HensonReduce chances of issuer and serial number duplication...
2004-02-10 Geoff Thorpeminor signed/unsigned warning fixes
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-28 Richard LevitteMove do_subject() to apps.c and rename it to parse_name...
2003-11-28 Richard LevitteAllow multi-valued rdns in subjects. This adds the...
2003-11-20 Dr. Stephen HensonGive CRLDP its standard name.
2003-10-29 Geoff ThorpeCopy-n-paste bug (don't mix variable declarations and...
2003-10-29 Geoff ThorpeUpdate any code that was using deprecated functions...
2003-04-03 Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
2003-03-30 Dr. Stephen HensonMulti valued AVA support.
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-24 Dr. Stephen HensonCheck return value of gmtime() and add error codes
2002-12-24 Richard LevitteAvoid double definition of config.
2002-12-08 Geoff ThorpeUndefine OPENSSL_NO_DEPRECATED inside openssl applicati...
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
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.
next