summaryrefslogtreecommitdiff
path: root/apps/req.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check return value after loading config filekinichiro2019-12-131-2/+4
* Fix no-engineMatt Caswell2019-11-141-1/+1
* Add "sections" to -help outputRich Salz2019-11-081-27/+35
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-2/+3
* Fix a double free issue when signing SM2 certPaul Yang2019-09-291-18/+30
* Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy2019-07-081-2/+12
* Support SM2 certificate signingPaul Yang2019-06-281-6/+143
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* openssl req: don't try to report bitsRichard Levitte2018-09-041-2/+1
* Ignore the digest in req app if using EdDSAMatt Caswell2018-08-221-1/+10
* Add tests for the "req" command, -addext flagRich Salz2018-07-091-0/+1
* apps/req.c: fix -addext option.Andy Polyakov2018-07-091-14/+11
* Reject duplicate -addext parametersRich Salz2018-07-051-3/+77
* Fix no-dsaMatt Caswell2018-06-071-0/+2
* Issue warnings for large DSA and RSA keysGeorg Schmidt2018-06-051-0/+12
* correct spelling errors detected by Debian lintianA. Schulze2018-04-191-1/+1
* Duplicate code refactoredKaoru Toda2018-04-061-63/+43
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Add 'openssl req' option to specify extension values on command lineRichard Levitte2017-12-281-2/+44
* Fix some issues in apps/reqPaul Yang2017-12-081-2/+6
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-2/+2
* Warn if -days without -x509Rich Salz2017-11-071-0/+2
* Fix some Typos and indentsFdaSilvaYY2017-08-111-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-19/+10
* Avoid buffer overruns in the req command line utility.Pauli2017-07-061-33/+53
* Undo commit d420ac2Rich Salz2017-07-051-18/+18