Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 1 | -100/+112 | |
Yes, I know that this will more or less destroy the history, but it had to be done. I also adjusted my editor to use gofmt rules by default now. | |||||
2015-03-25 | provide more documentation for certificate types | Gibheer | 1 | -0/+9 | |
2015-03-24 | add more flags to certificate options | Gibheer | 1 | -0/+13 | |
This adds the IsCA and ca length options to define, if the resulting certificate should be a CA. | |||||
2015-03-16 | implement marshal pem interface for certificates | Gibheer | 1 | -1/+10 | |
2015-03-16 | finalize creation of a certificate | Gibheer | 1 | -7/+39 | |
With the options it is now finished. The only stuff left to do is to add all options provided by the go API. But this should be sufficient. | |||||
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 | |