summaryrefslogtreecommitdiffstats
path: root/apps/req.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* apps: ca,req,x509: Add explicit start and end dates optionsStephan Wurm2024-04-091-9/+25
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Fix openssl req with -addext subjectAltName=dirNameBernd Edlinger2024-04-021-1/+1
* apps/req,crl: exit with 1 on verification failureVladimir Kotal2024-03-261-2/+3
* Fix a possible memory leak in req_mainBernd Edlinger2024-01-241-1/+1
* Fix some memory leaks in the openssl appBernd Edlinger2023-09-211-0/+2
* Fix output corruption in req commandBernd Edlinger2023-09-091-4/+4
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Per other commands, make progress dots in req only w/ -verbosePhilip Prindeville2023-09-061-3/+10
* Cast the argument to unsigned char when calling isspace()Michael Baentsch2023-06-091-2/+2
* APPS: replace awkward and error-prone pattern by calls to new app_conf_try_nu...Dr. David von Oheimb2023-05-251-13/+5
* APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...Dr. David von Oheimb2023-05-251-70/+29
* feature: openssl req -verify output to stderr instead of stdout #20728Rajarshi Karmakar2023-05-041-1/+1
* apps: silent warning when loading CSR files with vfyopt optionTianjia Zhang2023-05-031-1/+1
* APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb2023-01-241-4/+9
* apps/req.c: properly report parse errors by duplicated(); simplify the functionDr. David von Oheimb2023-01-241-11/+14
* APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a...Dr. David von Oheimb2022-09-201-3/+4
* Update copyright yearMatt Caswell2022-05-031-1/+1
* req, x509: Allow printing modulus of RSA-PSS keysTomas Mraz2022-04-011-1/+1
* Enable openssl req -x509 to create certificates from CSRsHugo Landau2022-03-031-2/+3
* check the return value of CRYPTO_strdup()xkernel2022-02-281-0/+7
* Standardize progress callback for dhparam, dsaparam, etc.Philip Prindeville2022-01-211-20/+1
* APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb2022-01-111-0/+1
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-7/+2
* X509: Fix handling of AKID and SKID extensions according to configurationDr. David von Oheimb2021-11-111-3/+1
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* APPS/req.c: Make -reqexts option an alias of -extensions optionDr. David von Oheimb2021-10-221-53/+30
* req: Do not warn about using stdin when generating new requestTomas Mraz2021-10-111-1/+1
* APPS/{x509,req}: Fix description and diagnostics of -key, -in, etc. optionsDr. David von Oheimb2021-09-111-7/+34
* APPS/req: Fix AKID generation in case -CA option is usedDr. David von Oheimb2021-08-261-5/+6
* APPS/req: Fix misconceptions on -CA, -CAkey, and -key options. -CA now implie...Dr. David von Oheimb2021-08-261-23/+17
* req: Avoid segfault when -modulus is usedTomas Mraz2021-08-051-2/+2
* If we have passed the private key, don't copy it implicitlyDmitry Belyavskiy2021-08-031-1/+1
* Fix 'openssl req' to correctly use the algorithm from '-newkey algo:nnnn'Richard Levitte2021-06-261-2/+2
* apps: properly initialise arguments to EVP_PKEY_get_bn_param()Pauli2021-06-261-1/+1
* req: detect a bad choice of digest earlyPauli2021-06-041-1/+10
* req: fix default bits handling for -newkeyTomas Mraz2021-06-041-1/+6
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* req: fix Coverity 1485137 Explicit null dereferencePauli2021-06-011-0/+11
* APPS req: Extend the -keyout option to be respected also with -keyDr. David von Oheimb2021-05-271-10/+13
* DOC: Improve description of 'req' app: -new, -newkey, and -keyout optionsDr. David von Oheimb2021-05-271-1/+2
* Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb2021-05-251-21/+8
* Fix 'openssl req' to be able to use provided keytypesRichard Levitte2021-05-251-83/+80
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-3/+3
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* apps/ca,req,x509: Switch to EVP_DigestSignInit_exPetr Gotthard2021-04-301-14/+5
* Add X509 version constants.David Benjamin2021-04-281-1/+2
* Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz2021-04-281-7/+4
* Fetch and free cipher and md'sRich Salz2021-04-201-3/+5
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+3