summaryrefslogtreecommitdiff
path: root/apps/srp.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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