Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_client.go111 sctListSupported: !c.config.Bugs.NoSignedCertificateTimestamps,
971 if c.config.Bugs.NoSignedCertificateTimestamps && cert.sctList != nil {
1626 if len(serverExtensions.sctList) > 0 && c.config.Bugs.NoSignedCertificateTimestamps {
Dcommon.go1495 NoSignedCertificateTimestamps bool member
Dhandshake_server.go887 if hs.clientHello.sctListSupported && !c.config.Bugs.NoSignedCertificateTimestamps {
1584 …& len(hs.cert.SignedCertificateTimestampList) > 0 && !c.config.Bugs.NoSignedCertificateTimestamps {
Drunner.go7414 NoSignedCertificateTimestamps: true,
14495 NoSignedCertificateTimestamps: true,
14514 NoSignedCertificateTimestamps: true,