CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2010/07/13 05:52:06
Modified files: usr.bin/ssh : misc.c misc.h auth-rsa.c channels.c jpake.c key.c monitor.c packet.c ssh-rsa.c Log message: implement a timing_safe_cmp() function to compare memory without leaking timing information by short-circuiting like memcmp() and use it for some of the more sensitive comparisons (though nothing high-value was readily attackable anyway); "looks ok" markus@