Commit graph

6 commits

Author SHA1 Message Date
Jan Dittberner 2e467b3d2e Configure golangci-lint and fix warnings 2021-01-09 11:24:40 +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 38566f35ef Refactor signer code into command and package 2021-01-04 14:15:19 +01:00
Jan Dittberner 9924771531 Refactor client I/O into protocol package 2020-04-19 22:29:58 +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 65855152ce Implement first client command
The client can now talk to the old Perl signer implementation. Running
socat has been documented in README.md. Commonly used I/O code has been
moved to the shared/io.go file.
2020-04-17 19:38:54 +02:00