]> Cypherpunks.ru repositories - gostls13.git/commit
crypto/x509: remove GODEBUG=x509ignoreCN=0 flag
authorFilippo Valsorda <filippo@golang.org>
Thu, 29 Apr 2021 17:36:08 +0000 (13:36 -0400)
committerFilippo Valsorda <filippo@golang.org>
Sat, 8 May 2021 05:12:07 +0000 (05:12 +0000)
commit02ce4118219dc51a14680a0c5fa24cf6e73deeed
treef10f0b4365043a77f35fd0f3b17f70b2edd78526
parentb211fe005860db3ceff5fd56af9951d6d1f44325
crypto/x509: remove GODEBUG=x509ignoreCN=0 flag

Common Name and NameConstraintsWithoutSANs are no more.

Fixes #24151 ᕕ(ᐛ)ᕗ

Change-Id: I15058f2a64f981c69e9ee620d3fab00f68967e49
Reviewed-on: https://go-review.googlesource.com/c/go/+/315209
Trust: Filippo Valsorda <filippo@golang.org>
Trust: Katie Hockman <katie@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
src/crypto/x509/name_constraints_test.go
src/crypto/x509/verify.go
src/crypto/x509/verify_test.go