aboutsummaryrefslogtreecommitdiff
path: root/crypto/srp/srp_lib.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-03-27Make SRP library context awareMatt Caswell1-18/+57
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-01-15Check more return values in the SRP codeMatt Caswell1-1/+3
2018-12-06Following the license change, modify the boilerplates in crypto/srp/Richard Levitte1-1/+1
2018-11-15SRP module documentationAntoine Salon1-4/+4
2018-03-13update SRP copyright noticeTim Hudson1-1/+5
2016-10-01SRP code tidy.Dr. Stephen Henson1-69/+17
2016-08-23Fix mem leak on error pathMatt Caswell1-2/+4
2016-08-23Fix mem leak on error pathMatt Caswell1-1/+3
2016-08-23Fix mem leak on error pathMatt Caswell1-2/+2
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson1-19/+26
2016-06-18constify SRPMatt Caswell1-19/+20
2016-05-23Fix error return value in SRP functionsMatt Caswell1-8/+13
2016-05-18Fix SRP client key computationCynh1-2/+2
2016-05-17Copyright consolidation 05/10Rich Salz1-55/+6
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-07Fix clang complaints about uninitialised variables.Richard Levitte1-2/+2
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-6/+6
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-37/+52
2015-09-11Fix "defined but not used" warnings.Dr. Stephen Henson1-0/+12
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-7/+6
2015-04-30free NULL cleanup 7Rich Salz1-3/+3
2015-02-03Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz1-4/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-277/+268
2014-12-08Implement internally opaque bn access from srpMatt Caswell1-17/+1
2014-08-06Fix SRP buffer overrun vulnerability.Dr. Stephen Henson1-0/+6
2013-11-12srp/srp_grps.h: make it Compaq C-friendly.Andy Polyakov1-4/+4
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-6/+6
2011-05-29Various mingw64 fixes.Andy Polyakov1-7/+11
2011-03-12Fix warnings: signed/unisgned comparison, shadowing (in some cases globalDr. Stephen Henson1-2/+2
2011-03-12Add SRP support.Ben Laurie1-0/+357