summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-06-11 14:01:42 +1000
committerDamien Miller <djm@mindrot.org>2007-06-11 14:01:42 +1000
commite45796f7b425c04b6ba2d1f72e22c0cb6b3322ef (patch)
tree4882ccdb6184b1cf259ff916c2f716f3d1238f93 /ChangeLog
parent835284b74c984600aa50ebac527c37238027b4da (diff)
- pvalchev@cvs.openbsd.org 2007/06/07 19:37:34
[kex.h mac.c mac.h monitor_wrap.c myproposal.h packet.c ssh.1] [ssh_config.5 sshd.8 sshd_config.5] Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must specify umac-64@openssh.com). Provides about 20% end-to-end speedup compared to hmac-md5. Represents a different approach to message authentication to that of HMAC that may be beneficial if HMAC based on one of its underlying hash algorithms is found to be vulnerable to a new attack. http://www.ietf.org/rfc/rfc4418.txt in conjunction with and OK djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b1bc60ef0..48d2e97b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,16 @@
120070611 120070611
2 - (djm) Bugzilla #1306: silence spurious error messages from hang-on-exit 2 - (djm) Bugzilla #1306: silence spurious error messages from hang-on-exit
3 fix; tested by dtucker@ and jochen.kirn AT gmail.com 3 fix; tested by dtucker@ and jochen.kirn AT gmail.com
4 4 - pvalchev@cvs.openbsd.org 2007/06/07 19:37:34
5 [kex.h mac.c mac.h monitor_wrap.c myproposal.h packet.c ssh.1]
6 [ssh_config.5 sshd.8 sshd_config.5]
7 Add a new MAC algorithm for data integrity, UMAC-64 (not default yet,
8 must specify umac-64@openssh.com). Provides about 20% end-to-end speedup
9 compared to hmac-md5. Represents a different approach to message
10 authentication to that of HMAC that may be beneficial if HMAC based on
11 one of its underlying hash algorithms is found to be vulnerable to a
12 new attack. http://www.ietf.org/rfc/rfc4418.txt
13 in conjunction with and OK djm@
520070605 1420070605
6 - (dtucker) OpenBSD CVS Sync 15 - (dtucker) OpenBSD CVS Sync
7 - djm@cvs.openbsd.org 2007/05/22 10:18:52 16 - djm@cvs.openbsd.org 2007/05/22 10:18:52
@@ -2976,4 +2985,4 @@
2976 OpenServer 6 and add osr5bigcrypt support so when someone migrates 2985 OpenServer 6 and add osr5bigcrypt support so when someone migrates
2977 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 2986 passwords between UnixWare and OpenServer they will still work. OK dtucker@
2978 2987
2979$Id: ChangeLog,v 1.4680 2007/06/11 03:03:16 djm Exp $ 2988$Id: ChangeLog,v 1.4681 2007/06/11 04:01:42 djm Exp $