summaryrefslogtreecommitdiffstats
path: root/apps/srp.c
AgeCommit message (Expand)Author
2021-05-24openssl srp: make index.txt parsing error more verboseFlorian Mickler
2021-05-20DOC: Fix nits found by new check on SYNOPSIS and OPTIONS consistencyDr. David von Oheimb
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-02-12Deprecate the low level SRP APIsMatt Caswell
2021-02-12Load rand state after loading providersRich Salz
2021-01-28Update copyright yearRichard Levitte
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb
2020-12-15Check non-option argumentsRich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-10Don't compile commands if disabledRich Salz
2020-03-07cmdline app: add provider commandline options.Pauli
2019-11-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-03-13update SRP copyright noticeTim Hudson
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-08-21Check # of arguments for remaining commands.Rich Salz
2017-07-17Fix some pedantic warnings.Pauli
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-05-22Fix srp app missing NULL termination with password callbackDiego Santa Cruz
2017-05-19Fix endless loop on srp app when listing usersDiego Santa Cruz
2017-02-21Fix some more memory leaks with TXT_DB_insert.Bernd Edlinger
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-07-20Code factorisation and simplificationFdaSilvaYY
2016-06-01Free allocated password strings on exitMatt Caswell
2016-05-21Indent and dead code cleanupFdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-16Don't load same config file twice.Dr. Stephen Henson
2016-04-29Don't use an uninitialised variable in srp applicationMatt Caswell
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz
2016-01-22Fix quoting error in SRP printfAndy Isaacson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-09-21Fix -srpvfile option in srp command lineMatt Caswell
2015-05-29Restore module loadingRichard Levitte
2015-05-28RT3876: Only load config when neededRich Salz
2015-05-22Fix various OPENSSL_NO_* optionsMatt Caswell
2015-05-15Use #error in openssl/srp.hRich Salz
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-30Fix bug, "what mode" test was wrong.Rich Salz