aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/jpake/jpake.c
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect return argument.Rich Salz2016-08-211-1/+1
* Fix NULL-return checks in 1.0.2Rich Salz2016-08-191-0/+4
* Fix missing malloc return value checksMatt Caswell2015-11-091-0/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-177/+173
* Additional comment changes for reformat of 1.0.2Matt Caswell2015-01-221-1/+1
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-4/+4
* RT1771: Add string.h include.Alon Bar-Lev2014-09-081-0/+1
* 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