| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year | Matt Caswell | 2021-02-18 | 1 | -1/+1 |
* | apps/openssl: add -propquery command line option | Petr Gotthard | 2021-02-05 | 1 | -2/+1 |
* | Check non-option arguments | Rich Salz | 2020-12-15 | 1 | -0/+2 |
* | Rename OPENSSL_CTX prefix to OSSL_LIB_CTX | Dr. Matthias St. Pierre | 2020-10-15 | 1 | -1/+1 |
* | Run the withlibctx.pl script | Matt Caswell | 2020-10-01 | 1 | -1/+1 |
* | Fix safestack issues in x509.h | Matt Caswell | 2020-09-13 | 1 | -3/+0 |
* | Add libctx support to PKCS7. | Shane Lontis | 2020-08-09 | 1 | -4/+13 |
* | 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 |
* | cmdline app: add provider commandline options. | Pauli | 2020-03-07 | 1 | -1/+8 |
* | Add "sections" to -help output | Rich Salz | 2019-11-07 | 1 | -4/+9 |
* | 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 |
* | Switch command-line utils to new nameopt API. | Dmitry Belyavskiy | 2017-04-25 | 1 | -1/+1 |
* | 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 |
* | Fix various missing option help messages ... | FdaSilvaYY | 2016-09-20 | 1 | -1/+1 |
* | Copyright consolidation 01/10 | Rich Salz | 2016-05-17 | 1 | -102/+6 |
* | Fix NULL deref in apps/pkcs7 | Rich Salz | 2016-04-25 | 1 | -4/+8 |
* | argv was set but unused | Kurt Roeckx | 2016-02-20 | 1 | -1/+2 |
* | 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 |
* | fewer NO_ENGINE #ifdef's | Rich Salz | 2015-04-25 | 1 | -6/+2 |
* | Big apps cleanup (option-parsing, etc) | Rich Salz | 2015-04-24 | 1 | -136/+121 |
* | free NULL cleanup 9 | Rich Salz | 2015-04-11 | 1 | -2/+1 |
* | free NULL cleanup | Rich Salz | 2015-03-25 | 1 | -4/+2 |
* | Dead code removal from apps | Matt Caswell | 2015-03-17 | 1 | -5/+5 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -213/+200 |
* | Further comment amendments to preserve formatting prior to source reformat | Matt Caswell | 2015-01-06 | 1 | -1/+2 |
* | Fix warnings. | Ben Laurie | 2010-06-12 | 1 | -4/+1 |
* | Update to ASN1 printing code. | Dr. Stephen Henson | 2005-09-03 | 1 | -1/+1 |
* | Update ASN1 printing code and add a -print option to 'pkcs7' utility for | Dr. Stephen Henson | 2005-09-01 | 1 | -1/+6 |
* | Call autoconfig code in pkcs7 utility. | Dr. Stephen Henson | 2004-03-06 | 1 | -0/+3 |
* | Add the possibility to build without the ENGINE framework. | Richard Levitte | 2003-01-30 | 1 | -0/+10 |
* | EXIT() may mean return(). That's confusing, so let's have it really mean | Richard Levitte | 2002-12-03 | 1 | -1/+1 |
* | have 'openssl pkcs7' exit with code 1 on error instead of 0. | Richard Levitte | 2002-06-27 | 1 | -1/+1 |
* | Reduce the header dependencies on engine.h in apps/. | Geoff Thorpe | 2001-09-12 | 1 | -1/+0 |
* | Use apps_shutdown() in all applications, in case someone decides not | Richard Levitte | 2001-06-23 | 1 | -1/+3 |
* | Provide an application-common setup function for engines and use it | Richard Levitte | 2001-06-18 | 1 | -17/+1 |
* | Use new-style system-id macros everywhere possible. I hope I haven't | Richard Levitte | 2001-02-20 | 1 | -1/+1 |
* | Merge the engine branch into the main trunk. All conflicts resolved. | Richard Levitte | 2000-10-26 | 1 | -0/+27 |
* | On VMS, stdout may very well lead to a file that is written to in a | Richard Levitte | 2000-09-20 | 1 | -1/+9 |
* | 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 |
* | Merge some common functionality in the apps, delete | Dr. Stephen Henson | 1999-11-12 | 1 | -59/+29 |
* | Additional user data argument to pem_password_cb function type | Bodo Möller | 1999-07-21 | 1 | -1/+1 |
* | stack. | Ben Laurie | 1999-05-31 | 1 | -3/+3 |