summaryrefslogtreecommitdiffstats
path: root/apps/req.c
AgeCommit message (Expand)Author
2020-10-04APPS: Reduce deprecation warning suppression - ENGINERichard Levitte
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-10Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb
2020-08-04apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb
2020-07-28Deprecate -nodes in favor of -noenc in pkcs12 and req appDr. David von Oheimb
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-16apps: deprecate enginesPauli
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-04-24Clean up the use of ERR_print_errors() in apps.c and in four appsDr. David von Oheimb
2020-04-24Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-20Fix descriptions of credentials and verification options for various appsDr. David von Oheimb
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-15APPS: Remove all traces of special SM2 treatment.Richard Levitte
2020-03-15APPS: Add ctrl_str()-like functionality for X509 and X509_REQRichard Levitte
2020-03-07Add -section option to 'req' commandRich Salz
2020-03-07cmdline app: add provider commandline options.Pauli
2020-02-02Adapt some 'openssl' commands for SM2 changes.Richard Levitte
2019-12-16Return 1 when openssl req -addext kv is duplicatedkinichiro
2019-12-13Check return value after loading config filekinichiro
2019-11-14Fix no-engineMatt Caswell
2019-11-08Add "sections" to -help outputRich Salz
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-29Fix a double free issue when signing SM2 certPaul Yang
2019-07-08Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy
2019-06-28Support SM2 certificate signingPaul Yang
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-09-04openssl req: don't try to report bitsRichard Levitte
2018-08-22Ignore the digest in req app if using EdDSAMatt Caswell
2018-07-09Add tests for the "req" command, -addext flagRich Salz
2018-07-09apps/req.c: fix -addext option.Andy Polyakov
2018-07-05Reject duplicate -addext parametersRich Salz
2018-06-07Fix no-dsaMatt Caswell
2018-06-05Issue warnings for large DSA and RSA keysGeorg Schmidt
2018-04-19correct spelling errors detected by Debian lintianA. Schulze
2018-04-06Duplicate code refactoredKaoru Toda
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-12-28Add 'openssl req' option to specify extension values on command lineRichard Levitte
2017-12-08Fix some issues in apps/reqPaul Yang
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-11-07Warn if -days without -x509Rich Salz
2017-08-11Fix some Typos and indentsFdaSilvaYY
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-07-06Avoid buffer overruns in the req command line utility.Pauli
2017-07-05Undo commit d420ac2Rich Salz