open-consul/tlsutil
Daniel Nephin 6ee17c15ff tlsutil: fix a test for go1.16
Using a TestSigner was causing problems because go1.16 has this change:

> CreateCertificate now verifies the generated certificate's signature
> using the signer's public key. If the signature is invalid, an error is
> returned, instead of a malformed certificate.

See https://golang.org/doc/go1.16#crypto/x509
2021-04-13 13:31:20 -04:00
..
config.go Add support for configuring TLS ServerName for health checks 2021-03-16 18:16:44 -04:00
config_test.go Add support for configuring TLS ServerName for health checks 2021-03-16 18:16:44 -04:00
generate.go introduce certopts (#9606) 2021-03-22 10:16:41 +01:00
generate_test.go tlsutil: fix a test for go1.16 2021-04-13 13:31:20 -04:00