Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-12 | Add ToPem() to public keys | Gibheer | 1 | -1/+9 | |
This was missing before from all public keys. | |||||
2017-05-12 | add proper pem interface | Gibheer | 1 | -1/+8 | |
This should finally resolve the completely broken and wrong API to get a pem representation of a resource. | |||||
2015-07-12 | add ed25519 implementation | Gibheer | 1 | -0/+104 | |
This adds the ed25519 implementation. It implements most of the API, apart from three functions. Both MarshalPem methods write the raw bytes to the channel instead of exporting it into ASN.1. Maybe this needs to be fixed. The PrivateKey() function does not return a crypto.PrivateKey at the moment, as the ed25519 private key does not implement that interface. |