| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year updates | Richard Levitte | 2024-04-09 | 1 | -1/+1 |
* | apps/engine: add EC to list of capabilities | Martin Oliveira | 2024-02-25 | 1 | -0/+3 |
* | replace strstr() with strchr() for single characters | rilysh | 2024-01-25 | 1 | -1/+1 |
* | apps & al : Fix various typos, repeated words, align some spelling to LDP. | FdaSilvaYY | 2022-10-12 | 1 | -1/+1 |
* | Update copyright year | Matt Caswell | 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 |
* | Check non-option arguments | Rich Salz | 2020-12-15 | 1 | -1/+1 |
* | Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK | Matt Caswell | 2020-09-13 | 1 | -3/+0 |
* | apps: deprecate engines | Pauli | 2020-07-16 | 1 | -0/+3 |
* | In OpenSSL builds, declare STACK for datatypes ... | Rich Salz | 2020-04-24 | 1 | -0/+3 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 1 | -1/+1 |
* | Don't compile commands if disabled | Rich Salz | 2020-04-10 | 1 | -14/+10 |
* | Document command parameters. | Rich Salz | 2019-11-20 | 1 | -2/+3 |
* | Add "sections" to -help output | Rich Salz | 2019-11-07 | 1 | -3/+7 |
* | Following the license change, modify the boilerplates in apps/ | Richard Levitte | 2018-12-06 | 1 | -1/+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 |
* | Rework the append_buf function | Pauli | 2017-07-06 | 1 | -18/+28 |
* | Undo commit d420ac2 | Rich Salz | 2017-07-05 | 1 | -2/+2 |
* | engine app: print out information on STORE loaders and STORE FILE handlers | Richard Levitte | 2017-06-29 | 1 | -0/+32 |
* | Clean up a bundle of codingstyle stuff in apps directory | Paul Yang | 2017-06-12 | 1 | -8/+8 |
* | Fix gcc-7 warnings. | Bernd Edlinger | 2017-05-11 | 1 | -0/+1 |
* | Constify command options | FdaSilvaYY | 2016-10-14 | 1 | -1/+1 |
* | Have 'openssl engine' exit with non-zero when some engine fails to load | Richard Levitte | 2016-08-04 | 1 | -2/+6 |
* | Use a STACK_OF(OPENSSL_CSTRING) for const char * stacks | Matt Caswell | 2016-06-18 | 1 | -15/+11 |
* | Copyright consolidation 01/10 | Rich Salz | 2016-05-17 | 1 | -54/+5 |
* | Don't leak memory if realloc fails. | Dr. Stephen Henson | 2016-05-12 | 1 | -4/+8 |
* | Use NON_EMPTY_TRANSLATION_UNIT, consistently. | Rich Salz | 2016-02-10 | 1 | -12/+10 |
* | RT4194: Restore old engine parameter parsing. | Rich Salz | 2016-02-06 | 1 | -22/+42 |
* | Rename some BUF_xxx to OPENSSL_xxx | Rich Salz | 2015-12-16 | 1 | -2/+2 |
* | Remove useless code | Alessandro Ghedini | 2015-10-23 | 1 | -5/+0 |
* | Centralise loading default apps config file | Matt Caswell | 2015-10-12 | 1 | -3/+0 |
* | Change the treatment of stdin and stdout to allow binary data | Richard Levitte | 2015-09-06 | 1 | -1/+1 |
* | Restore module loading | Richard Levitte | 2015-05-29 | 1 | -0/+3 |
* | free NULL cleanup -- coda | Rich Salz | 2015-05-01 | 1 | -2/+1 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 1 | -8/+4 |
* | In apps, malloc or die | Rich Salz | 2015-04-30 | 1 | -7/+3 |
* | Big apps cleanup (option-parsing, etc) | Rich Salz | 2015-04-24 | 1 | -128/+104 |
* | free NULL cleanup | Rich Salz | 2015-03-25 | 1 | -2/+1 |
* | Dead code clean: #if 0 removal in apps | Rich Salz | 2015-01-30 | 1 | -3/+0 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -458/+426 |
* | RT3548: Remove unsupported platforms | Rich Salz | 2015-01-12 | 1 | -3/+0 |
* | Update from 1.0.0-stable | Dr. Stephen Henson | 2009-07-27 | 1 | -20/+20 |
* | Stop warning about use of *printf() without a format. | Dr. Stephen Henson | 2009-02-15 | 1 | -2/+2 |
* | Make no-engine work again. | Dr. Stephen Henson | 2008-12-20 | 1 | -1/+1 |
* | More type-checking. | Ben Laurie | 2008-06-04 | 1 | -20/+22 |
* | Add missing prototype. Extend engine utility to print public key algorithms. | Dr. Stephen Henson | 2006-06-01 | 1 | -0/+10 |
* | fix problems found by coverity: remove useless code | Nils Larsch | 2006-03-15 | 1 | -5/+0 |
* | improve command line argument checking | Nils Larsch | 2005-05-10 | 1 | -0/+4 |