summaryrefslogtreecommitdiffstats
path: root/crypto/srp/srp_lib.c
AgeCommit message (Expand)Author
2016-05-23Fix error return value in SRP functionsMatt Caswell
2016-05-18Fix SRP client key computationCynh
2016-05-17Copyright consolidation 05/10Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-07Fix clang complaints about uninitialised variables.Richard Levitte
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-09-11Fix "defined but not used" warnings.Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-02-03Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08Implement internally opaque bn access from srpMatt Caswell
2014-08-06Fix SRP buffer overrun vulnerability.Dr. Stephen Henson
2013-11-12srp/srp_grps.h: make it Compaq C-friendly.Andy Polyakov
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2011-05-29Various mingw64 fixes.Andy Polyakov
2011-03-12Fix warnings: signed/unisgned comparison, shadowing (in some cases globalDr. Stephen Henson
2011-03-12Add SRP support.Ben Laurie