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

Damien Miller djm at mindrot.org
Wed Mar 15 12:08:29 EST 2006


CVSROOT:	/var/cvs
Module name:	openssh
Changes by:	djm at fuyu.mindrot.org	2006/03/15 12:08:29

Modified files:
	.              : ChangeLog kex.c kex.h monitor.c myproposal.h 
	                 ssh-keyscan.c sshconnect2.c sshd.c 
Added files:
	.              : md-sha256.c 

Log message:
- djm at cvs.openbsd.org 2006/03/07 09:07:40
[kex.c kex.h monitor.c myproposal.h ssh-keyscan.c sshconnect2.c sshd.c]
Implement the diffie-hellman-group-exchange-sha256 key exchange method
using the SHA256 code in libc (and wrapper to make it into an OpenSSL
EVP), interop tested against CVS PuTTY
NB. no portability bits committed yet

cvs -n rdiff -u -r1.4206 -r1.4207 openssh/ChangeLog
cvs -n rdiff -u -r1.68 -r1.69 openssh/kex.c
cvs -n rdiff -u -r1.40 -r1.41 openssh/kex.h
cvs -n rdiff -u -r1.92 -r1.93 openssh/monitor.c
cvs -n rdiff -u -r1.17 -r1.18 openssh/myproposal.h
cvs -n rdiff -u -r1.73 -r1.74 openssh/ssh-keyscan.c
cvs -n rdiff -u -r1.135 -r1.136 openssh/sshconnect2.c
cvs -n rdiff -u -r1.326 -r1.327 openssh/sshd.c




More information about the openssh-commits mailing list