Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for crl (0.36 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)
  3. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/pidf+xml",
    				"application/pidf-diff+xml",
    				"application/pkcs10",
    				"application/pkcs7-mime",
    				"application/pkcs7-signature",
    				"application/pkix-cert",
    				"application/pkix-crl",
    				"application/pkix-pkipath",
    				"application/pkixcmp",
    				"application/pls+xml",
    				"application/poc-settings+xml",
    				"application/postscript",
    				"application/prs.alvestrand.titrax-sheet",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
Back to top