Age | Commit message (Expand) | Author | Files | Lines |
2016-09-18 | move certificate and certificate request to pemmer | Gibheer | 1 | -3/+4 |
2015-07-12 | add ed25519 tests | Gibheer | 1 | -1/+44 |
2015-07-12 | add ed25519 implementation | Gibheer | 1 | -0/+104 |
2015-07-12 | add support for signing for rsa | Gibheer | 1 | -2/+12 |
2015-07-11 | implement rsa public key | Gibheer | 1 | -1/+7 |
2015-04-01 | add crl urls to the certificates | Gibheer | 1 | -0/+2 |
2015-03-30 | add extended key usage for certificates | Gibheer | 1 | -2/+4 |
2015-03-25 | reformat everything with gofmt | Gibheer | 7 | -313/+385 |
2015-03-25 | provide more documentation for certificate types | Gibheer | 1 | -0/+9 |
2015-03-25 | fix variable names for golint | Gibheer | 1 | -17/+17 |
2015-03-25 | refine documentation after report of golint | Gibheer | 1 | -3/+5 |
2015-03-25 | fix go evt problem | Gibheer | 4 | -11/+15 |
2015-03-24 | add more flags to certificate options | Gibheer | 1 | -0/+13 |
2015-03-16 | add more documentation to ecdsa | Gibheer | 1 | -10/+17 |
2015-03-16 | add documentation | Gibheer | 1 | -8/+24 |
2015-03-16 | Merge branch 'certificate' | Gibheer | 2 | -0/+172 |
2015-03-16 | adjust comments on ecdsa a bit | Gibheer | 1 | -2/+2 |
2015-03-16 | implement marshal pem interface for certificates | Gibheer | 1 | -1/+10 |
2015-03-16 | finalize creation of a certificate | Gibheer | 2 | -7/+85 |
2015-03-15 | add certificate functionality | Gibheer | 1 | -3/+33 |
2015-03-15 | refine certificate sign request workings | Gibheer | 1 | -31/+41 |
2015-03-15 | first draft of a certificate system | Gibheer | 1 | -0/+45 |
2015-03-15 | make raw private key public | Gibheer | 3 | -3/+3 |
2015-02-19 | add documentation to rsa functions | Gibheer | 1 | -0/+3 |
2015-02-19 | add public key loader | Gibheer | 3 | -9/+34 |
2015-02-18 | add sign and verification to ecdsa | Gibheer | 4 | -11/+32 |
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 |
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 |