Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for tls_params (0.12 sec)

  1. pilot/pkg/networking/core/gateway_test.go

    				},
    			},
    			result: &auth.DownstreamTlsContext{
    				CommonTlsContext: &auth.CommonTlsContext{
    					AlpnProtocols: util.ALPNHttp,
    					TlsParams: &auth.TlsParameters{
    						CipherSuites: []string{"ECDHE-ECDSA-AES128-SHA"},
    					},
    					TlsCertificateSdsSecretConfigs: []*auth.SdsSecretConfig{
    						{
    							Name: "file-cert:server-cert.crt~private-key.key",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_waypoint.go

    				SanType: tls.SubjectAltNameMatcher_URI,
    				Matcher: matcher,
    			})
    		}
    	}
    	ctx.AlpnProtocols = []string{"h2"}
    	ctx.TlsParams = &tls.TlsParameters{
    		// Ensure TLS 1.3 is used everywhere
    		TlsMaximumProtocolVersion: tls.TlsParameters_TLSv1_3,
    		TlsMinimumProtocolVersion: tls.TlsParameters_TLSv1_3,
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

        }
      }
    
      BufferOffset<tflite::SparsityParameters> s_params = 0;
      if (auto* inst = value.getDefiningOp()) {
        if (auto cst = dyn_cast<tfl::SparseConstOp>(inst)) {
          s_params = BuildSparsityParameters(cst.getSParam());
        } else if (auto cst = dyn_cast<tfl::SparseQConstOp>(inst)) {
          s_params = BuildSparsityParameters(cst.getSParam());
        }
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  4. pilot/pkg/security/authn/policy_applier_test.go

    							ResourceApiVersion:  core.ApiVersion_V3,
    						},
    					},
    				},
    			},
    			AlpnProtocols: []string{"istio-peer-exchange", "h2", "http/1.1"},
    			TlsParams: &tls.TlsParameters{
    				TlsMinimumProtocolVersion: tls.TlsParameters_TLSv1_2,
    				TlsMaximumProtocolVersion: tls.TlsParameters_TLSv1_3,
    				CipherSuites: []string{
    					"ECDHE-ECDSA-AES256-GCM-SHA384",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
Back to top