0
0
Fork 0
A small library to make management of crypto stuff easier in go.
Go to file
Gibheer 9fcfb1009c fix upstream source of ed25519
Back when this file was created, ed25519 wasn't available as it is
today, 8 years later.
Now ed25519 is implemented in go directly, so use their work instead of
an upstream project that is now gone.
2022-08-15 22:35:00 +02:00
AUTHORS add authors file 2015-02-15 21:07:44 +01:00
LICENSE add license 2015-02-15 21:06:59 +01:00
README.md initial commit for pki 2015-02-15 21:04:59 +01:00
certificate.go add proper pem interface 2017-05-12 15:27:44 +02:00
certificate_test.go reformat everything with gofmt 2015-03-25 20:36:21 +01:00
ecdsa.go Add ToPem() to public keys 2017-05-12 22:19:25 +02:00
ed25519.go fix upstream source of ed25519 2022-08-15 22:35:00 +02:00
pem_marshal.go reformat everything with gofmt 2015-03-25 20:36:21 +01:00
private_key_test.go add ed25519 tests 2015-07-12 17:48:37 +02:00
rsa.go Add ToPem() to public keys 2017-05-12 22:19:25 +02:00
types.go Add ToPem() to public keys 2017-05-12 22:19:25 +02:00

README.md

pki

This is a small library to make building private keys, public keys, signatures and most of the certificate stuff a bit easier.

For a cli you can take a look at pkictl