Update copyright year
[openssl.git] / apps / req.c
2021-01-28 Richard LevitteUpdate copyright year
2021-01-13 Dr. David von Oheimbapps/req.c: Make sure -verify option takes effect also...
2021-01-13 Dr. David von Oheimbapps/req.c: Cosmetic improvements of code and documentation
2021-01-13 Dr. David von Oheimbapps/req.c: Add -copy_extensions option for use with...
2021-01-13 Dr. David von OheimbAdd X509V3_set_issuer_pkey, needed for AKID of self...
2021-01-13 Dr. David von Oheimbapps/req.c: make -subj work with -x509; clean up relate...
2021-01-13 Dr. David von Oheimbapps/req.c: add -CA and -CAkey options; improve code...
2021-01-13 Dr. David von OheimbAPPS: Allow OPENSSL_CONF to be empty, not loading a...
2021-01-13 Dr. David von Oheimbapps/{req,x509,ca}.c Make sure certs have SKID and...
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-15 Rich SalzCheck non-option arguments
2020-12-10 Dr. David von Oheimbapps/{ca,req,x509}.c: Improve diag and doc mostly on...
2020-12-10 Dr. David von Oheimbapps/{req,x509,ca}.c: Cleanup: move shared X509{,_REQ...
2020-12-10 Dr. David von Oheimbapps/{req,x509,ca}.c: Clean up code setting X.509 cert...
2020-12-10 Dr. David von Oheimbapps/req.c: Improve diagnostics on multiple/overriding...
2020-11-18 Richard LevitteDeprecate RSA harder
2020-10-04 Richard LevitteAPPS: Reduce deprecation warning suppression - ENGINE
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-24 Dr. David von Oheimbload_key_certs_crls(): Restore output of fatal errors
2020-09-13 Matt CaswellFix safestack issues in conf.h
2020-09-13 Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-10 Dr. David von OheimbAdd/harmonize multi-valued RDN support and doc of ca...
2020-08-04 Dr. David von Oheimbapps: Correct and extend diagnostics of parse_name()
2020-07-28 Dr. David von OheimbDeprecate -nodes in favor of -noenc in pkcs12 and req app
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-07-16 Pauliapps: deprecate engines
2020-05-15 Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-04-24 Dr. David von OheimbClean up the use of ERR_print_errors() in apps.c and...
2020-04-24 David von OheimbAdd function load_csr(file,format,desc) to apps/lib...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-20 Dr. David von OheimbFix descriptions of credentials and verification option...
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-15 Richard LevitteAPPS: Remove all traces of special SM2 treatment.
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
next