]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: add Unwrap to SystemRootsError
authorPantelis Sampaziotis <psampaz@gmail.com>
Wed, 14 Oct 2020 19:42:13 +0000 (19:42 +0000)
committerFilippo Valsorda <filippo@golang.org>
Fri, 6 Nov 2020 23:59:04 +0000 (23:59 +0000)
commitf7ef5ca54a103ed67425e1efe6d39d3bc8067bad
tree7e67b02d224fd2c24f67510f82917294c4a5a3bd
parent3a81338622eb5c8b94f11001855e2a68a9e36bed
crypto/x509: add Unwrap to SystemRootsError

This change modifies Go to add the Unwrap method to SystemRootsError

Updates #30322

Change-Id: Ibe63d1d0bc832fc0607f09053908d55275a6f350
GitHub-Last-Rev: 9a95bc66019d25f02a0a5f92a87e9405a52802e4
GitHub-Pull-Request: golang/go#41981
Reviewed-on: https://go-review.googlesource.com/c/go/+/262343
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Trust: Damien Neil <dneil@google.com>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
src/crypto/x509/verify.go
src/crypto/x509/verify_test.go