0
0
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
Gibheer 0380f7f91c fix ed25519 key function
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.
2023-01-10 14:39:33 +01:00
Gibheer 8726fcfa3a make the test succeed 2022-08-15 22:36:04 +02:00
Gibheer 301d931ad7 reformat everything with gofmt
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 20:36:21 +01:00
Gibheer 362fe8ff38 finalize creation of a certificate
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-16 16:48:42 +01:00