Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-12 | add proper pem interface | Gibheer | 1 | -4/+20 | |
This should finally resolve the completely broken and wrong API to get a pem representation of a resource. | |||||
2016-09-29 | fix result type | Gibheer | 1 | -1/+1 | |
The returned type must be io.WriterTo to make it fit the Pemmer interface. | |||||
2016-09-18 | move certificate and certificate request to pemmer | Gibheer | 1 | -3/+4 | |
This makes them use the Pemmer interface and therefore doesn't require any weird control code to handle these two special cases. | |||||
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 | |