| Commit message (Expand) | Author | Age | Files | Lines |
* | apps: ca,req,x509: Add explicit start and end dates options | Stephan Wurm | 2024-04-09 | 1 | -9/+25 |
* | Copyright year updates | Richard Levitte | 2024-04-09 | 1 | -1/+1 |
* | Fix openssl req with -addext subjectAltName=dirName | Bernd Edlinger | 2024-04-02 | 1 | -1/+1 |
* | apps/req,crl: exit with 1 on verification failure | Vladimir Kotal | 2024-03-26 | 1 | -2/+3 |
* | Fix a possible memory leak in req_main | Bernd Edlinger | 2024-01-24 | 1 | -1/+1 |
* | Fix some memory leaks in the openssl app | Bernd Edlinger | 2023-09-21 | 1 | -0/+2 |
* | Fix output corruption in req command | Bernd Edlinger | 2023-09-09 | 1 | -4/+4 |
* | Copyright year updates | Matt Caswell | 2023-09-07 | 1 | -1/+1 |
* | Per other commands, make progress dots in req only w/ -verbose | Philip Prindeville | 2023-09-06 | 1 | -3/+10 |
* | Cast the argument to unsigned char when calling isspace() | Michael Baentsch | 2023-06-09 | 1 | -2/+2 |
* | APPS: replace awkward and error-prone pattern by calls to new app_conf_try_nu... | Dr. David von Oheimb | 2023-05-25 | 1 | -13/+5 |
* | APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st... | Dr. David von Oheimb | 2023-05-25 | 1 | -70/+29 |
* | feature: openssl req -verify output to stderr instead of stdout #20728 | Rajarshi Karmakar | 2023-05-04 | 1 | -1/+1 |
* | apps: silent warning when loading CSR files with vfyopt option | Tianjia Zhang | 2023-05-03 | 1 | -1/+1 |
* | APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is given | Dr. David von Oheimb | 2023-01-24 | 1 | -4/+9 |
* | apps/req.c: properly report parse errors by duplicated(); simplify the function | Dr. David von Oheimb | 2023-01-24 | 1 | -11/+14 |
* | APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a... | Dr. David von Oheimb | 2022-09-20 | 1 | -3/+4 |
* | Update copyright year | Matt Caswell | 2022-05-03 | 1 | -1/+1 |
* | req, x509: Allow printing modulus of RSA-PSS keys | Tomas Mraz | 2022-04-01 | 1 | -1/+1 |
* | Enable openssl req -x509 to create certificates from CSRs | Hugo Landau | 2022-03-03 | 1 | -2/+3 |
* | check the return value of CRYPTO_strdup() | xkernel | 2022-02-28 | 1 | -0/+7 |
* | Standardize progress callback for dhparam, dsaparam, etc. | Philip Prindeville | 2022-01-21 | 1 | -20/+1 |
* | APPS: Add check for multiple 'unknown' options | Dr. David von Oheimb | 2022-01-11 | 1 | -0/+1 |
* | APPS: Improve diagnostics on missing/extra args and unknown cipher/digest | Dr. David von Oheimb | 2021-12-07 | 1 | -7/+2 |
* | X509: Fix handling of AKID and SKID extensions according to configuration | Dr. David von Oheimb | 2021-11-11 | 1 | -3/+1 |
* | fix some code with obvious wrong coding style | x2018 | 2021-10-28 | 1 | -1/+1 |
* | APPS/req.c: Make -reqexts option an alias of -extensions option | Dr. David von Oheimb | 2021-10-22 | 1 | -53/+30 |
* | req: Do not warn about using stdin when generating new request | Tomas Mraz | 2021-10-11 | 1 | -1/+1 |
* | APPS/{x509,req}: Fix description and diagnostics of -key, -in, etc. options | Dr. David von Oheimb | 2021-09-11 | 1 | -7/+34 |
* | APPS/req: Fix AKID generation in case -CA option is used | Dr. David von Oheimb | 2021-08-26 | 1 | -5/+6 |
* | APPS/req: Fix misconceptions on -CA, -CAkey, and -key options. -CA now implie... | Dr. David von Oheimb | 2021-08-26 | 1 | -23/+17 |
* | req: Avoid segfault when -modulus is used | Tomas Mraz | 2021-08-05 | 1 | -2/+2 |
* | If we have passed the private key, don't copy it implicitly | Dmitry Belyavskiy | 2021-08-03 | 1 | -1/+1 |
* | Fix 'openssl req' to correctly use the algorithm from '-newkey algo:nnnn' | Richard Levitte | 2021-06-26 | 1 | -2/+2 |
* | apps: properly initialise arguments to EVP_PKEY_get_bn_param() | Pauli | 2021-06-26 | 1 | -1/+1 |
* | req: detect a bad choice of digest early | Pauli | 2021-06-04 | 1 | -1/+10 |
* | req: fix default bits handling for -newkey | Tomas Mraz | 2021-06-04 | 1 | -1/+6 |
* | Rename all getters to use get/get0 in name | Tomas Mraz | 2021-06-01 | 1 | -1/+1 |
* | req: fix Coverity 1485137 Explicit null dereference | Pauli | 2021-06-01 | 1 | -0/+11 |
* | APPS req: Extend the -keyout option to be respected also with -key | Dr. David von Oheimb | 2021-05-27 | 1 | -10/+13 |
* | DOC: Improve description of 'req' app: -new, -newkey, and -keyout options | Dr. David von Oheimb | 2021-05-27 | 1 | -1/+2 |
* | Add warning to key/param generating apps on potential delay due to missing en... | Dr. David von Oheimb | 2021-05-25 | 1 | -21/+8 |
* | Fix 'openssl req' to be able to use provided keytypes | Richard Levitte | 2021-05-25 | 1 | -83/+80 |
* | Make the -inform option to be respected if possible | Tomas Mraz | 2021-05-06 | 1 | -3/+3 |
* | APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro | Dr. David von Oheimb | 2021-05-05 | 1 | -1/+1 |
* | apps/ca,req,x509: Switch to EVP_DigestSignInit_ex | Petr Gotthard | 2021-04-30 | 1 | -14/+5 |
* | Add X509 version constants. | David Benjamin | 2021-04-28 | 1 | -1/+2 |
* | Prefer fetch over legacy get_digestby/get_cipherby | Tomas Mraz | 2021-04-28 | 1 | -7/+4 |
* | Fetch and free cipher and md's | Rich Salz | 2021-04-20 | 1 | -3/+5 |
* | APPS: make apps strict on app_RAND_load() and app_RAND_write() failure | Dr. David von Oheimb | 2021-04-14 | 1 | -1/+3 |