aboutsummaryrefslogtreecommitdiff
path: root/pem_marshal.go
AgeCommit message (Collapse)AuthorFilesLines
2015-02-17add pem support to public keyGibheer1-1/+1
This adds pem support to public keys which can now be handled the same way as private keys.
2015-02-15initial commit for pkiGibheer1-0/+15
pki is a small library to make building some of the crypto stuff easier in go.