diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -22,6 +22,13 @@ | |||
22 | Hostname %h.example.org | 22 | Hostname %h.example.org |
23 | 23 | ||
24 | "I like it" markus@ | 24 | "I like it" markus@ |
25 | - djm@cvs.openbsd.org 2010/07/13 11:52:06 | ||
26 | [auth-rsa.c channels.c jpake.c key.c misc.c misc.h monitor.c] | ||
27 | [packet.c ssh-rsa.c] | ||
28 | implement a timing_safe_cmp() function to compare memory without leaking | ||
29 | timing information by short-circuiting like memcmp() and use it for | ||
30 | some of the more sensitive comparisons (though nothing high-value was | ||
31 | readily attackable anyway); "looks ok" markus@ | ||
25 | 32 | ||
26 | 20100714 | 33 | 20100714 |
27 | - (tim) [contrib/redhat/openssh.spec] Bug 1796: Test for skip_x11_askpass | 34 | - (tim) [contrib/redhat/openssh.spec] Bug 1796: Test for skip_x11_askpass |