Home
last modified time | relevance | path

Searched refs:rootCAs (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/tools/http2_interop/
Dhttp2interop_test.go57 ctx.rootCAs = x509.NewCertPool()
58 if !ctx.rootCAs.AppendCertsFromPEM(certData) {
Dhttp2interop.go34 rootCAs *x509.CertPool member
384 RootCAs: ctx.rootCAs,