| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix: 'openssl ca' command crashes when used with 'rand_serial' option | Dr. Matthias St. Pierre | 2018-10-17 | 1 | -9/+10 |
* | typo-fixes: miscellaneous typo fixes | agnosticdev | 2018-09-21 | 1 | -1/+1 |
* | Improve the usability of the ca app using EdDSA | Matt Caswell | 2018-08-22 | 1 | -9/+13 |
* | apps/ca: fix useless get before delete. | FdaSilvaYY | 2018-06-21 | 1 | -3/+3 |
* | openssl ca: open the output file as late as possible | Richard Levitte | 2018-06-21 | 1 | -4/+12 |
* | Allow the ca application to use EdDSA | Matt Caswell | 2018-05-18 | 1 | -9/+13 |
* | Fix memory leaks in CA related functions. | Pavel Kopyl | 2018-05-02 | 1 | -1/+4 |
* | Fix openssl ca, to correctly make output file binary when using -spkac | Richard Levitte | 2018-04-23 | 1 | -6/+6 |
* | Add missing index_index() when reloading OCSP responder | Viktor Dukhovni | 2018-04-19 | 1 | -2/+2 |
* | Fix a memory leak in the ca application | Matt Caswell | 2018-03-15 | 1 | -2/+2 |
* | Allow multiple entries without a Subject even if unique_subject == yes | Matt Caswell | 2018-03-15 | 1 | -0/+19 |
* | Report a readable error on a duplicate cert in ca app | Matt Caswell | 2018-03-15 | 1 | -105/+103 |
* | Revert "Don't allow an empty Subject when creating a Certificate" | Matt Caswell | 2018-03-15 | 1 | -10/+0 |
* | Revert "Don't crash on a missing Subject in index.txt" | Matt Caswell | 2018-03-15 | 1 | -4/+0 |
* | do_body: fix heap-use-after-free. | Pavel Kopyl | 2018-02-21 | 1 | -1/+0 |
* | Check the return code from ASN1_TIME_diff() | Matt Caswell | 2018-02-15 | 1 | -1/+3 |
* | The function X509_gmtime_adj() can fail | Matt Caswell | 2018-02-15 | 1 | -7/+10 |
* | 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 |
* | Don't crash on a missing Subject in index.txt | Matt Caswell | 2018-01-22 | 1 | -0/+4 |
* | Don't allow an empty Subject when creating a Certificate | Matt Caswell | 2018-01-22 | 1 | -0/+10 |
* | Useless conf != NULL test | FdaSilvaYY | 2017-12-09 | 1 | -21/+14 |