Commit Graph

8 Commits (39fbbc0ec57ffcee4b7d825e88bb010e741709b9)

Author SHA1 Message Date
JeremyRand 986772bd02
generate_nmc_cert: disable goimports linter.
This is for the same reason that gofmt is disabled.
6 years ago
JeremyRand fb709df260
generate_nmc_cert: Use more standard imports order. 6 years ago
JeremyRand cee2b1820c
generate_nmc_cert: Disable gofmt linter.
This is because following its recommendations would produce unnecessary noise in the diff against upstream.
7 years ago
JeremyRand fca636d4a1
generate_nmc_cert: Use P256 curve by default.
In Go stdlib, RSA2048 is used by default.  RSA support was removed in our fork, but we neglected to set a default ECDSA curve, so the user had to choose a curve.  P256 is recommended by the Go devs and by us, so it seems to be a reasonable default.
7 years ago
JeremyRand 7263b7ae04
generate_nmc_cert: split falsehost into its own file, which makes auditing merges from upstream Go stdlib substantially easier. 7 years ago
JeremyRand deea55b8b3
generate_nmc_cert: rebase against Go 1.8.3 standard library. 7 years ago
JeremyRand 1fb4007fa7
gofmt -s generate_nmc_cert/main.go 7 years ago
JeremyRand e16ad6f62c
TLS dehydrated certificate injection for CryptoAPI trust store (triggered by hooking DNS lookups). 7 years ago