]> Cypherpunks repositories - gostls13.git/commit
exp/ssh: cleanup client auth tests
authorDave Cheney <dave@cheney.net>
Tue, 6 Dec 2011 23:13:20 +0000 (18:13 -0500)
committerAdam Langley <agl@golang.org>
Tue, 6 Dec 2011 23:13:20 +0000 (18:13 -0500)
commitbf59f081c16764633e072824fdc582a6ce9136db
tree8d2884e530f6ccb838df603ab08157772bfd275a
parent2c7a84a95bc10fe57b7b0699aee23f06f23076b5
exp/ssh: cleanup client auth tests

This CL cleans up the client auth tests, making the
individual test body more manageable.

Also, adds tests for rsa and dsa key negotiation.

Finally, remove the package level use of the variable
strings, which avoids conflicting with the strings pkg.

R=gustav.paul, agl, n13m3y3r, rsc
CC=golang-dev
https://golang.org/cl/5447049
src/pkg/exp/ssh/client_auth_test.go
src/pkg/exp/ssh/common_test.go