summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2009-01-28 16:38:41 +1100
committerDamien Miller <djm@mindrot.org>2009-01-28 16:38:41 +1100
commit13ae44ce5865b720708aae9cb1d2e2f08a0d90cb (patch)
treeb9acd30c2e1edfa1a4b7dcc26b8c11f8ea77b855 /ChangeLog
parent9aa72ba57af907af8f7228f64fca8a474797898f (diff)
- markus@cvs.openbsd.org 2009/01/26 09:58:15
[cipher.c cipher.h packet.c] Work around the CPNI-957037 Plaintext Recovery Attack by always reading 256K of data on packet size or HMAC errors (in CBC mode only). Help, feedback and ok djm@ Feedback from Martin Albrecht and Paterson Kenny
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ce3a84b8..8584ff316 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -80,6 +80,12 @@
80 - naddy@cvs.openbsd.org 2009/01/24 17:10:22 80 - naddy@cvs.openbsd.org 2009/01/24 17:10:22
81 [ssh_config.5 sshd_config.5] 81 [ssh_config.5 sshd_config.5]
82 sync list of preferred ciphers; ok djm@ 82 sync list of preferred ciphers; ok djm@
83 - markus@cvs.openbsd.org 2009/01/26 09:58:15
84 [cipher.c cipher.h packet.c]
85 Work around the CPNI-957037 Plaintext Recovery Attack by always
86 reading 256K of data on packet size or HMAC errors (in CBC mode only).
87 Help, feedback and ok djm@
88 Feedback from Martin Albrecht and Paterson Kenny
83 89
8420090107 9020090107
85 - (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X. 91 - (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X.
@@ -5089,5 +5095,5 @@
5089 OpenServer 6 and add osr5bigcrypt support so when someone migrates 5095 OpenServer 6 and add osr5bigcrypt support so when someone migrates
5090 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 5096 passwords between UnixWare and OpenServer they will still work. OK dtucker@
5091 5097
5092$Id: ChangeLog,v 1.5178 2009/01/28 05:34:00 djm Exp $ 5098$Id: ChangeLog,v 1.5179 2009/01/28 05:38:41 djm Exp $
5093 5099