aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/srp/srp_vfy.c
Commit message (Expand)AuthorAgeFilesLines
* Correct some badly formated preprocessor linesRichard Levitte2017-04-251-2/+2
* Prevent OOB in SRP base64 code.Rich Salz2017-02-211-2/+5
* Add some sanity checks around usage of t_fromb64()Matt Caswell2016-09-141-9/+27
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-151-4/+6
* constify SRPMatt Caswell2016-06-181-7/+8
* Copyright consolidation 05/10Rich Salz2016-05-171-55/+6
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Mark SRP_VBASE_get_by_user() as deprecatedMatt Caswell2016-03-101-0/+2
* CVE-2016-0798: avoid memory leak in SRPEmilia Kasper2016-02-251-5/+53
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-5/+5
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-3/+3
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-10/+12
* Fix a NULL deref in an error pathMatt Caswell2015-11-261-1/+1
* Fix SRP memory leaksMatt Caswell2015-09-211-9/+24
* 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-9/+10
* Use safer sizeof variant in mallocRich Salz2015-05-041-4/+4
* free cleanup 12Rich Salz2015-04-301-5/+6
* remove malloc castsRich Salz2015-04-281-4/+3
* free NULL cleanupRich Salz2015-03-251-2/+1
* RAND_bytes updatesMatt Caswell2015-03-251-3/+6
* Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz2015-02-031-6/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-528/+506
* Constification - mostly originally from Chromium.Ben Laurie2014-06-291-2/+4
* - fix coverity issues 966593-966596Tim Hudson2014-05-061-0/+3
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-16/+14
* Fix warnings: signed/unisgned comparison, shadowing (in some cases globalDr. Stephen Henson2011-03-121-3/+3
* Add SRP support.Ben Laurie2011-03-121-0/+660