Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for crl (0.07 sec)

  1. src/crypto/x509/x509.go

    	// the CRL. It is used when creating a CRL and also populated when parsing a
    	// CRL. When creating a CRL, it may be empty or nil, in which case the
    	// revokedCertificates ASN.1 sequence will be omitted from the CRL entirely.
    	RevokedCertificateEntries []RevocationListEntry
    
    	// RevokedCertificates is used to populate the revokedCertificates
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_tls_test.go

    		{
    			name: "tls mode SIMPLE, with certs specified in tls, with crl",
    			opts: &buildClusterOpts{
    				mutable: newTestCluster(),
    			},
    			tls: &networking.ClientTLSSettings{
    				Mode:            networking.ClientTLSSettings_SIMPLE,
    				CaCertificates:  rootCert,
    				SubjectAltNames: []string{"SAN"},
    				Sni:             "some-sni.com",
    				CaCrl:           "path/to/crl",
    			},
    			result: expectedResult{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 03:53:05 UTC 2024
    - 60.9K bytes
    - Viewed (0)
Back to top