Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-10 | fix ed25519 key functionHEADmaster | Gibheer | 1 | -16/+26 | |
The private key for ed25519 never returned crypto.PrivateKey. This caused the generation of certificates to not work and may also have resulted in other issues. | |||||
2022-08-15 | make the test succeed | Gibheer | 1 | -0/+4 | |
2015-03-25 | reformat everything with gofmt | Gibheer | 1 | -33/+48 | |
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-16 | finalize creation of a certificate | Gibheer | 1 | -0/+46 | |
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. |