summaryrefslogtreecommitdiff
path: root/apps/srp.c
Commit message (Expand)AuthorAgeFilesLines
* openssl srp: make index.txt parsing error more verboseFlorian Mickler2021-05-241-1/+3
* DOC: Fix nits found by new check on SYNOPSIS and OPTIONS consistencyDr. David von Oheimb2021-05-201-2/+2
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+3
* Deprecate the low level SRP APIsMatt Caswell2021-02-121-0/+3
* Load rand state after loading providersRich Salz2021-02-121-0/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb2021-01-131-4/+1
* Check non-option argumentsRich Salz2020-12-151-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Don't compile commands if disabledRich Salz2020-04-101-21/+17
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Document command parameters.Rich Salz2019-11-201-0/+5
* Add "sections" to -help outputRich Salz2019-11-081-6/+11
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* update SRP copyright noticeTim Hudson2018-03-131-0/+4
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Check # of arguments for remaining commands.Rich Salz2017-08-211-12/+9
* Fix some pedantic warnings.Pauli2017-07-171-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-11/+8
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-14/+12
* Fix srp app missing NULL termination with password callbackDiego Santa Cruz2017-05-221-18/+24
* Fix endless loop on srp app when listing usersDiego Santa Cruz2017-05-191-5/+8
* Fix some more memory leaks with TXT_DB_insert.Bernd Edlinger2017-02-211-3/+1
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-1/+3
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Code factorisation and simplificationFdaSilvaYY2016-07-201-19/+16
* Free allocated password strings on exitMatt Caswell2016-06-011-0/+2
* Indent and dead code cleanupFdaSilvaYY2016-05-211-2/+2
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+5
* Don't load same config file twice.Dr. Stephen Henson2016-05-161-1/+1
* Don't use an uninitialised variable in srp applicationMatt Caswell2016-04-291-2/+1
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+0
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-18/+14
* Fix quoting error in SRP printfAndy Isaacson2016-01-221-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-6/+6
* Fix -srpvfile option in srp command lineMatt Caswell2015-09-211-12/+16
* Restore module loadingRichard Levitte2015-05-291-0/+2
* RT3876: Only load config when neededRich Salz2015-05-281-39/+8
* Fix various OPENSSL_NO_* optionsMatt Caswell2015-05-221-11/+10
* Use #error in openssl/srp.hRich Salz2015-05-151-0/+6
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-11/+16
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-3/+3
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-5/+2
* free null cleanup finaleRich Salz2015-05-011-25/+12
* In apps, malloc or dieRich Salz2015-04-301-18/+3
* Fix bug, "what mode" test was wrong.Rich Salz2015-04-301-1/+2