crypto/x509.VerifyOptions.Roots (field)
11 uses
crypto/x509 (current package)
verify.go#L208: Roots *CertPool
verify.go#L775: if opts.Roots == nil && runtime.GOOS == "windows" {
verify.go#L779: if opts.Roots == nil {
verify.go#L780: opts.Roots = systemRootsPool()
verify.go#L781: if opts.Roots == nil {
verify.go#L799: if opts.Roots.contains(c) {
verify.go#L896: for _, root := range opts.Roots.findPotentialParents(c) {
crypto/tls
handshake_client.go#L838: Roots: c.config.RootCAs,
handshake_server.go#L789: Roots: c.config.ClientCAs,
github.com/jackc/pgconn
config.go#L597: Roots: tlsConfig.RootCAs,
github.com/lib/pq
ssl.go#L165: Roots: tlsConf.RootCAs,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |