Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,868 for revoked (0.36 sec)

  1. tests/integration/security/egress_gateway_origination_test.go

    				},
    				// Set up an UpstreamCluster with a CredentialName where the secret has a CRL specified with the server certificate as revoked.
    				// Certificate revoked error at Gateway, results in a 503 response.
    				{
    					name:            "credential with CRL having server certificate revoked",
    					statusCode:      http.StatusServiceUnavailable,
    					credentialToUse: credWithCRL,
    					useGateway:      false,
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  2. tests/integration/security/egress_sidecar_tls_origination_test.go

    						ErrorMessage: "CERTIFICATE_VERIFY_FAILED",
    					},
    				},
    				// Mutual TLS origination from an authorized sidecar to https endpoint with a CRL with a dummy revoked certificate.
    				// Since the certificate in action is not revoked, the communication should not be impacted.
    				{
    					name:             "dummy crl",
    					credentialToUse:  credWithDummyCRL,
    					from:             apps.Ns2.B,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  3. tests/integration/security/sds_ingress/ingress_test.go

    						PrivateKey: ingressutil.TLSClientKeyB,
    						Cert:       ingressutil.TLSClientCertB,
    					},
    				},
    				// TC3: Add CRL with revoked client Certificate A to the configuration,
    				// and initiate communication from client A.
    				// Server should respond with the "revoked certificate" error message.
    				{
    					name:       "mtls ingress gateway with CRL-client A",
    					secretName: "testmtlsgateway-secret-with-crl-a",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  4. src/crypto/tls/alert.go

    	alertHandshakeFailure:             "handshake failure",
    	alertBadCertificate:               "bad certificate",
    	alertUnsupportedCertificate:       "unsupported certificate",
    	alertCertificateRevoked:           "revoked certificate",
    	alertCertificateExpired:           "expired certificate",
    	alertCertificateUnknown:           "unknown certificate",
    	alertIllegalParameter:             "illegal parameter",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  5. tests/integration/security/sds_ingress/util/generate_certs.sh

    # revoke one of the client certificates for CRL testing purpose
    openssl ca -config "${WD}/crlA.conf" -revoke "${WD}/clientA.crt"
    openssl ca -gencrl -out "${WD}/rootA.crl" -config "${WD}/crlA.conf"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 22:01:21 UTC 2023
    - 5K bytes
    - Viewed (0)
  6. tests/testdata/certs/generate.sh

    # revoke one of the server certificates for CRL testing purpose
    openssl ca -config "${WD}/crl.conf" -revoke "${WD}/dns/cert-chain.pem"
    openssl ca -gencrl -out "${WD}/ca.crl" -config "${WD}/crl.conf"
    
    # remove the database entry for the previous revoked certificate, so that we can generate a new dummy CRL entry for an unused server cert,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 19:49:21 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  7. src/syscall/zerrors_windows.go

    	EKEYEXPIRED - APPLICATION_ERROR:     "key has expired",
    	EKEYREJECTED - APPLICATION_ERROR:    "key was rejected by service",
    	EKEYREVOKED - APPLICATION_ERROR:     "key has been revoked",
    	EL2HLT - APPLICATION_ERROR:          "level 2 halted",
    	EL2NSYNC - APPLICATION_ERROR:        "level 2 not synchronized",
    	EL3HLT - APPLICATION_ERROR:          "level 3 halted",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/signing_plugin.adoc

    === Example: Configure the GnupgSignatory
    
    [source.multi-language-sample,properties]
    .gradle.properties
    ----
    include::{snippetsPath}/signing/gnupg-signatory/groovy/gradle.properties[tag=user-properties]
    ----
    
    `signing.gnupg.executable`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 14.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    	{159, "ENOMEDIUM", "no medium found"},
    	{160, "EMEDIUMTYPE", "wrong medium type"},
    	{161, "ENOKEY", "required key not available"},
    	{162, "EKEYEXPIRED", "key has expired"},
    	{163, "EKEYREVOKED", "key has been revoked"},
    	{164, "EKEYREJECTED", "key was rejected by service"},
    	{165, "EOWNERDEAD", "owner died"},
    	{166, "ENOTRECOVERABLE", "state not recoverable"},
    	{167, "ERFKILL", "operation not possible due to RF-kill"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go

    	{159, "ENOMEDIUM", "no medium found"},
    	{160, "EMEDIUMTYPE", "wrong medium type"},
    	{161, "ENOKEY", "required key not available"},
    	{162, "EKEYEXPIRED", "key has expired"},
    	{163, "EKEYREVOKED", "key has been revoked"},
    	{164, "EKEYREJECTED", "key was rejected by service"},
    	{165, "EOWNERDEAD", "owner died"},
    	{166, "ENOTRECOVERABLE", "state not recoverable"},
    	{167, "ERFKILL", "operation not possible due to RF-kill"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
Back to top