Age | Commit message (Expand) | Author |
2022-07-01 | APPS: dsaparam, gendsa: Support setting properties | Clemens Lang |
2022-06-21 | Update copyright year | Matt Caswell |
2022-06-02 | Fix the checks of EVP_PKEY_CTX_set/get_* functions | Peiwei Hu |
2021-11-16 | EVP_PKEY_keygen_init: fix return check | Peiwei Hu |
2021-05-25 | Add warning to key/param generating apps on potential delay due to missing en... | Dr. David von Oheimb |
2021-05-06 | Make the -inform option to be respected if possible | Tomas Mraz |
2021-05-05 | APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro | Dr. David von Oheimb |
2021-04-14 | APPS: make apps strict on app_RAND_load() and app_RAND_write() failure | Dr. David von Oheimb |
2021-02-18 | Update copyright year | Matt Caswell |
2021-02-12 | Load rand state after loading providers | Rich Salz |
2020-12-15 | Check non-option arguments | Rich Salz |
2020-11-13 | Remove -C from dhparam,dsaparam,ecparam | Rich Salz |
2020-11-10 | Fix the reading of DSA parameters files using the dsaparam app | Matt Caswell |
2020-10-22 | APPS: Implement load_keyparams() to load key parameters | Richard Levitte |
2020-06-17 | coverity 1464212, 1464214 & 1464215: Resource leaks | Pauli |
2020-06-10 | Make error output of dhparams and dsaparams app more consistent | Dr. David von Oheimb |
2020-06-08 | APPS: Fix 'openssl dsaparam -genkey' | Richard Levitte |
2020-04-23 | Update copyright year | Matt Caswell |
2020-04-19 | dsaparam: update command line app to use EVP calls | Pauli |
2020-04-10 | Don't compile commands if disabled | Rich Salz |
2020-03-07 | cmdline app: add provider commandline options. | Pauli |
2020-02-14 | Apps: don't build deprecated DH and DSA apps. | Pauli |
2020-02-12 | dsa: deprecate applications that depend on the low level DSA functions. | Pauli |
2019-11-20 | Document command parameters. | Rich Salz |
2019-11-08 | Add "sections" to -help output | Rich Salz |
2019-05-01 | gendsa: dsaparam: introduce -verbose option to enable output | Philip Prindeville |
2018-12-06 | Following the license change, modify the boilerplates in apps/ | Richard Levitte |
2018-07-30 | apps/dsaparam.c generates code that is intended to be pasted or included | Beat Bolli |
2018-07-25 | apps/dsaparam.c: make dsaparam -C output strict-warnings-friendly. | Andy Polyakov |
2018-07-22 | apps/dsaparam.c: fix -C output. | Andy Polyakov |
2018-06-05 | Issue warnings for large DSA and RSA keys | Georg Schmidt |
2018-03-26 | Fix dsaparam -genkey with DER outform | Bernd Edlinger |
2018-02-13 | Update copyright year | Matt Caswell |
2018-01-31 | apps: Don't include progs.h in apps.h | Richard Levitte |
2017-12-07 | Consistent formatting for sizeof(foo) | Rich Salz |
2017-10-18 | Remove parentheses of return. | KaoruToda |
2017-07-16 | Standardize apps use of -rand, etc. | Rich Salz |
2017-06-12 | Clean up a bundle of codingstyle stuff in apps directory | Paul Yang |
2017-02-28 | Remove GENCB_TEST compile flag | Rich Salz |
2016-10-19 | If an engine comes up explicitely, it must also come down explicitely | Richard Levitte |
2016-10-14 | Constify command options | FdaSilvaYY |
2016-06-15 | Deal with the consequences of constifying getters | Richard Levitte |
2016-06-01 | Free a temporary buffer used by dsaparam application | Matt Caswell |
2016-05-17 | Copyright consolidation 01/10 | Rich Salz |
2016-04-03 | Fix mixed declarations and code | Viktor Dukhovni |
2016-04-03 | Make DSA_METHOD opaque | Matt Caswell |
2016-04-03 | Make the DSA structure opaque | Matt Caswell |
2016-02-09 | Use NON_EMPTY_TRANSLATION_UNIT, consistently. | Rich Salz |
2016-01-12 | RT4227: Range-check in apps. | Rich Salz |
2016-01-06 | Remove more (rest?) of FIPS build stuff. | Rich Salz |