Home
last modified time | relevance | path

Searched refs:ExpectServerName (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dcommon.go536 ExpectServerName string member
Drunner.go2625 ExpectServerName: "example.com",
2635 ExpectServerName: "mismatch.com",
2647 ExpectServerName: "missing.com",
Dhandshake_server.go313 …if expected := c.config.Bugs.ExpectServerName; expected != "" && expected != hs.clientHello.server…