aboutsummaryrefslogtreecommitdiff
path: root/crypto/jpake
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-17Remove some old makefile targetsRich Salz1-4/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-59/+43
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-0/+6
2015-11-05Rebuild error source files.Dr. Stephen Henson1-2/+2
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
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-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-14/+5
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte2-313/+0
2015-03-24JPAKE Makefile missing 'files' targetRichard Levitte1-0/+3
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell4-341/+328
2015-01-22More commentsMatt Caswell1-1/+1
2014-12-30mark all block comments that need format preserving so thatTim Hudson2-6/+6
2014-12-08Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe1-2/+1
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz1-3/+0
2014-11-16Add missing SRC variableMike Bland1-0/+1
2014-11-16Remove redundant test targets outside of test/Mike Bland1-2/+0
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
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson1-1/+1
2010-11-29apply J-PKAKE fix to HEAD (original by Ben)Dr. Stephen Henson3-1/+34
2008-12-02Implement Configure option pattern "experimental-foo"Bodo Möller1-1/+1
2008-11-28Fix compilation with -DOPENSSL_NO_DEPRECATED.Geoff Thorpe1-1/+1
2008-11-24Update from stable-branch.Dr. Stephen Henson2-1/+7
2008-11-16Integrate J-PAKE and TLS-PSK. Increase PSK buffer size. Fix memory leaks.Ben Laurie1-0/+14
2008-11-13Ignore saved Makefile.Ben Laurie1-0/+2
2008-11-13J-PAKE is not experimental in HEAD.Ben Laurie1-4/+0
2008-11-12Update from stable branch.Dr. Stephen Henson1-0/+6
2008-11-02Fix warnings: printf format mismatches on 64 bit platforms.Dr. Stephen Henson1-3/+2
2008-10-31Add install target to crypto/jpake/MakefileDr. Stephen Henson1-0/+8
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 Henson4-90/+119
2008-10-26Add JPAKE.Ben Laurie6-0/+914