aboutsummaryrefslogtreecommitdiff
path: root/certificate_test.go
AgeCommit message (Collapse)AuthorFilesLines
2023-01-10fix ed25519 key functionHEADmasterGibheer1-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-15make the test succeedGibheer1-0/+4
2015-03-25reformat everything with gofmtGibheer1-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-16finalize creation of a certificateGibheer1-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.