]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/req.c
APPS: Add check for multiple 'unknown' options
[thirdparty/openssl.git] / apps / req.c
2022-01-11  Dr. David von OheimbAPPS: Add check for multiple 'unknown' options
2021-12-07  Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-11-11  Dr. David von OheimbX509: Fix handling of AKID and SKID extensions accordin...
2021-10-28  x2018fix some code with obvious wrong coding style
2021-10-22  Dr. David von OheimbAPPS/req.c: Make -reqexts option an alias of -extension...
2021-10-11  Tomas Mrazreq: Do not warn about using stdin when generating...
2021-09-11  Dr. David von OheimbAPPS/{x509,req}: Fix description and diagnostics of...
2021-08-26  Dr. David von OheimbAPPS/req: Fix AKID generation in case -CA option is...
2021-08-26  Dr. David von OheimbAPPS/req: Fix misconceptions on -CA, -CAkey, and -key...
2021-08-05  Tomas Mrazreq: Avoid segfault when -modulus is used
2021-08-03  Dmitry BelyavskiyIf we have passed the private key, don't copy it implicitly
2021-06-26  Richard LevitteFix 'openssl req' to correctly use the algorithm from...
2021-06-26  Pauliapps: properly initialise arguments to EVP_PKEY_get_bn_...
2021-06-04  Paulireq: detect a bad choice of digest early
2021-06-04  Tomas Mrazreq: fix default bits handling for -newkey
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-06-01  Paulireq: fix Coverity 1485137 Explicit null dereference
2021-05-27  Dr. David von OheimbAPPS req: Extend the -keyout option to be respected...
2021-05-27  Dr. David von OheimbDOC: Improve description of 'req' app: -new, -newkey...
2021-05-25  Dr. David von OheimbAdd warning to key/param generating apps on potential...
2021-05-25  Richard LevitteFix 'openssl req' to be able to use provided keytypes
2021-05-06  Tomas MrazMake the -inform option to be respected if possible
2021-05-05  Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
2021-04-30  Petr Gotthardapps/ca,req,x509: Switch to EVP_DigestSignInit_ex
2021-04-28  David BenjaminAdd X509 version constants.
2021-04-28  Tomas MrazPrefer fetch over legacy get_digestby/get_cipherby
2021-04-20  Rich SalzFetch and free cipher and md's
2021-04-14  Dr. David von OheimbAPPS: make apps strict on app_RAND_load() and app_RAND_...
2021-04-08  Shane LontisFix more certificate related lib_ctx settings.
2021-02-28  Dr. David von Oheimbapps/x509.c: Improve print_name() and coding style...
2021-02-11  Rich SalzProcess digest option after loading providers
2021-02-11  Rich SalzLoad rand state after loading providers
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.
next