]> Cypherpunks repositories - gostls13.git/commit
exp/ssh: Add support for (most) of the ciphers from RFC4253, RFC4344 and RFC4345.
authorJohn Beisley <huin@google.com>
Fri, 18 Nov 2011 17:56:57 +0000 (12:56 -0500)
committerAdam Langley <agl@golang.org>
Fri, 18 Nov 2011 17:56:57 +0000 (12:56 -0500)
commit0e60804b4a65559613ceae03b8a61b959d0a1cba
treeedfe75d2a3a71d6566a715b768fe866ce978586e
parentc638813ef68a691aeafc0aefe36739bc0650d0db
exp/ssh: Add support for (most) of the ciphers from RFC4253, RFC4344 and RFC4345.

R=dave, agl, taruti, rsc, r
CC=golang-dev
https://golang.org/cl/5342057
src/pkg/exp/ssh/Makefile
src/pkg/exp/ssh/cipher.go [new file with mode: 0644]
src/pkg/exp/ssh/cipher_test.go [new file with mode: 0644]
src/pkg/exp/ssh/client.go
src/pkg/exp/ssh/common.go
src/pkg/exp/ssh/messages.go
src/pkg/exp/ssh/server.go
src/pkg/exp/ssh/transport.go