Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go293 customExtension string member
348 m.customExtension == m1.customExtension &&
584 if l := len(m.customExtension); l > 0 {
587 customExt.addBytes([]byte(m.customExtension))
725 m.customExtension = ""
931 m.customExtension = string(body)
987 customExtension string member
1048 if len(m.customExtension) > 0 {
1051 customExt.addBytes([]byte(m.customExtension))
1219 customExtension string member
[all …]
Dhandshake_server.go396 customExtension: config.Bugs.CustomUnencryptedExtension,
575 helloRetryRequest.customExtension = config.Bugs.CustomHelloRetryRequestExtension
857 customExtension: config.Bugs.SendCustomCertificateRequest,
1436 if hs.clientHello.customExtension != *expected {
1437 return fmt.Errorf("tls: bad custom extension contents %q", hs.clientHello.customExtension)
1440 serverExtensions.customExtension = config.Bugs.CustomExtension
Dhandshake_client.go127 customExtension: c.config.Bugs.CustomExtension,
1542 if serverExtensions.customExtension != *expected {
1543 return fmt.Errorf("tls: bad custom extension contents %q", serverExtensions.customExtension)
Dconn.go1979 customExtension: c.config.Bugs.CustomTicketExtension,