| Commit message (Expand) | Author | Age | Files | Lines |
* | apps & al : Fix various typos, repeated words, align some spelling to LDP. | FdaSilvaYY | 2022-10-12 | 1 | -1/+1 |
* | Update copyright year | Matt Caswell | 2022-05-03 | 1 | -1/+1 |
* | Fix: some patches related to error exiting | Peiwei Hu | 2022-01-07 | 1 | -0/+1 |
* | add OSSL_STACK_OF_X509_free() for commonly used pattern | Dr. David von Oheimb | 2021-12-21 | 1 | -3/+3 |
* | Make the -inform option to be respected if possible | Tomas Mraz | 2021-05-06 | 1 | -1/+1 |
* | APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro | Dr. David von Oheimb | 2021-05-05 | 1 | -1/+1 |
* | Update copyright year | Matt Caswell | 2021-04-08 | 1 | -1/+1 |
* | apps: Add maybe_stdin argument to load_certs and set it in pkcs12 | Tomas Mraz | 2021-03-15 | 1 | -2/+2 |
* | Check non-option arguments | Rich Salz | 2020-12-15 | 1 | -0/+3 |
* | apps/verify:c: Enable output of multiple verification errors due to -x509_strict | Dr. David von Oheimb | 2020-12-04 | 1 | -2/+17 |
* | APPS: Remove the format argument where it's not used | Richard Levitte | 2020-10-26 | 1 | -1/+1 |
* | Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK | Matt Caswell | 2020-09-13 | 1 | -2/+0 |
* | Fix safestack issues in x509.h | Matt Caswell | 2020-09-13 | 1 | -2/+0 |
* | apps: make use of OSSL_STORE for generalized certs and CRLs loading | Dr. David von Oheimb | 2020-08-20 | 1 | -5/+3 |
* | Improve documentation, layout, and code comments regarding self-issued certs ... | Dr. David von Oheimb | 2020-07-01 | 1 | -1/+1 |
* | APPS: Properly pass -no-CAstore | Sebastian Andrzej Siewior | 2020-06-23 | 1 | -1/+1 |
* | 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 |
* | In OpenSSL builds, declare STACK for datatypes ... | Rich Salz | 2020-04-24 | 1 | -0/+4 |
* | 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 | -7/+7 |
* | APPS: Remove all traces of special SM2 treatment. | Richard Levitte | 2020-03-15 | 1 | -58/+25 |
* | cmdline app: add provider commandline options. | Pauli | 2020-03-07 | 1 | -1/+8 |
* | Document command parameters. | Rich Salz | 2019-11-20 | 1 | -9/+12 |
* | Add "sections" to -help output | Rich Salz | 2019-11-07 | 1 | -5/+9 |
* | Add -CAstore and similar to all openssl commands that have -CApath | Richard Levitte | 2019-11-03 | 1 | -6/+19 |
* | Coverity fixes | Shane Lontis | 2019-06-06 | 1 | -1/+10 |
* | Make X509_set_sm2_id consistent with other setters | Paul Yang | 2019-04-09 | 1 | -14/+26 |
* | Fix a memleak in apps/verify | Paul Yang | 2019-03-30 | 1 | -0/+4 |
* | Support SM2 certificate verification | 杨洋 | 2019-03-13 | 1 | -5/+40 |
* | apps/verify.c: Change an old comment to clarify what the callback does | Richard Levitte | 2019-01-16 | 1 | -5/+8 |
* | Following the license change, modify the boilerplates in apps/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Fix memory leaks in CA related functions. | Pavel Kopyl | 2018-05-02 | 1 | -0/+1 |
* | 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 |
* | Remove parentheses of return. | KaoruToda | 2017-10-18 | 1 | -1/+1 |
* | Clean up a bundle of codingstyle stuff in apps directory | Paul Yang | 2017-06-12 | 1 | -4/+4 |
* | Fix a bundle of trailing spaces in several files | Paul Yang | 2017-06-09 | 1 | -1/+1 |
* | Fix gcc-7 warnings. | Bernd Edlinger | 2017-05-11 | 1 | -0/+1 |
* | Switch command-line utils to new nameopt API. | Dmitry Belyavskiy | 2017-04-25 | 1 | -9/+3 |
* | Added '-nameopt' option to the verify command. | Dmitry Belyavskiy | 2017-02-21 | 1 | -3/+14 |
* | If an engine comes up explicitely, it must also come down explicitely | Richard Levitte | 2016-10-19 | 1 | -1/+3 |
* | Constify command options | FdaSilvaYY | 2016-10-14 | 1 | -1/+1 |
* | Constify char* input parameters in apps code | FdaSilvaYY | 2016-08-17 | 1 | -3/+3 |
* | Allow proxy certs to be present when verifying a chain | Richard Levitte | 2016-06-20 | 1 | -0/+1 |
* | Copyright consolidation 01/10 | Rich Salz | 2016-05-17 | 1 | -54/+6 |
* | Make many X509_xxx types opaque. | Rich Salz | 2016-04-15 | 1 | -1/+1 |
* | Remove unused parameters from internal functions | Rich Salz | 2016-02-22 | 1 | -13/+14 |
* | Multiple -trusted/-untrusted/-CRLfile options in verify | Viktor Dukhovni | 2016-01-21 | 1 | -22/+16 |
* | Refactor apps load_certs/load_crls to work incrementally | Viktor Dukhovni | 2016-01-21 | 1 | -8/+5 |
* | Fix verify(1) to report failure when verification fails | Viktor Dukhovni | 2016-01-13 | 1 | -1/+1 |