| Commit message (Expand) | Author | Age | Files | Lines |
* | openssl ca: make index.txt parsing error more verbose | Florian Mickler | 2021-05-24 | 1 | -2/+6 |
* | Make the -inform option to be respected if possible | Tomas Mraz | 2021-05-06 | 1 | -5/+5 |
* | APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro | Dr. David von Oheimb | 2021-05-05 | 1 | -1/+1 |
* | apps/ca,req,x509: Switch to EVP_DigestSignInit_ex | Petr Gotthard | 2021-04-30 | 1 | -26/+21 |
* | Add X509 version constants. | David Benjamin | 2021-04-28 | 1 | -2/+2 |
* | Fetch and free cipher and md's | Rich Salz | 2021-04-20 | 1 | -2/+3 |
* | APPS: make apps strict on app_RAND_load() and app_RAND_write() failure | Dr. David von Oheimb | 2021-04-14 | 1 | -1/+2 |
* | Fix more certificate related lib_ctx settings. | Shane Lontis | 2021-04-08 | 1 | -1/+1 |
* | Avoid going through NID when unnecessary | Tomas Mraz | 2021-04-01 | 1 | -1/+1 |
* | apps/ca.c: Make sure ext_ctx structure gets initialized | Dr. David von Oheimb | 2021-02-17 | 1 | -4/+7 |
* | Load rand state after loading providers | Rich Salz | 2021-02-11 | 1 | -1/+2 |
* | apps/ca: Properly handle certificate expiration times in do_updatedb | Armin Fuerst | 2021-02-03 | 1 | -31/+20 |
* | Update copyright year | Richard Levitte | 2021-01-28 | 1 | -1/+1 |
* | APPS: Allow OPENSSL_CONF to be empty, not loading a config file | Dr. David von Oheimb | 2021-01-13 | 1 | -3/+1 |
* | apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d... | Dr. David von Oheimb | 2021-01-13 | 1 | -3/+2 |
* | Check non-option arguments | Rich Salz | 2020-12-15 | 1 | -0/+2 |
* | apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu... | Dr. David von Oheimb | 2020-12-10 | 1 | -25/+36 |
* | apps/{req,x509,ca}.c: Clean up code setting X.509 cert version v3 | Dr. David von Oheimb | 2020-12-10 | 1 | -15/+0 |
* | Minor cleanup of error output for various apps | David von Oheimb | 2020-11-19 | 1 | -27/+11 |
* | apps/ca: Minor code and doc cleanup | David von Oheimb | 2020-11-19 | 1 | -3/+6 |
* | APPS: Remove the format argument where it's not used | Richard Levitte | 2020-10-26 | 1 | -3/+4 |
* | resolve defects: reverse_inull; row[DB_exp_date] referenced before checking | xuyunjia | 2020-10-20 | 1 | -2/+2 |
* | Run the withlibctx.pl script | Matt Caswell | 2020-10-01 | 1 | -1/+1 |
* | apps/ca.c: Rename confusing variable 'req' to 'template_cert' in certify_cert() | Dr. David von Oheimb | 2020-09-24 | 1 | -7/+7 |
* | load_key_certs_crls(): Restore output of fatal errors | Dr. David von Oheimb | 2020-09-24 | 1 | -2/+3 |
* | Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEM | Richard Levitte | 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 |
* | Fix safestack issues in x509.h | Matt Caswell | 2020-09-13 | 1 | -2/+0 |
* | NonStop port updates for 3.0.0. | Randall S. Becker | 2020-09-12 | 1 | -1/+1 |
* | apps/ca: allow CRL lastUpdate/nextUpdate fields to be specified | Chris Novakovic | 2020-09-11 | 1 | -13/+24 |
* | Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and... | Dr. David von Oheimb | 2020-09-10 | 1 | -3/+3 |
* | Make better use of new load_cert_pass() variant of load_cert() in apps/ | Dr. David von Oheimb | 2020-08-20 | 1 | -21/+23 |
* | apps: make use of OSSL_STORE for generalized certs and CRLs loading | Dr. David von Oheimb | 2020-08-20 | 1 | -1/+1 |
* | apps: Correct and extend diagnostics of parse_name() | Dr. David von Oheimb | 2020-08-04 | 1 | -1/+1 |
* | Add X509 related libctx changes. | Shane Lontis | 2020-07-24 | 1 | -1/+1 |
* | Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge... | Dr. David von Oheimb | 2020-07-16 | 1 | -2/+2 |
* | Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c | Dr. David von Oheimb | 2020-05-15 | 1 | -5/+4 |
* | Add function load_csr(file,format,desc) to apps/lib/apps.c | David von Oheimb | 2020-04-24 | 1 | -25/+34 |
* | In OpenSSL builds, declare STACK for datatypes ... | Rich Salz | 2020-04-24 | 1 | -0/+5 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 1 | -1/+1 |
* | Constify various mostly X509-related parameter types in crypto/ and apps/ | Dr. David von Oheimb | 2020-03-23 | 1 | -1/+2 |
* | APPS: Remove all traces of special SM2 treatment. | Richard Levitte | 2020-03-15 | 1 | -75/+35 |
* | Add -section option to 'req' command | Rich Salz | 2020-03-07 | 1 | -0/+1 |
* | cmdline app: add provider commandline options. | Pauli | 2020-03-07 | 1 | -1/+6 |
* | Document command parameters. | Rich Salz | 2019-11-20 | 1 | -0/+5 |
* | Add "sections" to -help output | Rich Salz | 2019-11-07 | 1 | -31/+41 |
* | Support SM2 certificate signing | Paul Yang | 2019-06-28 | 1 | -5/+63 |
* | apps/ca.c: only output DER with SPKAC input and when -out is chosen | Richard Levitte | 2019-02-28 | 1 | -1/+1 |
* | Following the license change, modify the boilerplates in apps/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |