| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year | Matt Caswell | 2022-05-03 | 1 | -1/+1 |
* | Size of random output is now a long, also added option to select chunk size | Kevin K Biju | 2022-03-28 | 1 | -7/+8 |
* | APPS: Improve diagnostics on missing/extra args and unknown cipher/digest | Dr. David von Oheimb | 2021-12-07 | 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 |
* | APPS: make apps strict on app_RAND_load() and app_RAND_write() failure | Dr. David von Oheimb | 2021-04-14 | 1 | -1/+3 |
* | Update copyright year | Matt Caswell | 2021-02-18 | 1 | -1/+1 |
* | Load rand state after loading providers | Rich Salz | 2021-02-12 | 1 | -0/+1 |
* | Check non-option arguments | Rich Salz | 2020-12-15 | 1 | -3/+4 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 1 | -1/+1 |
* | cmdline app: add provider commandline options. | Pauli | 2020-03-07 | 1 | -1/+6 |
* | Document command parameters. | Rich Salz | 2019-11-20 | 1 | -1/+4 |
* | Add "sections" to -help output | Rich Salz | 2019-11-08 | 1 | -5/+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 |
* | Consistent formatting for sizeof(foo) | Rich Salz | 2017-12-07 | 1 | -1/+1 |
* | Remove parentheses of return. | KaoruToda | 2017-10-18 | 1 | -1/+1 |
* | Check # of arguments for remaining commands. | Rich Salz | 2017-08-21 | 1 | -2/+6 |
* | Standardize apps use of -rand, etc. | Rich Salz | 2017-07-16 | 1 | -12/+8 |
* | 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 some RAND bugs | Rich Salz | 2016-06-01 | 1 | -6/+10 |
* | Copyright consolidation 01/10 | Rich Salz | 2016-05-17 | 1 | -51/+6 |
* | RT4227: Range-check in apps. | Rich Salz | 2016-01-12 | 1 | -3/+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 | -8/+8 |
* | Make the handling of output and input formats consistent | Richard Levitte | 2015-09-06 | 1 | -1/+1 |
* | 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 | -117/+66 |
* | free NULL cleanup | Rich Salz | 2015-03-25 | 1 | -2/+1 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -156/+139 |
* | mark all block comments that need format preserving so that | Tim Hudson | 2014-12-30 | 1 | -1/+2 |
* | Fix warnings. | Ben Laurie | 2010-06-12 | 1 | -4/+1 |
* | For -hex, print just one \n | Bodo Möller | 2009-02-02 | 1 | -1/+2 |
* | -hex option for openssl rand | Bodo Möller | 2009-02-02 | 1 | -3/+23 |
* | Fix warnings. | Dr. Stephen Henson | 2007-08-12 | 1 | -1/+1 |
* | A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. | Geoff Thorpe | 2003-10-29 | 1 | -1/+1 |
* | 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 |
* | Config code updates. | Dr. Stephen Henson | 2002-02-22 | 1 | -0/+3 |
* | New functions SSL[_CTX]_set_msg_callback(). | Bodo Möller | 2001-10-20 | 1 | -0/+53 |
* | 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 | -0/+1 |
* | 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 |
* | Typo | Lutz Jänicke | 2001-02-09 | 1 | -1/+1 |
* | Fix typo preventing correct usage of -out option. | Lutz Jänicke | 2001-02-07 | 1 | -1/+1 |
* | Merge the engine branch into the main trunk. All conflicts resolved. | Richard Levitte | 2000-10-26 | 1 | -3/+32 |
* | On VMS, stdout may very well lead to a file that is written to in a | Richard Levitte | 2000-09-20 | 1 | -0/+8 |