kubernetes/vendor/github.com/google/certificate-transparency/go
2017-12-23 13:12:11 -08:00
..
asn1 update BUILD files 2017-10-15 18:18:13 -07:00
client update BUILD files 2017-10-15 18:18:13 -07:00
x509 Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
BUILD update BUILD files 2017-10-15 18:18:13 -07:00
README.md vendor: add cfssl dependency 2016-07-19 11:25:38 -07:00
serialization.go vendor: add cfssl dependency 2016-07-19 11:25:38 -07:00
signatures.go vendor: add cfssl dependency 2016-07-19 11:25:38 -07:00
types.go vendor: add cfssl dependency 2016-07-19 11:25:38 -07:00

This is the really early beginnings of a certificate transparency log client written in Go, along with a log scanner tool.

You'll need go v1.1 or higher to compile.

Installation

This go code must be imported into your go workspace before you can use it, which can be done with:

go get github.com/google/certificate-transparency/go/client
go get github.com/google/certificate-transparency/go/scanner
etc.

Building the binaries

To compile the log scanner run:

go build github.com/google/certificate-transparency/go/scanner/main/scanner.go

Contributing

When sending pull requests, please ensure that everything's been run through gofmt beforehand so we can keep everything nice and tidy.