commit | d95b28330da59cfd5b511cea8d98ce3379610013 | [log] [tgz] |
---|---|---|
author | Jonathan Pittman <jmpittman@google.com> | Sun Dec 16 10:47:10 2012 -0500 |
committer | Adam Langley <agl@golang.org> | Sun Dec 16 10:47:10 2012 -0500 |
tree | d199dc46770e372ae5a07d9a14b84253b4d774e1 | |
parent | 2da167fbbea6ce6a7da8f70e1219ce25af656cbe [diff] |
go.crypto/ssh: some cleanup Simplify MarshalAuthorizedKey by using the algoName func. Make the algoName func be very specific about supported key types in openssh certs. Generalize some of the commentary that previously mentioned specific key types. R=agl, dave CC=golang-dev https://golang.org/cl/6938067