Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for SignedCertificateTimestamps (0.23 sec)

  1. src/crypto/tls/conn.go

    	state.NegotiatedProtocolIsMutual = true
    	state.ServerName = c.serverName
    	state.CipherSuite = c.cipherSuite
    	state.PeerCertificates = c.peerCertificates
    	state.VerifiedChains = c.verifiedChains
    	state.SignedCertificateTimestamps = c.scts
    	state.OCSPResponse = c.ocspResponse
    	if (!c.didResume || c.extMasterSecret) && c.vers != VersionTLS13 {
    		if c.clientFinishedIsFirst {
    			state.TLSUnique = c.clientFinished[:]
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Certificate", Type, 0},
    		{"Certificate.Certificate", Field, 0},
    		{"Certificate.Leaf", Field, 0},
    		{"Certificate.OCSPStaple", Field, 0},
    		{"Certificate.PrivateKey", Field, 0},
    		{"Certificate.SignedCertificateTimestamps", Field, 5},
    		{"Certificate.SupportedSignatureAlgorithms", Field, 14},
    		{"CertificateRequestInfo", Type, 8},
    		{"CertificateRequestInfo.AcceptableCAs", Field, 8},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top