summaryrefslogtreecommitdiff
path: root/apps/req.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix more certificate related lib_ctx settings.Shane Lontis2021-04-081-1/+1
* apps/x509.c: Improve print_name() and coding style of large print loop in x50...Dr. David von Oheimb2021-02-281-11/+6
* Process digest option after loading providersRich Salz2021-02-121-4/+8
* Load rand state after loading providersRich Salz2021-02-121-0/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* apps/req.c: Make sure -verify option takes effect also with -x509Dr. David von Oheimb2021-01-131-2/+2
* apps/req.c: Cosmetic improvements of code and documentationDr. David von Oheimb2021-01-131-6/+5
* apps/req.c: Add -copy_extensions option for use with -x509; default: noneDr. David von Oheimb2021-01-131-3/+24
* Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb2021-01-131-2/+15
* apps/req.c: make -subj work with -x509; clean up related codeDr. David von Oheimb2021-01-131-45/+25
* apps/req.c: add -CA and -CAkey options; improve code and docDr. David von Oheimb2021-01-131-155/+203
* APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb2021-01-131-28/+12
* apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d...Dr. David von Oheimb2021-01-131-1/+1
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-8/+3