aboutsummaryrefslogtreecommitdiffstats
path: root/apps/srp.c
Commit message (Collapse)AuthorAgeFilesLines
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+8
| | | | | | | Miscellaneous unchecked malloc fixes. Also fixed some mem leaks on error paths as I spotted them along the way. Reviewed-by: Tim Hudson <tjh@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-3/+4
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* apps/srp.c: make it indent-friendly.Andy Polyakov2015-01-221-668/+665
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* 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
| | | | functions such as rand() ).
* Add SRP support.Ben Laurie2011-03-121-0/+763