aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/srp/srp_lib.c
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup 7Rich Salz2015-04-301-3/+3
* Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz2015-02-031-4/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-277/+268
* Implement internally opaque bn access from srpMatt Caswell2014-12-081-17/+1
* Fix SRP buffer overrun vulnerability.Dr. Stephen Henson2014-08-061-0/+6
* srp/srp_grps.h: make it Compaq C-friendly.Andy Polyakov2013-11-121-4/+4
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-6/+6
* Various mingw64 fixes.Andy Polyakov2011-05-291-7/+11
* Fix warnings: signed/unisgned comparison, shadowing (in some cases globalDr. Stephen Henson2011-03-121-2/+2
* Add SRP support.Ben Laurie2011-03-121-0/+357