0
0
Fork 0
A small library to make management of crypto stuff easier in go.
Go to file
Gibheer b7f4f3ae21 adjust comments on ecdsa a bit 2015-03-16 17:11:08 +01: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
ecdsa.go adjust comments on ecdsa a bit 2015-03-16 17:11:08 +01:00
pem_marshal.go add pem support to public key 2015-02-17 21:43:21 +01:00
private_key_test.go add public key loader 2015-02-19 21:48:08 +01:00
rsa.go make raw private key public 2015-03-15 20:06:09 +01:00
types.go make raw private key public 2015-03-15 20:06:09 +01: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