| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year updates | Matt Caswell | 2023-09-07 | 1 | -1/+1 |
* | apps/x509 etc.: allow private key input when public key is expected | Dr. David von Oheimb | 2023-03-14 | 1 | -2/+2 |
* | Fix the checks in rsautl_main | Peiwei Hu | 2022-12-05 | 1 | -12/+12 |
* | APPS: Improve diagnostics on missing/extra args and unknown cipher/digest | Dr. David von Oheimb | 2021-12-07 | 1 | -2/+1 |
* | Rename all getters to use get/get0 in name | Tomas Mraz | 2021-06-01 | 1 | -1/+1 |
* | Make the -inform option to be respected if possible | Tomas Mraz | 2021-05-06 | 1 | -2/+2 |
* | 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 |
* | Remove RSA SSLv23 padding mode | Rich Salz | 2021-03-01 | 1 | -5/+1 |
* | Update copyright year | Matt Caswell | 2021-02-18 | 1 | -1/+1 |
* | Load rand state after loading providers | Rich Salz | 2021-02-11 | 1 | -0/+1 |
* | Check non-option arguments | Rich Salz | 2020-12-15 | 1 | -0/+2 |
* | Deprecate RSA harder | Richard Levitte | 2020-11-18 | 1 | -31/+31 |
* | APPS: Remove the format argument where it's not used | Richard Levitte | 2020-10-26 | 1 | -1/+1 |
* | load_key_certs_crls(): Restore output of fatal errors | Dr. David von Oheimb | 2020-09-24 | 1 | -2/+2 |
* | Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c | Dr. David von Oheimb | 2020-05-15 | 1 | -3/+3 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 1 | -1/+1 |
* | Don't compile commands if disabled | Rich Salz | 2020-04-10 | 1 | -19/+15 |
* | cmdline app: add provider commandline options. | Pauli | 2020-03-07 | 1 | -1/+6 |
* | Deprecate the low level RSA functions. | Pauli | 2020-02-20 | 1 | -0/+3 |
* | Add "sections" to -help output | Rich Salz | 2019-11-07 | 1 | -11/+17 |
* | Use vxRandLib for VxWorks7 | Klotz, Tobias | 2019-05-02 | 1 | -3/+3 |
* | 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 |
* | Standardize apps use of -rand, etc. | Rich Salz | 2017-07-17 | 1 | -4/+7 |
* | Clean up a bundle of codingstyle stuff in apps directory | Paul Yang | 2017-06-12 | 1 | -6/+6 |
* | If an engine comes up explicitely, it must also come down explicitely | Richard Levitte | 2016-10-19 | 1 | -0/+1 |
* | Constify command options | FdaSilvaYY | 2016-10-14 | 1 | -1/+1 |
* | Copyright consolidation 01/10 | Rich Salz | 2016-05-17 | 1 | -54/+5 |
* | GH932: Add more help messages to some apps options. | FdaSilvaYY | 2016-05-04 | 1 | -1/+1 |
* | Remove unused parameters from internal functions | Rich Salz | 2016-02-22 | 1 | -1/+1 |
* | argv was set but unused | Kurt Roeckx | 2016-02-20 | 1 | -1/+2 |
* | GH681: More command help cleanup | Rich Salz | 2016-02-18 | 1 | -2/+3 |
* | Use NON_EMPTY_TRANSLATION_UNIT, consistently. | Rich Salz | 2016-02-10 | 1 | -8/+3 |
* | Fix engine key support in utilities. | Dr. Stephen Henson | 2016-02-08 | 1 | -1/+1 |
* | Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handling | Viktor Dukhovni | 2016-02-03 | 1 | -5/+4 |
* | 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 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 1 | -6/+3 |
* | In apps, malloc or die | Rich Salz | 2015-04-30 | 1 | -6/+2 |
* | fewer NO_ENGINE #ifdef's | Rich Salz | 2015-04-25 | 1 | -5/+3 |
* | Big apps cleanup (option-parsing, etc) | Rich Salz | 2015-04-24 | 1 | -157/+121 |
* | Unchecked malloc fixes | Matt Caswell | 2015-03-05 | 1 | -0/+5 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -268/+287 |
* | Update from 1.0.0-stable. | Dr. Stephen Henson | 2009-04-27 | 1 | -0/+6 |
* | Update obsolete email address... | Dr. Stephen Henson | 2008-11-05 | 1 | -1/+1 |
* | Correctly handle case of bad arguments supplied to rsautl | Lutz Jänicke | 2008-04-17 | 1 | -12/+24 |
* | make | Nils Larsch | 2005-07-16 | 1 | -0/+1 |