| Commit message (Expand) | Author | Age | Files | Lines |
* | openssl srp: make index.txt parsing error more verbose | Florian Mickler | 2021-05-24 | 1 | -1/+3 |
* | DOC: Fix nits found by new check on SYNOPSIS and OPTIONS consistency | Dr. David von Oheimb | 2021-05-20 | 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 |
* | Deprecate the low level SRP APIs | Matt Caswell | 2021-02-12 | 1 | -0/+3 |
* | Load rand state after loading providers | Rich Salz | 2021-02-11 | 1 | -0/+1 |
* | Update copyright year | Richard Levitte | 2021-01-28 | 1 | -1/+1 |
* | APPS: Allow OPENSSL_CONF to be empty, not loading a config file | Dr. David von Oheimb | 2021-01-13 | 1 | -4/+1 |
* | Check non-option arguments | Rich Salz | 2020-12-15 | 1 | -0/+2 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 1 | -1/+1 |
* | Don't compile commands if disabled | Rich Salz | 2020-04-10 | 1 | -21/+17 |
* | cmdline app: add provider commandline options. | Pauli | 2020-03-07 | 1 | -1/+6 |
* | Document command parameters. | Rich Salz | 2019-11-20 | 1 | -0/+5 |
* | Add "sections" to -help output | Rich Salz | 2019-11-07 | 1 | -6/+11 |
* | Following the license change, modify the boilerplates in apps/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | update SRP copyright notice | Tim Hudson | 2018-03-13 | 1 | -0/+4 |
* | 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 |
* | Check # of arguments for remaining commands. | Rich Salz | 2017-08-21 | 1 | -12/+9 |
* | Fix some pedantic warnings. | Pauli | 2017-07-17 | 1 | -1/+1 |
* | Standardize apps use of -rand, etc. | Rich Salz | 2017-07-17 | 1 | -11/+8 |
* | Clean up a bundle of codingstyle stuff in apps directory | Paul Yang | 2017-06-12 | 1 | -14/+12 |
* | Fix srp app missing NULL termination with password callback | Diego Santa Cruz | 2017-05-22 | 1 | -18/+24 |
* | Fix endless loop on srp app when listing users | Diego Santa Cruz | 2017-05-19 | 1 | -5/+8 |
* | Fix some more memory leaks with TXT_DB_insert. | Bernd Edlinger | 2017-02-21 | 1 | -3/+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 |
* | Code factorisation and simplification | FdaSilvaYY | 2016-07-20 | 1 | -19/+16 |
* | Free allocated password strings on exit | Matt Caswell | 2016-06-01 | 1 | -0/+2 |
* | Indent and dead code cleanup | FdaSilvaYY | 2016-05-21 | 1 | -2/+2 |
* | Copyright consolidation 01/10 | Rich Salz | 2016-05-17 | 1 | -54/+5 |
* | Don't load same config file twice. | Dr. Stephen Henson | 2016-05-16 | 1 | -1/+1 |
* | Don't use an uninitialised variable in srp application | Matt Caswell | 2016-04-29 | 1 | -2/+1 |
* | Deprecate OBJ_cleanup() and make it a no-op | Matt Caswell | 2016-04-13 | 1 | -1/+0 |
* | Use NON_EMPTY_TRANSLATION_UNIT, consistently. | Rich Salz | 2016-02-10 | 1 | -18/+14 |
* | Fix quoting error in SRP printf | Andy Isaacson | 2016-01-22 | 1 | -1/+1 |
* | Rename some BUF_xxx to OPENSSL_xxx | Rich Salz | 2015-12-16 | 1 | -6/+6 |
* | Fix -srpvfile option in srp command line | Matt Caswell | 2015-09-21 | 1 | -12/+16 |
* | Restore module loading | Richard Levitte | 2015-05-29 | 1 | -0/+2 |
* | RT3876: Only load config when needed | Rich Salz | 2015-05-28 | 1 | -39/+8 |
* | Fix various OPENSSL_NO_* options | Matt Caswell | 2015-05-22 | 1 | -11/+10 |
* | Use #error in openssl/srp.h | Rich Salz | 2015-05-15 | 1 | -0/+6 |
* | Use p==NULL not !p (in if statements, mainly) | Rich Salz | 2015-05-11 | 1 | -11/+16 |
* | Use "==0" instead of "!strcmp" etc | Rich Salz | 2015-05-07 | 1 | -3/+3 |
* | Use safer sizeof variant in malloc | Rich Salz | 2015-05-04 | 1 | -1/+1 |
* | free NULL cleanup -- coda | Rich Salz | 2015-05-01 | 1 | -5/+2 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 1 | -25/+12 |
* | In apps, malloc or die | Rich Salz | 2015-04-30 | 1 | -18/+3 |
* | Fix bug, "what mode" test was wrong. | Rich Salz | 2015-04-30 | 1 | -1/+2 |