crypto/x509.VerifyOptions.Roots (field)
19 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/refraction-networking/utls
handshake_client.go#L1151: Roots: c.config.RootCAs,
handshake_client.go#L1187: Roots: c.config.RootCAs,
handshake_server.go#L937: Roots: c.config.ClientCAs,
 |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |