aboutsummaryrefslogtreecommitdiff
path: root/crypto/srp
AgeCommit message (Expand)AuthorFilesLines
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte2-324/+0
2015-03-25free NULL cleanupRich Salz1-2/+1
2015-03-25RAND_bytes updatesMatt Caswell2-5/+8
2015-02-03Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz4-96/+4
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell5-1040/+1000
2014-12-08Implement internally opaque bn access from srpMatt Caswell3-535/+2
2014-11-28Remove all .cvsignore filesRich Salz1-2/+0
2014-11-16Remove redundant test targets outside of test/Mike Bland1-3/+0
2014-08-06Fix SRP buffer overrun vulnerability.Dr. Stephen Henson1-0/+6
2014-06-29Constification - mostly originally from Chromium.Ben Laurie4-41/+43
2014-05-06- fix coverity issues 966593-966596Tim Hudson1-0/+3
2013-11-12srp/srp_grps.h: make it Compaq C-friendly.Andy Polyakov2-412/+412
2013-02-26Missing files target.Ben Laurie1-0/+3
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie2-22/+20
2012-02-23PR: 2727Dr. Stephen Henson1-1/+2
2011-05-29Various mingw64 fixes.Andy Polyakov1-7/+11
2011-03-12Fix warnings: signed/unisgned comparison, shadowing (in some cases globalDr. Stephen Henson2-5/+5
2011-03-12Add SRP support.Ben Laurie8-0/+2049