Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-19 | add documentation to rsa functions | Gibheer | 1 | -0/+3 | |
2015-02-19 | add public key loader | Gibheer | 3 | -9/+34 | |
This adds a way to restore a public key from any data source. | |||||
2015-02-18 | add sign and verification to ecdsa | Gibheer | 4 | -11/+32 | |
This commit adds support to sign and verify messages using ecdsa. | |||||
2015-02-18 | add MarshalPem() to rsa public key | Gibheer | 1 | -1/+4 | |
2015-02-18 | add marshal test for public key | Gibheer | 1 | -2/+6 | |
2015-02-18 | add marshal support | Gibheer | 1 | -3/+6 | |
2015-02-18 | add proper comment for function | Gibheer | 1 | -0/+1 | |
2015-02-18 | add first batch of tests | Gibheer | 1 | -0/+66 | |
2015-02-18 | add pem label for rsa | Gibheer | 1 | -0/+4 | |
2015-02-17 | add pem support to public key | Gibheer | 4 | -4/+19 | |
This adds pem support to public keys which can now be handled the same way as private keys. | |||||
2015-02-15 | add authors file | Gibheer | 1 | -0/+3 | |
2015-02-15 | add license | Gibheer | 1 | -0/+13 | |
2015-02-15 | initial commit for pki | Gibheer | 5 | -0/+176 | |
pki is a small library to make building some of the crypto stuff easier in go. |