Skip to content

Commit fec6838

Browse files
committed
Initial rewrite with CT support
1 parent 229bbf3 commit fec6838

File tree

4 files changed

+345
-90
lines changed

4 files changed

+345
-90
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GIT_HASH := $(shell git rev-parse HEAD)
44
BUILD_FLAGS := -ldflags "-X main.git_date=$(GIT_DATE) -X main.git_hash=$(GIT_HASH)"
55

66
PLATFORMS := linux/amd64 linux/386 linux/arm darwin/amd64 windows/amd64 windows/386 openbsd/amd64
7-
SOURCES := certgraph.go
7+
SOURCES := certgraph.go google_ct.go
88

99
temp = $(subst /, ,$@)
1010
os = $(word 1, $(temp))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Precompiled releases will occasionally be uploaded to the [releases github page]
5757

5858
## Compiling
5959

60-
To compile certgraph you must have a working go 1.5 or newer compiler on your system.
60+
To compile certgraph you must have a working go 1.9 or newer compiler on your system.
6161
To compile for the running system compilation is as easy as running make
6262
```
6363
certgraph$ make

0 commit comments

Comments
 (0)