Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for sasl (0.03 sec)

  1. pkg/security/security.go

    	certFiles := []string{
    		"/etc/ssl/certs/ca-certificates.crt",                // Debian/Ubuntu/Gentoo etc.
    		"/etc/pki/tls/certs/ca-bundle.crt",                  // Fedora/RHEL 6
    		"/etc/ssl/ca-bundle.pem",                            // OpenSUSE
    		"/etc/pki/tls/cacert.pem",                           // OpenELEC
    		"/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem", // CentOS/RHEL 7
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  2. src/crypto/tls/bogo_shim_test.go

    	}
    
    	goCmd, err := testenv.GoTool()
    	if err != nil {
    		t.Fatal(err)
    	}
    	cmd := exec.Command(goCmd, args...)
    	out := &strings.Builder{}
    	cmd.Stderr = out
    	cmd.Dir = filepath.Join(bogoDir, "ssl/test/runner")
    	err = cmd.Run()
    	// NOTE: we don't immediately check the error, because the failure could be either because
    	// the runner failed for some unexpected reason, or because a test case failed, and we
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:25:39 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  3. pilot/pkg/model/gateway.go

    // will use route name https.<portNumber>.<portName>.<gatewayName>.<namespace>. HTTPS servers using SNI passthrough or
    // non-HTTPS servers (e.g., TCP+TLS) with SNI passthrough will be setup as opaque TCP proxies without terminating
    // the SSL connection. They would inspect the SNI header and forward to the appropriate upstream as opaque TCP.
    //
    // Within HTTPS servers terminating TLS, user could setup multiple servers in the gateway. each server could have
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 26K bytes
    - Viewed (0)
Back to top