Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go276 ticketSupported bool member
330 m.ticketSupported == m1.ticketSupported &&
490 if m.ticketSupported {
718 m.ticketSupported = false
789 m.ticketSupported = true
1207 ticketSupported bool member
1253 if m.ticketSupported {
1399 m.ticketSupported = true
Dhandshake_server.go1443 serverExtensions.ticketSupported = true
1544 hs.hello.extensions.ticketSupported = c.config.Bugs.RenewTicketOnResume
1592 …hs.hello.extensions.ticketSupported = hs.clientHello.ticketSupported && !config.SessionTicketsDisa…
1600 if !hs.hello.extensions.ticketSupported && config.ServerSessionCache != nil {
1931 if !hs.hello.extensions.ticketSupported || hs.c.config.Bugs.SkipNewSessionTicket {
Dhandshake_client.go287 hello.ticketSupported = !c.config.SessionTicketsDisabled
1610 if serverExtensions.ticketSupported && c.vers >= VersionTLS13 {
1767 if !hs.serverHello.extensions.ticketSupported {