Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for Curve (0.04 sec)

  1. src/crypto/tls/tls_test.go

    			SupportedPoints:   []uint8{pointFormatUncompressed},
    			SignatureSchemes:  []SignatureScheme{ECDSAWithP256AndSHA256},
    			SupportedVersions: []uint16{VersionTLS12},
    		}, "certificate curve"},
    		{ecdsaCert, &ClientHelloInfo{
    			CipherSuites:      []uint16{TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256},
    			SupportedCurves:   []CurveID{CurveP256},
    			SupportedPoints:   []uint8{1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 60.5K bytes
    - Viewed (0)
  2. src/crypto/tls/handshake_client_test.go

    	// See https://www.rfc-editor.org/rfc/rfc8446#page-14.
    	if version == VersionTLS13 {
    		deleteTicket()
    		serverConfig = &Config{
    			// Use a different curve than the client to force a HelloRetryRequest.
    			CurvePreferences: []CurveID{CurveP521, CurveP384, CurveP256},
    			MaxVersion:       version,
    			Certificates:     testConfig.Certificates,
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  3. samples/addons/grafana.yaml

    Istio main components cost in terms of resources utilization under steady load.\n\n- **vCPU / 1k rps:** shows vCPU utilization by the main Istio components normalized by 1000 requests/second. When idle or low traffic, this chart will be blank. The curve for istio-proxy refers to the services sidecars only.\n- **vCPU:** vCPU utilization by Istio components, not normalized.\n- **Memory:** memory footprint for the components. Telemetry and policy are normalized by 1k rps, and no data is shown  when there...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
Back to top