aboutsummaryrefslogtreecommitdiff
path: root/apps/srp.c
AgeCommit message (Expand)AuthorFilesLines
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