[go-nuts] Re: crypto data types

2020-01-14 Thread R Srinivasan
Indeed. My search yielded: go get -u -v github.com/ianmcmahon/encoding_ssh which had exactly what I needed (and should probably be included in the standard ssh package) The use case itself - a digital signature facility in our Over The Network software upgrade procedure. The following is a

[go-nuts] Re: crypto data types

2020-01-14 Thread a2800276
> > > looking for guidance on how to get an rsa.PublicKey from id_rsa.pub > seems like I can parse the id_rsa.pub contents and get a ssh.PublicKey but > how do I transform this into an rsa.PublicKey > i need the coersion in order to use other support services. > > Please consider whether this is