open-consul/agent/connect
Matt Keeler b3ba709b3d Remove x509 name constraints
These were only added as SPIFFE intends to use the in the future but currently does not mandate their usage due to patch support in common TLS implementations and some ambiguity over how to use them with URI SAN certificates. We included them because until now everything seem fine with it, however we've found the latest version of `openssl` (1.1.0h) fails to validate our certificats if its enabled. LibreSSL as installed on OS X by default doesn’t have these issues. For now it's most compatible not to have them and later we can find ways to add constraints with wider compatibility testing.
2018-06-25 12:26:10 -07:00
..
ca
csr.go
generate.go
parsing.go
testing_ca.go
testing_ca_test.go
testing_spiffe.go
uri.go
uri_service.go
uri_service_test.go
uri_signing.go
uri_signing_test.go
uri_test.go