| Commit message (Expand) | Author | Age | Files | Lines |
* | apps/{dsa,ec,rsa,pkey}.c: harmonize coding w.r.t. 'pubin' variable | Dr. David von Oheimb | 2023-03-14 | 1 | -3/+1 |
* | Fix the checks of EVP_PKEY_check | Peiwei Hu | 2022-06-02 | 1 | -1/+1 |
* | Update copyright year | Matt Caswell | 2022-05-03 | 1 | -1/+1 |
* | APPS: Add check for multiple 'unknown' options | Dr. David von Oheimb | 2022-01-11 | 1 | -0/+1 |
* | APPS: Improve diagnostics on missing/extra args and unknown cipher/digest | Dr. David von Oheimb | 2021-12-07 | 1 | -6/+3 |
* | Rename all getters to use get/get0 in name | Tomas Mraz | 2021-06-01 | 1 | -1/+1 |
* | apps: Cleanup useless bio_open_default() calls for key input | Tomas Mraz | 2021-05-21 | 1 | -8/+1 |
* | Make the -inform option to be respected if possible | Tomas Mraz | 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 |
* | APPS: Set a default passphrase UI for the "ec" command | Richard Levitte | 2021-05-04 | 1 | -0/+3 |
* | Force public key to be included unless explicitly excluded with -no_public | Wolf | 2021-04-22 | 1 | -4/+10 |
* | Fetch and free cipher and md's | Rich Salz | 2021-04-20 | 1 | -1/+2 |
* | Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY | Tomas Mraz | 2021-02-17 | 1 | -3/+3 |
* | Fetch cipher after loading providers | Rich Salz | 2021-02-11 | 1 | -3/+6 |
* | Update copyright year | Richard Levitte | 2021-01-28 | 1 | -1/+1 |
* | APPS: Restore inclusions | Richard Levitte | 2021-01-28 | 1 | -0/+1 |
* | Deprecate EC_KEY + Update ec apps to use EVP_PKEY | Shane Lontis | 2021-01-26 | 1 | -97/+92 |
* | Check non-option arguments | Rich Salz | 2020-12-15 | 1 | -0/+2 |
* | 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 | -1/+1 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 1 | -1/+1 |
* | Don't compile commands if disabled | Rich Salz | 2020-04-10 | 1 | -15/+11 |
* | cmdline app: add provider commandline options. | Pauli | 2020-03-07 | 1 | -1/+7 |
* | Add "sections" to -help output | Rich Salz | 2019-11-07 | 1 | -10/+15 |
* | 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 |
* | Clean up a bundle of codingstyle stuff in apps directory | Paul Yang | 2017-06-12 | 1 | -7/+8 |
* | Fix some extra or missing whitespaces... | FdaSilvaYY | 2017-01-25 | 1 | -1/+1 |
* | 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 | -53/+5 |
* | Fix uninitialized variable | Rich Salz | 2016-05-12 | 1 | -1/+1 |
* | Restore support for ENGINE format keys in apps. | Dr. Stephen Henson | 2016-05-12 | 1 | -7/+20 |
* | GH932: Add more help messages to some apps options. | FdaSilvaYY | 2016-05-04 | 1 | -2/+2 |
* | argv was set but unused | Kurt Roeckx | 2016-02-20 | 1 | -1/+3 |
* | Use NON_EMPTY_TRANSLATION_UNIT, consistently. | Rich Salz | 2016-02-10 | 1 | -7/+4 |
* | Add ec -check option | Dr. Stephen Henson | 2016-02-04 | 1 | -2/+15 |
* | add option to exclude public key from EC keys | Dr. Stephen Henson | 2016-02-01 | 1 | -1/+10 |
* | Avoid erroneous "assert(private)" failures. | Viktor Dukhovni | 2015-12-14 | 1 | -2/+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 |
* | RT2547: Tighten perms on generated privkey files | Rich Salz | 2015-06-16 | 1 | -5/+14 |
* | Standardize handling of #ifdef'd options. | Rich Salz | 2015-06-02 | 1 | -3/+3 |
* | Restore module loading | Richard Levitte | 2015-05-29 | 1 | -0/+3 |
* | Fix segfault in ec command | Rich Salz | 2015-05-26 | 1 | -0/+1 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 1 | -4/+2 |
* | fewer NO_ENGINE #ifdef's | Rich Salz | 2015-04-25 | 1 | -8/+3 |
* | Big apps cleanup (option-parsing, etc) | Rich Salz | 2015-04-24 | 1 | -191/+120 |