crypto/tls.Config.RootCAs (field)
13 uses
crypto/tls (current package)
common.go#L597: RootCAs *x509.CertPool
common.go#L763: RootCAs: c.RootCAs,
handshake_client.go#L838: Roots: c.config.RootCAs,
github.com/aws/aws-sdk-go/aws/session
session.go#L557: t.TLSClientConfig.RootCAs = p
github.com/jackc/pgconn
config.go#L597: Roots: tlsConfig.RootCAs,
config.go#L627: tlsConfig.RootCAs = caCertPool
github.com/lib/pq
ssl.go#L138: tlsConf.RootCAs = x509.NewCertPool()
ssl.go#L145: if !tlsConf.RootCAs.AppendCertsFromPEM(cert) {
ssl.go#L165: Roots: tlsConf.RootCAs,
google.golang.org/grpc/credentials
tls.go#L157: return NewTLS(&tls.Config{ServerName: serverNameOverride, RootCAs: cp})
tls.go#L177: return NewTLS(&tls.Config{ServerName: serverNameOverride, RootCAs: cp}), nil
net/http/httptest
server.go#L176: RootCAs: certpool,
![]() |
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. |