summaryrefslogtreecommitdiffstats
path: root/crypto/jpake
AgeCommit message (Collapse)Author
2015-01-22mark all block comments that need format preserving so thatTim Hudson
indent will not alter them when reformatting comments (cherry picked from commit 1d97c8435171a7af575f73c526d79e1ef0ee5960) Conflicts: crypto/bn/bn_lcl.h crypto/bn/bn_prime.c crypto/engine/eng_all.c crypto/rc4/rc4_utl.c crypto/sha/sha.h ssl/kssl.c ssl/t1_lib.c Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-09-08RT1771: Add string.h include.Alon Bar-Lev
Reviewed-by: Dr. Stephen Henson <steve@openssl.org> (cherry picked from commit 8842987e5a76535597b9795b0408565baabf18d1)
2010-11-29apply J-PKAKE fix to HEAD (original by Ben)Dr. Stephen Henson
2008-12-02Implement Configure option pattern "experimental-foo"Bodo Möller
(specifically, "experimental-jpake").
2008-11-28Fix compilation with -DOPENSSL_NO_DEPRECATED.Geoff Thorpe
2008-11-24Update from stable-branch.Dr. Stephen Henson
2008-11-16Integrate J-PAKE and TLS-PSK. Increase PSK buffer size. Fix memory leaks.Ben Laurie
2008-11-13Ignore saved Makefile.Ben Laurie
2008-11-13J-PAKE is not experimental in HEAD.Ben Laurie
2008-11-12Update from stable branch.Dr. Stephen Henson
2008-11-02Fix warnings: printf format mismatches on 64 bit platforms.Dr. Stephen Henson
Change assert to OPENSSL_assert(). Fix e_padlock prototype.
2008-10-31Add install target to crypto/jpake/MakefileDr. Stephen Henson
2008-10-27Win32 fixes... add new directory to build system. Fix warnings.Dr. Stephen Henson
2008-10-27Fix warnings and various issues.Dr. Stephen Henson
C++ style comments. Signed/unsigned warning in apps.c Missing targets in jpake/Makefile
2008-10-26Add JPAKE.Ben Laurie