summaryrefslogtreecommitdiffstats
path: root/apps/req.c
AgeCommit message (Expand)Author
2024-04-09apps: ca,req,x509: Add explicit start and end dates optionsStephan Wurm
2024-04-09Copyright year updatesRichard Levitte
2024-04-02Fix openssl req with -addext subjectAltName=dirNameBernd Edlinger
2024-03-26apps/req,crl: exit with 1 on verification failureVladimir Kotal
2024-01-24Fix a possible memory leak in req_mainBernd Edlinger
2023-09-21Fix some memory leaks in the openssl appBernd Edlinger
2023-09-09Fix output corruption in req commandBernd Edlinger
2023-09-07Copyright year updatesMatt Caswell
2023-09-06Per other commands, make progress dots in req only w/ -verbosePhilip Prindeville
2023-06-09Cast the argument to unsigned char when calling isspace()Michael Baentsch
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_nu...Dr. David von Oheimb
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...Dr. David von Oheimb
2023-05-04feature: openssl req -verify output to stderr instead of stdout #20728Rajarshi Karmakar
2023-05-03apps: silent warning when loading CSR files with vfyopt optionTianjia Zhang
2023-01-24APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb
2023-01-24apps/req.c: properly report parse errors by duplicated(); simplify the functionDr. David von Oheimb
2022-09-20APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a...Dr. David von Oheimb
2022-05-03Update copyright yearMatt Caswell
2022-04-01req, x509: Allow printing modulus of RSA-PSS keysTomas Mraz
2022-03-03Enable openssl req -x509 to create certificates from CSRsHugo Landau
2022-02-28check the return value of CRYPTO_strdup()xkernel
2022-01-21Standardize progress callback for dhparam, dsaparam, etc.Philip Prindeville
2022-01-11APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-11-11X509: Fix handling of AKID and SKID extensions according to configurationDr. David von Oheimb
2021-10-28fix some code with obvious wrong coding stylex2018
2021-10-22APPS/req.c: Make -reqexts option an alias of -extensions optionDr. David von Oheimb
2021-10-11req: Do not warn about using stdin when generating new requestTomas Mraz
2021-09-11APPS/{x509,req}: Fix description and diagnostics of -key, -in, etc. optionsDr. David von Oheimb
2021-08-26APPS/req: Fix AKID generation in case -CA option is usedDr. David von Oheimb
2021-08-26APPS/req: Fix misconceptions on -CA, -CAkey, and -key options. -CA now implie...Dr. David von Oheimb
2021-08-05req: Avoid segfault when -modulus is usedTomas Mraz
2021-08-03If we have passed the private key, don't copy it implicitlyDmitry Belyavskiy
2021-06-26Fix 'openssl req' to correctly use the algorithm from '-newkey algo:nnnn'Richard Levitte
2021-06-26apps: properly initialise arguments to EVP_PKEY_get_bn_param()Pauli
2021-06-04req: detect a bad choice of digest earlyPauli
2021-06-04req: fix default bits handling for -newkeyTomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01req: fix Coverity 1485137 Explicit null dereferencePauli
2021-05-27APPS req: Extend the -keyout option to be respected also with -keyDr. David von Oheimb
2021-05-27DOC: Improve description of 'req' app: -new, -newkey, and -keyout optionsDr. David von Oheimb
2021-05-25Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb
2021-05-25Fix 'openssl req' to be able to use provided keytypesRichard Levitte
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-30apps/ca,req,x509: Switch to EVP_DigestSignInit_exPetr Gotthard
2021-04-28Add X509 version constants.David Benjamin
2021-04-28Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz
2021-04-20Fetch and free cipher and md'sRich Salz
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb