dcrd/cmd/gencerts
Dave Collins acb08e042e
gencerts: Use the P-256 curve by default.
This modifies the default curve used to generate the certificates by the
gencerts utility to be P-256 instead of P-521 to match a recent similar
change made to the RPC server automatic generation logic.

Unfortunately, Chromium removed support for P-521 and since that is what
electron uses under the hood, Decrediton can no longer connect to dcrd
RPC servers using a certificate with P-521.

Thus, given the gencerts utility is used in various scenarios which
involve interop with the aforementioned software, update it as well.
2020-11-05 13:56:52 -06:00
..
gencerts.go gencerts: Use the P-256 curve by default. 2020-11-05 13:56:52 -06:00