Commit Graph

6 Commits (cee2b1820c2328c0346f08fcd374cfc8f19b4a45)

Author SHA1 Message Date
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