crypto/x509: go1.18 stops returning typed errors when using system roots on darwin #52010
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What did you do?
What did you expect to see?
UnknownAuthorityError
returned, as in go1.17What did you see instead?
Untyped error returned on darwin
(this was hoisted out of #51991 (comment))
The text was updated successfully, but these errors were encountered: