]> Cypherpunks.ru repositories - gostls13.git/commit
crypto/x509: drop compatibility hack for expired COMODO intermediates
authorFilippo Valsorda <filippo@golang.org>
Fri, 26 Jun 2020 00:21:31 +0000 (20:21 -0400)
committerFilippo Valsorda <filippo@golang.org>
Fri, 27 Aug 2021 13:05:08 +0000 (13:05 +0000)
commit39eb1cc3f4a7d620d3faae139f83e88e652f5d25
treee20620bc8e082d16b60acfb7dbf7b7599470b326
parentacdea4f9f792339ee27fb1f67539a7ca2e3af99a
crypto/x509: drop compatibility hack for expired COMODO intermediates

The hack was there for a couple intermediates with only SGC EKUs that
issued severAuth certificates. They now all expired, so we can drop it.

https://crt.sh/?id=10066
https://crt.sh/?id=213

Change-Id: I46820024892b2f9918ce125bafbbaf9e6c5c58b3
Reviewed-on: https://team-review.git.corp.google.com/c/golang/go-private/+/781225
Reviewed-on: https://go-review.googlesource.com/c/go/+/327809
Trust: Filippo Valsorda <filippo@golang.org>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
src/crypto/x509/name_constraints_test.go
src/crypto/x509/root_windows.go
src/crypto/x509/verify.go
src/crypto/x509/verify_test.go