summaryrefslogtreecommitdiffstats
path: root/apps/req.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-111-4/+8
* Load rand state after loading providersRich Salz2021-02-111-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
* Check non-option argumentsRich Salz2020-12-151-0/+2
* apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu...Dr. David von Oheimb2020-12-101-8/+8
* apps/{req,x509,ca}.c: Cleanup: move shared X509{,_REQ,_CRL} code to apps/lib/...Dr. David von Oheimb2020-12-101-144/+0
* apps/{req,x509,ca}.c: Clean up code setting X.509 cert version v3Dr. David von Oheimb2020-12-101-7/+15
* apps/req.c: Improve diagnostics on multiple/overriding X.509 extensions defin...Dr. David von Oheimb2020-12-101-11/+13
* Deprecate RSA harderRichard Levitte2020-11-181-3/+6
* APPS: Reduce deprecation warning suppression - ENGINERichard Levitte2020-10-041-7/+4
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-2/+1
* load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb2020-09-241-1/+1
* Fix safestack issues in conf.hMatt Caswell2020-09-131-2/+0
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-1/+0
* Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb2020-09-101-3/+3
* apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb2020-08-041-1/+1
* Deprecate -nodes in favor of -noenc in pkcs12 and req appDr. David von Oheimb2020-07-281-5/+7
* Add X509 related libctx changes.Shane Lontis2020-07-241-1/+2
* apps: deprecate enginesPauli2020-07-161-0/+3
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-1/+1
* Clean up the use of ERR_print_errors() in apps.c and in four appsDr. David von Oheimb2020-04-241-5/+2
* Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb2020-04-241-14/+4
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix descriptions of credentials and verification options for various appsDr. David von Oheimb2020-04-201-1/+1
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-4/+2
* APPS: Remove all traces of special SM2 treatment.Richard Levitte2020-03-151-117/+66
* APPS: Add ctrl_str()-like functionality for X509 and X509_REQRichard Levitte2020-03-151-0/+29
* Add -section option to 'req' commandRich Salz2020-03-071-17/+23
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Adapt some 'openssl' commands for SM2 changes.Richard Levitte2020-02-021-83/+30
* Return 1 when openssl req -addext kv is duplicatedkinichiro2019-12-161-3/+6