Commit Graph

9 Commits

Author SHA1 Message Date
Jan Dittberner 13300f06a0 Switch to ProtonMail's openpgp implementation
golang/x/crypto/openpgp is frozen. This commit switches to ProtonMail's fork
github.com/ProtonMail/go-crypto/openpgp to have a version that is used and
maintained by the upstream project.
2021-06-26 15:30:31 +02: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 2de9771472 Start implementation of revoke action 2021-01-04 20:39:35 +01:00
Jan Dittberner cee1430913 Update dependencies 2021-01-04 08:14:34 +01:00
Jan Dittberner 1dcac05cee Tidy dependencies 2020-04-17 23:01:00 +02:00
Jan Dittberner 80b3309c7c Use better maintained go.bug.st/serial
This commit switches to serial port library to the better maintained
go.bug.st/serial library.
2020-04-17 19:39:06 +02:00
Jan Dittberner 5aa557c9aa Move to go modules
Go >= 1.11 has a module system, support for dep has been dropped. This
commit changes the dependency management to go modules.
2020-04-17 19:38:32 +02:00