aboutsummaryrefslogtreecommitdiff
path: root/apps/srp.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-13update SRP copyright noticeTim Hudson1-0/+4
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-08-21Check # of arguments for remaining commands.Rich Salz1-12/+9
2017-07-17Fix some pedantic warnings.Pauli1-1/+1
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-11/+8
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-14/+12
2017-05-22Fix srp app missing NULL termination with password callbackDiego Santa Cruz1-18/+24
2017-05-19Fix endless loop on srp app when listing usersDiego Santa Cruz1-5/+8
2017-02-21Fix some more memory leaks with TXT_DB_insert.Bernd Edlinger1-3/+1
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte1-1/+3
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-07-20Code factorisation and simplificationFdaSilvaYY1-19/+16
2016-06-01Free allocated password strings on exitMatt Caswell1-0/+2
2016-05-21Indent and dead code cleanupFdaSilvaYY1-2/+2
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+5
2016-05-16Don't load same config file twice.Dr. Stephen Henson1-1/+1
2016-04-29Don't use an uninitialised variable in srp applicationMatt Caswell1-2/+1
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell1-1/+0
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz1-18/+14
2016-01-22Fix quoting error in SRP printfAndy Isaacson1-1/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-6/+6
2015-09-21Fix -srpvfile option in srp command lineMatt Caswell1-12/+16
2015-05-29Restore module loadingRichard Levitte1-0/+2
2015-05-28RT3876: Only load config when neededRich Salz1-39/+8
2015-05-22Fix various OPENSSL_NO_* optionsMatt Caswell1-11/+10
2015-05-15Use #error in openssl/srp.hRich Salz1-0/+6
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-11/+16
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-3/+3
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free NULL cleanup -- codaRich Salz1-5/+2
2015-05-01free null cleanup finaleRich Salz1-25/+12
2015-04-30In apps, malloc or dieRich Salz1-18/+3
2015-04-30Fix bug, "what mode" test was wrong.Rich Salz1-1/+2
2015-04-29Remove needless bio_err argumentRich Salz1-27/+27
2015-04-28remove malloc castsRich Salz1-2/+1
2015-04-25Remove EFENCE support.Rich Salz1-12/+0
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz1-5/+2
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-252/+212
2015-04-16Code style: space after 'if'Viktor Dukhovni1-2/+2
2015-03-05Unchecked malloc fixesMatt Caswell1-0/+8
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-3/+4
2015-01-22apps/srp.c: make it indent-friendly.Andy Polyakov1-668/+665
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos1-1/+1
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-72/+67
2011-03-12Fix warnings: signed/unisgned comparison, shadowing (in some cases globalDr. Stephen Henson1-5/+5
2011-03-12Add SRP support.Ben Laurie1-0/+763