Commit Graph

7 Commits

Author SHA1 Message Date
Jan Dittberner 2e467b3d2e Configure golangci-lint and fix warnings 2021-01-09 11:24:40 +01:00
Jan Dittberner 2fdde4024d Implement X.509 signing 2021-01-08 18:41:29 +01:00
Jan Dittberner 6cd132b3f7 Finish implementation of openpgp signing 2021-01-08 10:14:11 +01:00
Jan Dittberner c8e6792622 WIP: implement openpgp signing 2021-01-05 20:25:29 +01:00
Jan Dittberner 9f0916b14a Refactor code structure
Move X.509 and Openpgp operations into custom packages. Implement more
robust input reading. Do not convert []byte to string unnecessarily.

Finish implementation of X.509 CRL creation.
2021-01-05 19:59:43 +01:00
Jan Dittberner 2de9771472 Start implementation of revoke action 2021-01-04 20:39:35 +01:00
Jan Dittberner 38566f35ef Refactor signer code into command and package 2021-01-04 14:15:19 +01:00