Add 'openssl req' option to specify extension values on command line
[openssl.git] / apps / req.c
2017-12-28 Richard LevitteAdd 'openssl req' option to specify extension values...
2017-12-08 Paul YangFix some issues in apps/req
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-11-07 Rich SalzWarn if -days without -x509
2017-08-11 FdaSilvaYYFix some Typos and indents
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-07-05 PauliAvoid buffer overruns in the req command line utility.
2017-07-05 Rich SalzUndo commit d420ac2
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-05-11 Tomas MrazFix regression in openssl req -x509 behaviour.
2017-04-25 Dmitry BelyavskiySwitch command-line utils to new nameopt API.
2017-02-22 Rob Percivalapps/req.c: flag "-new" is implied by "-precert"
2017-02-22 Rob PercivalAdds a "-precert" flag to "openssl req" for creating...
2017-02-16 lrnsChange req_check_len error message, it also accepts...
2017-02-06 Rich SalzFix parsing of serial# in req
2016-10-19 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14 FdaSilvaYYConstify command options
2016-08-24 Matt CaswellClarify the error messages in 08f6ae5b28
2016-08-24 Matt CaswellFix some resource leaks in the apps
2016-08-22 Richard LevitteMake 'openssl req -x509' more equivalent to 'openssl...
2016-08-19 Dr. Stephen HensonSet certificate times in one function.
2016-08-17 FdaSilvaYYConstify char* input parameters in apps code
2016-07-20 FdaSilvaYYUse more X509_REQ_get0_pubkey & X509_get0_pubkey
2016-06-29 FdaSilvaYYWhitespace cleanup in apps
2016-06-20 Richard Levitteapps/req.c: Increment the right variable when parsing '+'
2016-06-15 Richard LevitteDeal with the consequences of constifying getters
2016-06-01 Matt Caswellreq command incorrectly displays the bits for an EC key
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-16 Dr. Stephen HensonDon't load same config file twice.
2016-04-13 Matt CaswellDeprecate OBJ_cleanup() and make it a no-op
2016-04-06 Richard LevitteMake the RSA structure opaque
2016-04-04 FdaSilvaYYFix a shadow symbol warning
2016-04-04 FdaSilvaYYUse X509_REQ_get0_pubkey
2016-03-19 Schüller FelixDon't free up EVP_MD_CTX.
2016-03-07 Viktor DukhovniDon't free NCONF obtained values
2016-02-25 Rich SalzGH715: ENGINE_finish can take NULL
2016-02-24 Flavio MedeirosGH480: Don't break statements with CPP stuff.
2016-02-20 Kurt Roeckxargv was set but unused
2016-02-18 Rich SalzGH681: More command help cleanup
2016-02-12 Emilia KasperRT 3854: Update apps/req
2016-02-11 Dr. Stephen HensonFix engine key support in cms and req utilities.
2016-02-06 Insu YunGH634: fix potential memory leak
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-11-09 Matt CaswellContinue standardisation of malloc handling in apps
2015-10-12 Matt CaswellRename -set-serial command to req
2015-09-05 Richard LevitteChange the way apps open their input and output files
2015-09-05 Richard LevitteMake the handling of output and input formats consistent
2015-08-31 Dr. Stephen Hensonmake X509_REQ opaque
2015-08-31 Dr. Stephen HensonRemove asn1-kludge option.
2015-07-31 Adam EijdenbergRT3961: Fix switch/case errors in flag parsing
2015-07-07 Richard LevitteMake "oneline" the default for nameopt
2015-06-15 Rich SalzRT2547: Tighten perms on generated privkey files
2015-06-15 Tim HudsonFix argument processing error from the option parsing...
2015-06-02 Rich SalzStandardize handling of #ifdef'd options.
2015-05-29 Richard LevitteRestore module loading
2015-05-29 Richard LevitteFix double BIO_free in req
2015-05-28 Rich SalzRT3876: Only load config when needed
2015-05-25 Hanno BöckRT3861: Mem/bio leak in req command
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree NULL cleanup 11
2015-05-01 Rich Salzfree null cleanup finale
2015-04-25 Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-03-28 Rich Salzfree NULL cleanup
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-01-23 Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-18 Matt CaswellRemove redundant OPENSSL_NO_DEPRECATED suppression
2014-12-10 Rich SalzRT3543: Remove #ifdef LINT
2014-05-11 Viktor DukhovniFix infinite loop. PR#3347
2014-02-14 Kurt RoeckxUse defaults bits in req when not given
2013-09-13 Mattypo
2012-12-04 Dr. Stephen Hensonmake -subj always override config file
2010-03-14 Dr. Stephen Hensonadd -sigopt option to ca utility
2010-03-12 Dr. Stephen Hensonnew sigopt and PSS support for req and x509 utilities
2010-03-10 Dr. Stephen Hensondon't leave bogus errors in the queue
2009-10-04 Dr. Stephen HensonFix warnings about ignoring fgets return value
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-04-26 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-04-15 Dr. Stephen HensonUpdates from 1.0.0-stable.
2008-10-07 Dr. Stephen HensonExperimental new date handling routines. These fix...
2008-06-04 Ben LaurieMore type-checking.
2008-05-12 Dr. Stephen HensonFix from stable branch.
2007-08-12 Dr. Stephen HensonFix warnings.
2006-06-14 Bodo MöllerFix a bug recently introduced when updating this file...
2006-06-05 Dr. Stephen HensonComplete EVP_PKEY_ASN1_METHOD ENGINE support.
2006-05-16 Dr. Stephen HensonGather keygen options in req and only use them after...
2006-05-12 Dr. Stephen HensonTypo.
2006-05-11 Dr. Stephen HensonUpdate 'req' command to use new keygen API.
2006-05-07 Dr. Stephen HensonAdd support for default public key digest type ctrl.
2006-04-19 Dr. Stephen HensonRemove link between digests and signature algorithms.
next