tree: 1f514464c464fa663055d913e2698d16e18f2dd2 [path history] [tgz]
  1. asn1/
  2. client/
  3. x509/
  4. README.md
  5. serialization.go
  6. signatures.go
  7. types.go
vendor/src/github.com/google/certificate-transparency/go/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.