Jan Dittberner
da17fb69d7
- add callback support to client and handler - implement support for updating the CA certificates and profiles from health data of the signer - implement CRL retrieval from the signer including delta CRL support - implement error response handling - add configurable start and interval timers for health and CRL data
21 lines
642 B
Modula-2
21 lines
642 B
Modula-2
module git.cacert.org/cacert-gosignerclient
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
git.cacert.org/cacert-gosigner v0.0.0-20221130175146-fffc65a540d5
|
|
github.com/balacode/go-delta v0.1.0
|
|
github.com/shamaton/msgpackgen v0.3.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/balacode/zr v1.0.0 // indirect
|
|
github.com/dave/jennifer v1.4.1 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/justincpresley/go-cobs v1.2.0 // indirect
|
|
github.com/shamaton/msgpack/v2 v2.1.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
)
|