Home
last modified time | relevance | path

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

/third_party/grpc/tools/http2_interop/
Dhttp2interop_test.go146 err := testTLSMaxVersion(ctx, tls.VersionTLS11)
Dhttp2interop.go227 func testTLSMaxVersion(ctx *HTTP2InteropCtx, version uint16) error { func