]> andersk Git - openssh.git/commit - myproposal.h
- pvalchev@cvs.openbsd.org 2007/06/07 19:37:34
authordjm <djm>
Mon, 11 Jun 2007 04:01:42 +0000 (04:01 +0000)
committerdjm <djm>
Mon, 11 Jun 2007 04:01:42 +0000 (04:01 +0000)
commitf444d0f8cb4038ef003bd2278c882b6fd7b11284
treed45b10bcfad67a4a07cf41ce508f14f9d9111f00
parentbd6a13557387487325bdeda0bf4634e0e308af46
   - 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@
14 files changed:
ChangeLog
Makefile.in
kex.h
mac.c
mac.h
monitor_wrap.c
myproposal.h
packet.c
ssh.1
ssh_config.5
sshd.8
sshd_config.5
umac.c [new file with mode: 0644]
umac.h [new file with mode: 0644]
This page took 2.785762 seconds and 5 git commands to generate.