1. 15 Nov, 2011 8 commits
  2. 14 Nov, 2011 31 commits
  3. 13 Nov, 2011 1 commit
    • Dave Cheney's avatar
      exp/ssh: add client side support for publickey auth · 3ee171d1
      Dave Cheney authored
      client.go/client_auth.go:
      * add support for publickey key auth using the interface
        outlined by rsc in the previous auth CL
      
      client_auth_test.go:
      * password and publickey tests against server.go
      
      common.go/server.go:
      * move some helper methods from server.go into common.go
      * generalise serializeRSASignature
      
      R=rsc, agl, huin
      CC=cw, golang-dev, n13m3y3r
      https://golang.org/cl/5373055
      3ee171d1