aboutsummaryrefslogtreecommitdiff
path: root/crypto/srp/srp_vfy.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-14Add some sanity checks around usage of t_fromb64()Matt Caswell1-9/+27
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson1-4/+6
2016-06-18constify SRPMatt Caswell1-7/+8
2016-05-17Copyright consolidation 05/10Rich Salz1-55/+6
2016-04-28various spelling fixesFdaSilvaYY1-1/+1
2016-04-04Revert "various spelling fixes"Rich Salz1-1/+1
2016-04-04various spelling fixesFdaSilvaYY1-1/+1
2016-03-10Mark SRP_VBASE_get_by_user() as deprecatedMatt Caswell1-0/+2
2016-02-25CVE-2016-0798: avoid memory leak in SRPEmilia Kasper1-5/+53
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-5/+5
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-3/+3
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-10/+12
2015-11-26Fix a NULL deref in an error pathMatt Caswell1-1/+1
2015-09-21Fix SRP memory leaksMatt Caswell1-9/+24
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-9/+10
2015-05-04Use safer sizeof variant in mallocRich Salz1-4/+4
2015-04-30free cleanup 12Rich Salz1-5/+6
2015-04-28remove malloc castsRich Salz1-4/+3
2015-03-25free NULL cleanupRich Salz1-2/+1
2015-03-25RAND_bytes updatesMatt Caswell1-3/+6
2015-02-03Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz1-6/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-528/+506
2014-06-29Constification - mostly originally from Chromium.Ben Laurie1-2/+4
2014-05-06- fix coverity issues 966593-966596Tim Hudson1-0/+3
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-16/+14
2011-03-12Fix warnings: signed/unisgned comparison, shadowing (in some cases globalDr. Stephen Henson1-3/+3
2011-03-12Add SRP support.Ben Laurie1-0/+660