crypto/x509.VerifyOptions.Roots (field)
14 uses
crypto/x509 (current package)
verify.go#L205: Roots *CertPool
verify.go#L842: if opts.Roots == nil && (systemPool == nil || systemPool.systemPool) {
verify.go#L845: if opts.Roots != nil && opts.Roots.systemPool {
verify.go#L850: if err == nil || opts.Roots.len() == 0 {
verify.go#L856: if opts.Roots == nil {
verify.go#L857: opts.Roots = systemRootsPool()
verify.go#L858: if opts.Roots == nil {
verify.go#L876: if opts.Roots.contains(c) {
verify.go#L1059: for _, root := range opts.Roots.findPotentialParents(c) {
crypto/tls
handshake_client.go#L1139: Roots: c.config.RootCAs,
handshake_client.go#L1162: Roots: c.config.RootCAs,
handshake_server.go#L956: Roots: c.config.ClientCAs,
github.com/jackc/pgx/v5/pgconn
config.go#L814: Roots: tlsConfig.RootCAs,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)