| Commit message (Expand) | Author | Age | Files | Lines |
* | APPS: Reduce deprecation warning suppression - ENGINE | Richard Levitte | 2020-10-04 | 1 | -7/+4 |
* | Run the withlibctx.pl script | Matt Caswell | 2020-10-01 | 1 | -2/+1 |
* | load_key_certs_crls(): Restore output of fatal errors | Dr. David von Oheimb | 2020-09-24 | 1 | -1/+1 |
* | Fix safestack issues in conf.h | Matt Caswell | 2020-09-13 | 1 | -2/+0 |
* | Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK | Matt Caswell | 2020-09-13 | 1 | -1/+0 |
* | Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and... | Dr. David von Oheimb | 2020-09-10 | 1 | -3/+3 |
* | apps: Correct and extend diagnostics of parse_name() | Dr. David von Oheimb | 2020-08-04 | 1 | -1/+1 |
* | Deprecate -nodes in favor of -noenc in pkcs12 and req app | Dr. David von Oheimb | 2020-07-28 | 1 | -5/+7 |
* | Add X509 related libctx changes. | Shane Lontis | 2020-07-24 | 1 | -1/+2 |
* | apps: deprecate engines | Pauli | 2020-07-16 | 1 | -0/+3 |
* | Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c | Dr. David von Oheimb | 2020-05-15 | 1 | -1/+1 |
* | Clean up the use of ERR_print_errors() in apps.c and in four apps | Dr. David von Oheimb | 2020-04-24 | 1 | -5/+2 |
* | Add function load_csr(file,format,desc) to apps/lib/apps.c | David von Oheimb | 2020-04-24 | 1 | -14/+4 |
* | In OpenSSL builds, declare STACK for datatypes ... | Rich Salz | 2020-04-24 | 1 | -0/+2 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 1 | -1/+1 |
* | Fix descriptions of credentials and verification options for various apps | Dr. David von Oheimb | 2020-04-20 | 1 | -1/+1 |
* | Constify various mostly X509-related parameter types in crypto/ and apps/ | Dr. David von Oheimb | 2020-03-23 | 1 | -4/+2 |
* | APPS: Remove all traces of special SM2 treatment. | Richard Levitte | 2020-03-15 | 1 | -117/+66 |
* | APPS: Add ctrl_str()-like functionality for X509 and X509_REQ | Richard Levitte | 2020-03-15 | 1 | -0/+29 |
* | Add -section option to 'req' command | Rich Salz | 2020-03-07 | 1 | -17/+23 |
* | cmdline app: add provider commandline options. | Pauli | 2020-03-07 | 1 | -1/+6 |
* | Adapt some 'openssl' commands for SM2 changes. | Richard Levitte | 2020-02-02 | 1 | -83/+30 |
* | Return 1 when openssl req -addext kv is duplicated | kinichiro | 2019-12-16 | 1 | -3/+6 |
* | Check return value after loading config file | kinichiro | 2019-12-13 | 1 | -2/+4 |
* | Fix no-engine | Matt Caswell | 2019-11-14 | 1 | -1/+1 |
* | Add "sections" to -help output | Rich Salz | 2019-11-08 | 1 | -27/+35 |
* | Explicitly test against NULL; do not use !p or similar | Rich Salz | 2019-10-09 | 1 | -2/+3 |
* | Fix a double free issue when signing SM2 cert | Paul Yang | 2019-09-29 | 1 | -18/+30 |
* | Avoid NULL pointer dereference. Fixes #9043. | Dmitry Belyavskiy | 2019-07-08 | 1 | -2/+12 |
* | Support SM2 certificate signing | Paul Yang | 2019-06-28 | 1 | -6/+143 |
* | Following the license change, modify the boilerplates in apps/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | openssl req: don't try to report bits | Richard Levitte | 2018-09-04 | 1 | -2/+1 |
* | Ignore the digest in req app if using EdDSA | Matt Caswell | 2018-08-22 | 1 | -1/+10 |
* | Add tests for the "req" command, -addext flag | Rich Salz | 2018-07-09 | 1 | -0/+1 |
* | apps/req.c: fix -addext option. | Andy Polyakov | 2018-07-09 | 1 | -14/+11 |
* | Reject duplicate -addext parameters | Rich Salz | 2018-07-05 | 1 | -3/+77 |
* | Fix no-dsa | Matt Caswell | 2018-06-07 | 1 | -0/+2 |
* | Issue warnings for large DSA and RSA keys | Georg Schmidt | 2018-06-05 | 1 | -0/+12 |
* | correct spelling errors detected by Debian lintian | A. Schulze | 2018-04-19 | 1 | -1/+1 |
* | Duplicate code refactored | Kaoru Toda | 2018-04-06 | 1 | -63/+43 |
* | Update copyright year | Matt Caswell | 2018-02-13 | 1 | -1/+1 |
* | apps: Don't include progs.h in apps.h | Richard Levitte | 2018-01-31 | 1 | -0/+1 |
* | Add 'openssl req' option to specify extension values on command line | Richard Levitte | 2017-12-28 | 1 | -2/+44 |
* | Fix some issues in apps/req | Paul Yang | 2017-12-08 | 1 | -2/+6 |
* | Consistent formatting for sizeof(foo) | Rich Salz | 2017-12-07 | 1 | -2/+2 |
* | Warn if -days without -x509 | Rich Salz | 2017-11-07 | 1 | -0/+2 |
* | Fix some Typos and indents | FdaSilvaYY | 2017-08-11 | 1 | -1/+1 |
* | Standardize apps use of -rand, etc. | Rich Salz | 2017-07-16 | 1 | -19/+10 |
* | Avoid buffer overruns in the req command line utility. | Pauli | 2017-07-06 | 1 | -33/+53 |
* | Undo commit d420ac2 | Rich Salz | 2017-07-05 | 1 | -18/+18 |