summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/jpake.c
AgeCommit message (Expand)Author
2012-06-18correct sizeof usage. patch from saw at online.de, ok deraadtDarren Tucker
2010-09-20missing #includeDamien Miller
2010-09-20check that received values are smaller than the group size in theDamien Miller
2010-07-13s/timing_safe_cmp/timingsafe_bcmp/gDamien Miller
2010-07-13implement a timing_safe_cmp() function to compare memory without leakingDamien Miller
2009-03-05refactor the (disabled) Schnorr proof code to make it a little moreDamien Miller
2008-11-04Add support for an experimental zero-knowledge password authenticationDamien Miller