aboutsummaryrefslogtreecommitdiffstats
path: root/apps/srp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove needless bio_err argumentRich Salz2015-04-291-27/+27
* remove malloc castsRich Salz2015-04-281-2/+1
* Remove EFENCE support.Rich Salz2015-04-251-12/+0
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-5/+2
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-252/+212
* Code style: space after 'if'Viktor Dukhovni2015-04-161-2/+2
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+8
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-3/+4
* apps/srp.c: make it indent-friendly.Andy Polyakov2015-01-221-668/+665
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-72/+67
* Fix warnings: signed/unisgned comparison, shadowing (in some cases globalDr. Stephen Henson2011-03-121-5/+5
* Add SRP support.Ben Laurie2011-03-121-0/+763