-
Notifications
You must be signed in to change notification settings - Fork 17.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto/x509: remove IsCA exception for broken Entrust root
The exception allowed a specific intermediate [1] to chain up to a broken root that lacked the CA:TRUE X509v3 Basic Constraint. The broken root [2] is expiring at the end of 2019, so we can remove the exception in Go 1.14. Moreover, there is a reissued version of that root [3] (same Subject and SPKI, valid CA) which expires in 2029, so root stores should have migrated to it already, making the exception unnecessary. [1]: https://crt.sh/?caid=57 [2]: https://crt.sh/?id=1616049 [3]: https://crt.sh/?id=55 Change-Id: I43f51100982791b0e8bac90d143b60851cd46dfc Reviewed-on: https://go-review.googlesource.com/c/go/+/193038 Run-TryBot: Filippo Valsorda <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
- go1.24.0
- go1.24rc3
- go1.24rc2
- go1.24rc1
- go1.23.6
- go1.23.5
- go1.23.4
- go1.23.3
- go1.23.2
- go1.23.1
- go1.23.0
- go1.23rc2
- go1.23rc1
- go1.22.12
- go1.22.11
- go1.22.10
- go1.22.9
- go1.22.8
- go1.22.7
- go1.22.6
- go1.22.5
- go1.22.4
- go1.22.3
- go1.22.2
- go1.22.1
- go1.22.0
- go1.22rc2
- go1.22rc1
- go1.21.13
- go1.21.12
- go1.21.11
- go1.21.10
- go1.21.9
- go1.21.8
- go1.21.7
- go1.21.6
- go1.21.5
- go1.21.4
- go1.21.3
- go1.21.2
- go1.21.1
- go1.21.0
- go1.21rc4
- go1.21rc3
- go1.21rc2
- go1.21rc1
- go1.20.14
- go1.20.13
- go1.20.12
- go1.20.11
- go1.20.10
- go1.20.9
- go1.20.8
- go1.20.7
- go1.20.6
- go1.20.5
- go1.20.4
- go1.20.3
- go1.20.2
- go1.20.1
- go1.20
- go1.20rc3
- go1.20rc2
- go1.20rc1
- go1.19.13
- go1.19.12
- go1.19.11
- go1.19.10
- go1.19.9
- go1.19.8
- go1.19.7
- go1.19.6
- go1.19.5
- go1.19.4
- go1.19.3
- go1.19.2
- go1.19.1
- go1.19
- go1.19rc2
- go1.19rc1
- go1.19beta1
- go1.18.10
- go1.18.9
- go1.18.8
- go1.18.7
- go1.18.6
- go1.18.5
- go1.18.4
- go1.18.3
- go1.18.2
- go1.18.1
- go1.18
- go1.18rc1
- go1.18beta2
- go1.18beta1
- go1.17.13
- go1.17.12
- go1.17.11
- go1.17.10
- go1.17.9
- go1.17.8
- go1.17.7
- go1.17.6
- go1.17.5
- go1.17.4
- go1.17.3
- go1.17.2
- go1.17.1
- go1.17
- go1.17rc2
- go1.17rc1
- go1.17beta1
- go1.16.15
- go1.16.14
- go1.16.13
- go1.16.12
- go1.16.11
- go1.16.10
- go1.16.9
- go1.16.8
- go1.16.7
- go1.16.6
- go1.16.5
- go1.16.4
- go1.16.3
- go1.16.2
- go1.16.1
- go1.16
- go1.16rc1
- go1.16beta1
- go1.15.15
- go1.15.14
- go1.15.13
- go1.15.12
- go1.15.11
- go1.15.10
- go1.15.9
- go1.15.8
- go1.15.7
- go1.15.6
- go1.15.5
- go1.15.4
- go1.15.3
- go1.15.2
- go1.15.1
- go1.15
- go1.15rc2
- go1.15rc1
- go1.15beta1
- go1.14.15
- go1.14.14
- go1.14.13
- go1.14.12
- go1.14.11
- go1.14.10
- go1.14.9
- go1.14.8
- go1.14.7
- go1.14.6
- go1.14.5
- go1.14.4
- go1.14.3
- go1.14.2
- go1.14.1
- go1.14
- go1.14rc1
- go1.14beta1
1 parent
36f30ba
commit 1452119
Showing
1 changed file
with
2 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters