Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go292 sctListSupported bool member
347 m.sctListSupported == m1.sctListSupported &&
580 if m.sctListSupported {
929 m.sctListSupported = true
Dhandshake_server.go887 if hs.clientHello.sctListSupported && !c.config.Bugs.NoSignedCertificateTimestamps {
1584 …if hs.clientHello.sctListSupported && len(hs.cert.SignedCertificateTimestampList) > 0 && !c.config…
Dhandshake_client.go111 sctListSupported: !c.config.Bugs.NoSignedCertificateTimestamps,