Home
last modified time | relevance | path

Searched refs:ExpectGREASE (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_server.go236 } else if config.Bugs.ExpectGREASE && !containsGREASE(hs.clientHello.supportedVersions) {
310 if config.Bugs.ExpectGREASE && !containsGREASE(hs.clientHello.cipherSuites) {
322 if !greaseFound && config.Bugs.ExpectGREASE {
335 if !greaseFound && config.Bugs.ExpectGREASE {
1302 if !hs.clientHello.hasGREASEExtension && config.Bugs.ExpectGREASE {
Dcommon.go1329 ExpectGREASE bool member
Dconn.go1431 if c.config.Bugs.ExpectGREASE && !newSessionTicket.hasGREASEExtension {
Drunner.go2630 ExpectGREASE: true,
2640 ExpectGREASE: true,
2655 ExpectGREASE: true,