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.go173 customExtension string member
221 m.customExtension == m1.customExtension &&
436 if l := len(m.customExtension); l > 0 {
439 customExt.addBytes([]byte(m.customExtension))
534 m.customExtension = ""
817 m.customExtension = string(data[:length])
843 customExtension string member
908 if len(m.customExtension) > 0 {
911 customExt.addBytes([]byte(m.customExtension))
1128 customExtension string member
[all …]
Dhandshake_server.go367 customExtension: config.Bugs.CustomUnencryptedExtension,
539 helloRetryRequest.customExtension = config.Bugs.CustomHelloRetryRequestExtension
1288 if hs.clientHello.customExtension != *expected {
1289 return fmt.Errorf("tls: bad custom extension contents %q", hs.clientHello.customExtension)
1292 serverExtensions.customExtension = config.Bugs.CustomExtension
Dhandshake_client.go97 customExtension: c.config.Bugs.CustomExtension,
1303 if serverExtensions.customExtension != *expected {
1304 return fmt.Errorf("tls: bad custom extension contents %q", serverExtensions.customExtension)
Dconn.go1809 customExtension: c.config.Bugs.CustomTicketExtension,