Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 54 for mtls (0.04 sec)

  1. src/debug/elf/file_test.go

    					Offset:   0xb,
    					Tag:      dwarf.TagCompileUnit,
    					Children: true,
    					Field: []dwarf.Field{
    						{Attr: dwarf.AttrProducer, Val: "GNU C 4.9.2 20141224 (prerelease) -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtls-dialect=gnu -g", Class: dwarf.ClassString},
    						{Attr: dwarf.AttrLanguage, Val: int64(1), Class: dwarf.ClassConstant},
    						{Attr: dwarf.AttrName, Val: "go-relocation-test-gcc492.c", Class: dwarf.ClassString},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:22:42 UTC 2023
    - 60.1K bytes
    - Viewed (0)
  2. pilot/pkg/model/push_context_test.go

    				t.Fatalf("want %s, but got %s", tc.wanted, got)
    			}
    			if got := ps.BestEffortInferServiceMTLSMode(nil, externalService, port); got != MTLSUnknown {
    				t.Fatalf("MTLS mode for external service should always be %s, but got %s", MTLSUnknown, got)
    			}
    		})
    	}
    }
    
    func scopeToSidecar(scope *SidecarScope) string {
    	if scope == nil {
    		return ""
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  3. pkg/workloadapi/workload.pb.go

    	// Types that are assignable to Destination:
    	//
    	//	*GatewayAddress_Hostname
    	//	*GatewayAddress_Address
    	Destination isGatewayAddress_Destination `protobuf_oneof:"destination"`
    	// port to reach the gateway at for mTLS HBONE connections
    	HboneMtlsPort uint32 `protobuf:"varint,3,opt,name=hbone_mtls_port,json=hboneMtlsPort,proto3" json:"hbone_mtls_port,omitempty"`
    }
    
    func (x *GatewayAddress) Reset() {
    	*x = GatewayAddress{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/ARM.rules

    (MULS x (MOVWconst [c]) a) && c == -1 => (ADD a x)
    (MULS _ (MOVWconst [0]) a) => a
    (MULS x (MOVWconst [1]) a) => (RSB x a)
    (MULS x (MOVWconst [c]) a) && isPowerOfTwo32(c) => (RSB (SLLconst <x.Type> [int32(log32(c))] x) a)
    (MULS x (MOVWconst [c]) a) && isPowerOfTwo32(c-1) && c >= 3 => (RSB (ADDshiftLL <x.Type> x x [int32(log32(c-1))]) a)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 90.1K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ppc64/asm.go

    	// thread local storage area as documented in section "3.7.2 TLS
    	// Runtime Handling" of "Power Architecture 64-Bit ELF V2 ABI
    	// Specification".
    	v := ldr.SymValue(rs) - 0x7000
    	if target.IsAIX() {
    		// On AIX, the thread pointer points 0x7800 bytes after
    		// the TLS.
    		v -= 0x800
    	}
    
    	if int64(int32(v)) != v {
    		ldr.Errorf(s, "TLS offset out of range %d", v)
    	}
    	return v
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  6. cmd/iam.go

    	}
    
    	stsTLSConfig, err := xtls.Lookup(s[config.IdentityTLSSubSys][config.Default])
    	if err != nil {
    		iamLogIf(ctx, fmt.Errorf("Unable to initialize X.509/TLS STS API: %w", err), logger.WarningKind)
    	}
    
    	if stsTLSConfig.InsecureSkipVerify {
    		iamLogIf(ctx, fmt.Errorf("Enabling %s is not recommended in a production environment", xtls.EnvIdentityTLSSkipVerify), logger.WarningKind)
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/arm.s

    	MOVW	R0, R1<<0(R2)        // 010082e7
    	MOVW	R0, R1>>0(R2)        // 010082e7
    	MOVW	R0, R1->0(R2)        // 010082e7
    	MOVW	R0, R1@>0(R2)        // 010082e7
    
    // MULA / MULS
    	MULAWT		R1, R2, R3, R4       // c23124e1
    	MULAWB		R1, R2, R3, R4       // 823124e1
    	MULS		R1, R2, R3, R4       // 923164e0
    	MULA		R1, R2, R3, R4       // 923124e0
    	MULA.S		R1, R2, R3, R4       // 923134e0
    	MMULA		R1, R2, R3, R4       // 123154e7
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 69K bytes
    - Viewed (0)
  8. src/runtime/asm_amd64.s

    	JMP ok
    #endif
    needtls:
    #ifdef GOOS_plan9
    	// skip TLS setup on Plan 9
    	JMP ok
    #endif
    #ifdef GOOS_solaris
    	// skip TLS setup on Solaris
    	JMP ok
    #endif
    #ifdef GOOS_illumos
    	// skip TLS setup on illumos
    	JMP ok
    #endif
    #ifdef GOOS_darwin
    	// skip TLS setup on Darwin
    	JMP ok
    #endif
    #ifdef GOOS_openbsd
    	// skip TLS setup on OpenBSD
    	JMP ok
    #endif
    
    #ifdef GOOS_windows
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  9. src/net/http/request.go

    	// It is an error to set this field in an HTTP client request.
    	RequestURI string
    
    	// TLS allows HTTP servers and other software to record
    	// information about the TLS connection on which the request
    	// was received. This field is not filled in by ReadRequest.
    	// The HTTP server in this package sets the field for
    	// TLS-enabled connections before invoking a handler;
    	// otherwise it leaves the field nil.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  10. src/crypto/tls/common.go

    )
    
    // TLS signaling cipher suite values
    const (
    	scsvRenegotiation uint16 = 0x00ff
    )
    
    // CurveID is the type of a TLS identifier for a key exchange mechanism. See
    // https://www.iana.org/assignments/tls-parameters/tls-parameters.xml#tls-parameters-8.
    //
    // In TLS 1.2, this registry used to support only elliptic curves. In TLS 1.3,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
Back to top