aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/jpake/jpake.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-193/+189
* More commentsMatt Caswell2015-01-221-1/+1
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-4/+4
* Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe2014-12-081-2/+1
* RT1771: Add string.h include.Alon Bar-Lev2014-09-081-0/+1
* hashbn: check for NULL result when allocating bin and return an error if it f...Jonas Maebe2014-08-171-21/+47
* JPAKE_CTX_new: check for NULL result when allocating ctxJonas Maebe2014-08-171-0/+2
* apply J-PKAKE fix to HEAD (original by Ben)Dr. Stephen Henson2010-11-291-0/+29
* Fix warnings: printf format mismatches on 64 bit platforms.Dr. Stephen Henson2008-11-021-3/+2
* Win32 fixes... add new directory to build system. Fix warnings.Dr. Stephen Henson2008-10-271-1/+2
* Fix warnings and various issues.Dr. Stephen Henson2008-10-271-64/+78
* Add JPAKE.Ben Laurie2008-10-261-0/+468