summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-09-24 22:03:24 +1000
committerDamien Miller <djm@mindrot.org>2010-09-24 22:03:24 +1000
commitf7540cd5c4047675d03b2426bb6c32d3ff811bf7 (patch)
tree6a1f00877c30f14cb8243dd965290c073489cd8c /ChangeLog
parent857b02e37f3bd6d5390711521e2dd021beca3a3c (diff)
- djm@cvs.openbsd.org 2010/09/20 04:50:53
[jpake.c schnorr.c] check that received values are smaller than the group size in the disabled and unfinished J-PAKE code. avoids catastrophic security failure found by Sebastien Martini
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9e0f6c09..ddfd7b357 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,11 @@
15 - djm@cvs.openbsd.org 2010/09/20 04:41:47 15 - djm@cvs.openbsd.org 2010/09/20 04:41:47
16 [ssh.c] 16 [ssh.c]
17 install a SIGCHLD handler to reap expiried child process; ok markus@ 17 install a SIGCHLD handler to reap expiried child process; ok markus@
18 - djm@cvs.openbsd.org 2010/09/20 04:50:53
19 [jpake.c schnorr.c]
20 check that received values are smaller than the group size in the
21 disabled and unfinished J-PAKE code.
22 avoids catastrophic security failure found by Sebastien Martini
18 23
1920100910 2420100910
20 - (dtucker) [openbsd-compat/port-linux.c] Check is_selinux_enabled for exact 25 - (dtucker) [openbsd-compat/port-linux.c] Check is_selinux_enabled for exact