]> Cypherpunks repositories - gostls13.git/commit
exp/ssh: handle versions with just '\n'
authorAdam Langley <agl@golang.org>
Wed, 18 Jan 2012 20:04:17 +0000 (15:04 -0500)
committerAdam Langley <agl@golang.org>
Wed, 18 Jan 2012 20:04:17 +0000 (15:04 -0500)
commitdbebb08601ae43566ed19748a838b2a36481f61a
tree171d0d1647491399cbaf20cb7ab33bced3987613
parent18de11479c08fcb3d0b457a4bcabae5457168258
exp/ssh: handle versions with just '\n'

djm recommend that we do this because OpenSSL was only fixed in 2008:
http://anoncvs.mindrot.org/index.cgi/openssh/sshd.c?revision=1.380&view=markup

R=dave, jonathan.mark.pittman
CC=golang-dev
https://golang.org/cl/5555044
src/pkg/exp/ssh/transport.go
src/pkg/exp/ssh/transport_test.go