| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-22 | 1 | -1/+1 |
* | crl2pkcs7 shouldn't include empty optional sets | Dave Coombs | 2021-04-09 | 1 | -7/+9 |
* | Check non-option arguments | Rich Salz | 2020-12-15 | 1 | -0/+2 |
* | 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 | -3/+0 |
* | 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 |
* | cmdline app: add provider commandline options. | Pauli | 2020-03-07 | 1 | -1/+8 |
* | Add "sections" to -help output | Rich Salz | 2019-11-08 | 1 | -3/+8 |
* | 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 | -2/+2 |
* | Clean up a bundle of codingstyle stuff in apps directory | Paul Yang | 2017-06-12 | 1 | -2/+2 |
* | Constify command options | FdaSilvaYY | 2016-10-14 | 1 | -1/+1 |
* | Avoid a double-free in crl2pl7 | Matt Caswell | 2016-06-14 | 1 | -3/+1 |
* | Fix memory leak in crl2pkcs7 app | Matt Caswell | 2016-06-01 | 1 | -2/+1 |
* | Copyright consolidation 01/10 | Rich Salz | 2016-05-17 | 1 | -60/+6 |
* | argv was set but unused | Kurt Roeckx | 2016-02-20 | 1 | -1/+2 |
* | Fix option value parsing in crl2pkcs7 -certfile | Viktor Dukhovni | 2015-12-13 | 1 | -1/+1 |
* | Centralise loading default apps config file | Matt Caswell | 2015-10-12 | 1 | -3/+0 |
* | Change the way apps open their input and output files | Richard Levitte | 2015-09-06 | 1 | -2/+2 |
* | Restore module loading | Richard Levitte | 2015-05-29 | 1 | -0/+3 |
* | Use p==NULL not !p (in if statements, mainly) | Rich Salz | 2015-05-11 | 1 | -1/+2 |
* | free NULL cleanup 5a | Rich Salz | 2015-04-30 | 1 | -4/+2 |
* | Big apps cleanup (option-parsing, etc) | Rich Salz | 2015-04-24 | 1 | -120/+63 |
* | free NULL cleanup 9 | Rich Salz | 2015-04-11 | 1 | -2/+1 |
* | free NULL cleanup | Rich Salz | 2015-03-25 | 1 | -6/+3 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -238/+228 |
* | Further comment changes for reformat (master) | Matt Caswell | 2015-01-22 | 1 | -1/+1 |
* | mark all block comments that need format preserving so that | Tim Hudson | 2014-12-30 | 1 | -1/+2 |
* | Memory leak and NULL dereference fixes. | Dr. Stephen Henson | 2014-06-27 | 1 | -1/+7 |
* | Update from 1.0.0-stable | Dr. Stephen Henson | 2009-07-27 | 1 | -6/+6 |
* | More type-checking. | Ben Laurie | 2008-06-04 | 1 | -6/+6 |
* | Eliminate dependency on read/write/stat in apps under _WIN32. | Andy Polyakov | 2005-11-04 | 1 | -8/+0 |
* | EXIT() may mean return(). That's confusing, so let's have it really mean | Richard Levitte | 2002-12-03 | 1 | -1/+1 |
* | Use apps_shutdown() in all applications, in case someone decides not | Richard Levitte | 2001-06-23 | 1 | -1/+3 |
* | Use new-style system-id macros everywhere possible. I hope I haven't | Richard Levitte | 2001-02-20 | 1 | -1/+1 |
* | On VMS, stdout may very well lead to a file that is written to in a | Richard Levitte | 2000-09-20 | 1 | -1/+9 |
* | Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care | Richard Levitte | 2000-09-17 | 1 | -3/+3 |
* | There have been a number of complaints from a number of sources that names | Richard Levitte | 2000-06-01 | 1 | -2/+2 |
* | Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca... | Ralf S. Engelschall | 2000-02-11 | 1 | -0/+2 |
* | New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c... | Dr. Stephen Henson | 2000-01-09 | 1 | -3/+3 |
* | Additional user data argument to pem_password_cb function type | Bodo Möller | 1999-07-21 | 1 | -2/+2 |
* | stack. | Ben Laurie | 1999-05-31 | 1 | -3/+3 |
* | Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO). | Ralf S. Engelschall | 1999-05-04 | 1 | -4/+4 |
* | Remove NOPROTO definitions and error code comments. | Ulf Möller | 1999-04-26 | 1 | -5/+0 |
* | Change #include filenames from <foo.h> to <openssl.h>. | Bodo Möller | 1999-04-23 | 1 | -6/+6 |
* | Change functions to ANSI C. | Ulf Möller | 1999-04-19 | 1 | -6/+2 |