aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/srp
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup 7Rich Salz2015-04-301-3/+3
* free cleanup 12Rich Salz2015-04-301-5/+6
* remove malloc castsRich Salz2015-04-281-4/+3
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-312-324/+0
* free NULL cleanupRich Salz2015-03-251-2/+1
* RAND_bytes updatesMatt Caswell2015-03-252-5/+8
* Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz2015-02-034-96/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-225-1040/+1000
* Implement internally opaque bn access from srpMatt Caswell2014-12-083-535/+2
* Remove all .cvsignore filesRich Salz2014-11-281-2/+0
* Remove redundant test targets outside of test/Mike Bland2014-11-161-3/+0
* Fix SRP buffer overrun vulnerability.Dr. Stephen Henson2014-08-061-0/+6
* Constification - mostly originally from Chromium.Ben Laurie2014-06-294-41/+43
* - fix coverity issues 966593-966596Tim Hudson2014-05-061-0/+3
* srp/srp_grps.h: make it Compaq C-friendly.Andy Polyakov2013-11-122-412/+412
* Missing files target.Ben Laurie2013-02-261-0/+3
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-032-22/+20
* PR: 2727Dr. Stephen Henson2012-02-231-1/+2
* Various mingw64 fixes.Andy Polyakov2011-05-291-7/+11
* Fix warnings: signed/unisgned comparison, shadowing (in some cases globalDr. Stephen Henson2011-03-122-5/+5
* Add SRP support.Ben Laurie2011-03-128-0/+2049