aboutsummaryrefslogtreecommitdiff
path: root/crypto/jpake/jpake.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-17Remove JPAKERich Salz1-543/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-0/+6
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-04-30free cleanup 12Rich Salz1-0/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-193/+189
2015-01-22More commentsMatt Caswell1-1/+1
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-4/+4
2014-12-08Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe1-2/+1
2014-09-08RT1771: Add string.h include.Alon Bar-Lev1-0/+1
2014-08-17hashbn: check for NULL result when allocating bin and return an error if it f...Jonas Maebe1-21/+47
2014-08-17JPAKE_CTX_new: check for NULL result when allocating ctxJonas Maebe1-0/+2
2010-11-29apply J-PKAKE fix to HEAD (original by Ben)Dr. Stephen Henson1-0/+29
2008-11-02Fix warnings: printf format mismatches on 64 bit platforms.Dr. Stephen Henson1-3/+2
2008-10-27Win32 fixes... add new directory to build system. Fix warnings.Dr. Stephen Henson1-1/+2
2008-10-27Fix warnings and various issues.Dr. Stephen Henson1-64/+78
2008-10-26Add JPAKE.Ben Laurie1-0/+468