aboutsummaryrefslogtreecommitdiff
path: root/certificate_test.go
AgeCommit message (Collapse)AuthorFilesLines
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.