APPS: Add ctrl_str()-like functionality for X509 and X509_REQ
[openssl.git] / apps / req.c
2020-03-15 Richard LevitteAPPS: Add ctrl_str()-like functionality for X509 and...
2020-03-07 Rich SalzAdd -section option to 'req' command
2020-03-07 Paulicmdline app: add provider commandline options.
2020-02-02 Richard LevitteAdapt some 'openssl' commands for SM2 changes.
2019-12-16 kinichiroReturn 1 when openssl req -addext kv is duplicated
2019-12-13 kinichiroCheck return value after loading config file
2019-11-14 Matt CaswellFix no-engine
2019-11-07 Rich SalzAdd "sections" to -help output
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-29 Paul YangFix a double free issue when signing SM2 cert
2019-07-08 Dmitry BelyavskiyAvoid NULL pointer dereference. Fixes #9043.
2019-06-28 Paul YangSupport SM2 certificate signing
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-04 Richard Levitteopenssl req: don't try to report bits
2018-08-22 Matt CaswellIgnore the digest in req app if using EdDSA
2018-07-09 Rich SalzAdd tests for the "req" command, -addext flag
2018-07-09 Andy Polyakovapps/req.c: fix -addext option.
2018-07-05 Rich SalzReject duplicate -addext parameters
2018-06-07 Matt CaswellFix no-dsa
2018-06-05 Georg SchmidtIssue warnings for large DSA and RSA keys
2018-04-19 A. Schulzecorrect spelling errors detected by Debian lintian
2018-04-06 Kaoru TodaDuplicate code refactored
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
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...
next