Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 124 of 124 for ServerName (0.24 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Client", Func, 0},
    		{"ClientAuthType", Type, 0},
    		{"ClientHelloInfo", Type, 4},
    		{"ClientHelloInfo.CipherSuites", Field, 4},
    		{"ClientHelloInfo.Conn", Field, 8},
    		{"ClientHelloInfo.ServerName", Field, 4},
    		{"ClientHelloInfo.SignatureSchemes", Field, 8},
    		{"ClientHelloInfo.SupportedCurves", Field, 4},
    		{"ClientHelloInfo.SupportedPoints", Field, 4},
    		{"ClientHelloInfo.SupportedProtos", Field, 8},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    					call: defaultIngress.CallOrFail,
    					opts: echo.CallOptions{
    						Port: echo.Port{
    							ServicePort: 443,
    							Protocol:    protocol.HTTPS,
    						},
    						TLS: echo.TLS{
    							ServerName: sni,
    							Alpn:       al,
    						},
    						Check:   check.Error(),
    						Timeout: 5 * time.Second,
    					},
    				},
    				)
    			}
    		}
    		t.RunTraffic(TrafficTestCase{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"boolean"},
    							Format:      "",
    						},
    					},
    					"serverName": {
    						SchemaProps: spec.SchemaProps{
    							Description: "ServerName is passed to the server for SNI and is used in the client to check server certificates against. If ServerName is empty, the hostname used to contact the server is used.",
    							Type:        []string{"string"},
    							Format:      "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. api/go1.txt

    pkg crypto/tls, type Config struct, NextProtos []string
    pkg crypto/tls, type Config struct, Rand io.Reader
    pkg crypto/tls, type Config struct, RootCAs *x509.CertPool
    pkg crypto/tls, type Config struct, ServerName string
    pkg crypto/tls, type Config struct, Time func() time.Time
    pkg crypto/tls, type Conn struct
    pkg crypto/tls, type ConnectionState struct
    pkg crypto/tls, type ConnectionState struct, CipherSuite uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top