[openssh-commits] CVS: fuyu.mindrot.org: openssh

Damien Miller djm at fuyu.mindrot.org
Mon Jun 11 14:01:43 EST 2007


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 07/06/11 14:01:43

Modified files:
    .               : 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
Added files:
    .               : umac.c umac.h

Log message:
   - pvalchev at 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 at 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@

Diff commands:
cvs -nQq rdiff -u -r1.4680 -r1.4681 openssh/ChangeLog
cvs -nQq rdiff -u -r1.284 -r1.285 openssh/Makefile.in
cvs -nQq rdiff -u -r1.48 -r1.49 openssh/kex.h
cvs -nQq rdiff -u -r1.14 -r1.15 openssh/mac.c
cvs -nQq rdiff -u -r1.5 -r1.6 openssh/mac.h
cvs -nQq rdiff -u -r1.72 -r1.73 openssh/monitor_wrap.c
cvs -nQq rdiff -u -r1.21 -r1.22 openssh/myproposal.h
cvs -nQq rdiff -u -r1.148 -r1.149 openssh/packet.c
cvs -nQq rdiff -u -r1.226 -r1.227 openssh/ssh.1
cvs -nQq rdiff -u -r1.99 -r1.100 openssh/ssh_config.5
cvs -nQq rdiff -u -r1.196 -r1.197 openssh/sshd.8
cvs -nQq rdiff -u -r1.81 -r1.82 openssh/sshd_config.5

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4680;r2=1.4681
http://cvsweb.mindrot.org/index.cgi/openssh/Makefile.in?r1=1.284;r2=1.285
http://cvsweb.mindrot.org/index.cgi/openssh/kex.h?r1=1.48;r2=1.49
http://cvsweb.mindrot.org/index.cgi/openssh/mac.c?r1=1.14;r2=1.15
http://cvsweb.mindrot.org/index.cgi/openssh/mac.h?r1=1.5;r2=1.6
http://cvsweb.mindrot.org/index.cgi/openssh/monitor_wrap.c?r1=1.72;r2=1.73
http://cvsweb.mindrot.org/index.cgi/openssh/myproposal.h?r1=1.21;r2=1.22
http://cvsweb.mindrot.org/index.cgi/openssh/packet.c?r1=1.148;r2=1.149
http://cvsweb.mindrot.org/index.cgi/openssh/ssh.1?r1=1.226;r2=1.227
http://cvsweb.mindrot.org/index.cgi/openssh/ssh_config.5?r1=1.99;r2=1.100
http://cvsweb.mindrot.org/index.cgi/openssh/sshd.8?r1=1.196;r2=1.197
http://cvsweb.mindrot.org/index.cgi/openssh/sshd_config.5?r1=1.81;r2=1.82

Please note that there may be a delay before commits are available
on the public CVSWeb site.


More information about the openssh-commits mailing list