Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / apps / req.c
2024-04-09 Stephan Wurmapps: ca,req,x509: Add explicit start and end dates...
2024-04-09 Richard LevitteCopyright year updates
2024-04-02 Bernd EdlingerFix openssl req with -addext subjectAltName=dirName
2024-03-26 Vladimir Kotalapps/req,crl: exit with 1 on verification failure
2024-01-24 Bernd EdlingerFix a possible memory leak in req_main
2023-09-21 Bernd EdlingerFix some memory leaks in the openssl app
2023-09-09 Bernd EdlingerFix output corruption in req command
2023-09-07 Matt CaswellCopyright year updates
2023-09-05 Philip PrindevillePer other commands, make progress dots in req only...
2023-06-09 Michael BaentschCast the argument to unsigned char when calling isspace()
2023-05-25 Dr. David von OheimbAPPS: replace awkward and error-prone pattern by calls...
2023-05-25 Dr. David von OheimbAPPS: replace awkward and error-prone pattern by calls...
2023-05-04 Rajarshi Karmakarfeature: openssl req -verify output to stderr instead...
2023-05-03 Tianjia Zhangapps: silent warning when loading CSR files with vfyopt...
2023-01-24 Dr. David von OheimbAPPS: generated certs bear X.509 V3, unless -x509v1...
2023-01-24 Dr. David von Oheimbapps/req.c: properly report parse errors by duplicated...
2022-09-20 Dr. David von OheimbAPPS: Move load_csr_autofmt() from apps/cmp.c to apps...
2022-05-03 Matt CaswellUpdate copyright year
2022-04-01 Tomas Mrazreq, x509: Allow printing modulus of RSA-PSS keys
2022-03-03 Hugo LandauEnable openssl req -x509 to create certificates from...
2022-02-28 xkernelcheck the return value of CRYPTO_strdup()
2022-01-21 Philip PrindevilleStandardize progress callback for dhparam, dsaparam...
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
next