| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some memory leaks in the openssl app | Bernd Edlinger | 2023-09-21 | 1 | -0/+2 |
* | Copyright year updates | Matt Caswell | 2023-09-07 | 1 | -1/+1 |
* | Added tests and updated help | Aleksey Sanin | 2023-03-23 | 1 | -4/+3 |
* | Add an option to specify number of bits in the subprime (q) when generating D... | Aleksey Sanin | 2023-03-23 | 1 | -3/+16 |
* | APPS: dsaparam, gendsa: Support setting properties | Clemens Lang | 2022-07-01 | 1 | -2/+3 |
* | Fix the checks of EVP_PKEY_CTX_set/get_* functions | Peiwei Hu | 2022-06-02 | 1 | -1/+1 |
* | Update copyright year | Matt Caswell | 2022-05-03 | 1 | -1/+1 |
* | Add -verbose/-queit flags to dhparam | Philip Prindeville | 2022-01-28 | 1 | -1/+5 |
* | Standardize progress callback for dhparam, dsaparam, etc. | Philip Prindeville | 2022-01-21 | 1 | -22/+1 |
* | APPS: Improve diagnostics on missing/extra args and unknown cipher/digest | Dr. David von Oheimb | 2021-12-07 | 1 | -1/+1 |
* | EVP_PKEY_keygen_init: fix return check | Peiwei Hu | 2021-11-16 | 1 | -1/+1 |
* | Add warning to key/param generating apps on potential delay due to missing en... | Dr. David von Oheimb | 2021-05-25 | 1 | -8/+3 |
* | 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/+2 |
* | 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 | -4/+8 |
* | Remove -C from dhparam,dsaparam,ecparam | Rich Salz | 2020-11-13 | 1 | -47/+2 |
* | Fix the reading of DSA parameters files using the dsaparam app | Matt Caswell | 2020-11-10 | 1 | -6/+2 |
* | APPS: Implement load_keyparams() to load key parameters | Richard Levitte | 2020-10-22 | 1 | -8/+6 |
* | coverity 1464212, 1464214 & 1464215: Resource leaks | Pauli | 2020-06-17 | 1 | -0/+3 |
* | Make error output of dhparams and dsaparams app more consistent | Dr. David von Oheimb | 2020-06-10 | 1 | -13/+7 |
* | APPS: Fix 'openssl dsaparam -genkey' | Richard Levitte | 2020-06-08 | 1 | -43/+16 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 1 | -1/+1 |
* | dsaparam: update command line app to use EVP calls | Pauli | 2020-04-19 | 1 | -27/+77 |
* | Don't compile commands if disabled | Rich Salz | 2020-04-10 | 1 | -18/+14 |
* | cmdline app: add provider commandline options. | Pauli | 2020-03-07 | 1 | -1/+6 |
* | Apps: don't build deprecated DH and DSA apps. | Pauli | 2020-02-13 | 1 | -1/+1 |
* | dsa: deprecate applications that depend on the low level DSA functions. | Pauli | 2020-02-11 | 1 | -1/+4 |
* | Document command parameters. | Rich Salz | 2019-11-20 | 1 | -0/+5 |
* | Add "sections" to -help output | Rich Salz | 2019-11-07 | 1 | -6/+12 |
* | gendsa: dsaparam: introduce -verbose option to enable output | Philip Prindeville | 2019-05-01 | 1 | -4/+16 |
* | Following the license change, modify the boilerplates in apps/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | apps/dsaparam.c generates code that is intended to be pasted or included | Beat Bolli | 2018-07-29 | 1 | -9/+2 |
* | apps/dsaparam.c: make dsaparam -C output strict-warnings-friendly. | Andy Polyakov | 2018-07-25 | 1 | -1/+1 |
* | apps/dsaparam.c: fix -C output. | Andy Polyakov | 2018-07-22 | 1 | -12/+15 |
* | Issue warnings for large DSA and RSA keys | Georg Schmidt | 2018-06-05 | 1 | -0/+6 |
* | Fix dsaparam -genkey with DER outform | Bernd Edlinger | 2018-03-26 | 1 | -0/+3 |
* | 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-08 | 1 | -3/+3 |
* | Remove parentheses of return. | KaoruToda | 2017-10-18 | 1 | -1/+1 |
* | Standardize apps use of -rand, etc. | Rich Salz | 2017-07-17 | 1 | -20/+8 |
* | Clean up a bundle of codingstyle stuff in apps directory | Paul Yang | 2017-06-12 | 1 | -3/+4 |
* | Remove GENCB_TEST compile flag | Rich Salz | 2017-02-28 | 1 | -51/+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 |
* | Deal with the consequences of constifying getters | Richard Levitte | 2016-06-15 | 1 | -1/+1 |
* | Free a temporary buffer used by dsaparam application | Matt Caswell | 2016-06-01 | 1 | -0/+1 |