aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/srp/srp_lib.c
Commit message (Expand)AuthorAgeFilesLines
* SRP code tidy.Dr. Stephen Henson2016-10-011-69/+17
* Fix mem leak on error pathMatt Caswell2016-08-231-2/+4
* Fix mem leak on error pathMatt Caswell2016-08-231-1/+3
* Fix mem leak on error pathMatt Caswell2016-08-231-2/+2
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-151-19/+26
* constify SRPMatt Caswell2016-06-181-19/+20
* Fix error return value in SRP functionsMatt Caswell2016-05-231-8/+13
* Fix SRP client key computationCynh2016-05-181-2/+2
* Copyright consolidation 05/10Rich Salz2016-05-171-55/+6
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Fix clang complaints about uninitialised variables.Richard Levitte2015-12-071-2/+2
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-6/+6
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-37/+52
* Fix "defined but not used" warnings.Dr. Stephen Henson2015-09-111-0/+12
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-7/+6
* 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