Commit Graph

5 Commits (fca636d4a16870198d924a2860c7bd498b7eaf69)

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