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.go256 } else if config.Bugs.ExpectGREASE && !containsGREASE(hs.clientHello.supportedVersions) {
330 if config.Bugs.ExpectGREASE && !containsGREASE(hs.clientHello.cipherSuites) {
342 if !greaseFound && config.Bugs.ExpectGREASE {
355 if !greaseFound && config.Bugs.ExpectGREASE {
1454 if !hs.clientHello.hasGREASEExtension && config.Bugs.ExpectGREASE {
Dcommon.go1468 ExpectGREASE bool member
Dconn.go1565 if c.config.Bugs.ExpectGREASE && !newSessionTicket.hasGREASEExtension {
Drunner.go3098 ExpectGREASE: true,
3108 ExpectGREASE: true,
3123 ExpectGREASE: true,