boulder/vendor/github.com/google/certificate-transparency/go
Jacob Hoffman-Andrews b37766c3cb Revert "Update google/certificate-transparency dependency. (#2242)"
This reverts commit 277cdf1638.
2016-10-17 15:20:08 -07:00
..
asn1 Update github.com/cloudflare/cfssl and github.com/google/certificate-transparency (#2032) 2016-07-12 13:59:50 -07:00
client Revert "Update google/certificate-transparency dependency. (#2242)" 2016-10-17 15:20:08 -07:00
x509 Update github.com/cloudflare/cfssl and github.com/google/certificate-transparency (#2032) 2016-07-12 13:59:50 -07:00
README.md Switch to new vendor style (#1747) 2016-04-18 12:51:36 -07:00
serialization.go Revert "Update google/certificate-transparency dependency. (#2242)" 2016-10-17 15:20:08 -07:00
signatures.go Switch to new vendor style (#1747) 2016-04-18 12:51:36 -07:00
types.go Revert "Update google/certificate-transparency dependency. (#2242)" 2016-10-17 15:20:08 -07:00

README.md

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.