crypto/x509.VerifyOptions.Roots (field)
17 uses
crypto/x509 (current package)
verify.go#L203: Roots *CertPool
verify.go#L563: if opts.Roots == nil && (systemPool == nil || systemPool.systemPool) {
verify.go#L566: if opts.Roots != nil && opts.Roots.systemPool {
verify.go#L571: if err == nil || opts.Roots.len() == 0 {
verify.go#L577: if opts.Roots == nil {
verify.go#L578: opts.Roots = systemRootsPool()
verify.go#L579: if opts.Roots == nil {
verify.go#L597: if opts.Roots.contains(c) {
verify.go#L787: {rootCertificate, opts.Roots.findPotentialParents(c)},
crypto/tls
handshake_client.go#L417: Roots: c.config.RootCAs,
handshake_client.go#L1126: Roots: c.config.RootCAs,
handshake_client.go#L1149: Roots: c.config.RootCAs,
handshake_server.go#L528: Roots: c.config.ClientCAs,
handshake_server.go#L969: Roots: c.config.ClientCAs,
handshake_server_tls13.go#L375: Roots: c.config.ClientCAs,
github.com/jackc/pgx/v5/pgconn
config.go#L873: Roots: tlsConfig.RootCAs,
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)