crypto/x509.VerifyOptions.Roots (field)
13 uses
crypto/x509 (current package)
verify.go#L198: Roots *CertPool
verify.go#L801: if opts.Roots == nil && (systemPool == nil || systemPool.systemPool) {
verify.go#L804: if opts.Roots != nil && opts.Roots.systemPool {
verify.go#L809: if err == nil || opts.Roots.len() == 0 {
verify.go#L815: if opts.Roots == nil {
verify.go#L816: opts.Roots = systemRootsPool()
verify.go#L817: if opts.Roots == nil {
verify.go#L835: if opts.Roots.contains(c) {
verify.go#L1015: for _, root := range opts.Roots.findPotentialParents(c) {
crypto/tls
handshake_client.go#L1113: Roots: c.config.RootCAs,
handshake_client.go#L1136: Roots: c.config.RootCAs,
handshake_server.go#L927: Roots: c.config.ClientCAs,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)