summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f652e6183..d650f63f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
2620100714 3320100714
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