Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,326 for tlsg (0.05 sec)

  1. releasenotes/notes/tls-configuration-api.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    issue:
      - https://github.com/istio/api/issues/2285
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 05 17:08:26 UTC 2022
    - 192 bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/testdata/tls.status.yaml.golden

        parentRef:
          name: gateway
          namespace: istio-system
    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TLSRoute
    metadata:
      creationTimestamp: null
      name: tls
      namespace: default
    spec: null
    status:
      parents:
      - conditions:
        - lastTransitionTime: fake
          message: Route was valid
          reason: Accepted
          status: "True"
          type: Accepted
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 01 20:54:36 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/testdata/reference-policy-tls.yaml

        port: 443
        protocol: HTTPS
        allowedRoutes:
          namespaces:
            from: Selector
            selector:
              matchLabels:
                kubernetes.io/metadata.name: "cert"
        tls:
          mode: Terminate
          certificateRefs:
          - name: cert
            namespace: cert
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: ReferenceGrant
    metadata:
      name: allow-cert
      namespace: cert
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/valid/simple-http-https/tls-redirect-route.yaml

    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: tls-redirect
    spec:
      parentRefs:
      - name: example-gateway
        sectionName: http
      hostnames:
      - foo.example.com
      - bar.example.com
      rules:
      - filters:
        - type: RequestRedirect
          requestRedirect:
            scheme: https
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 327 bytes
    - Viewed (0)
  5. src/crypto/tls/bogo_config.json

            "DuplicateExtensionServer-TLS-TLS1": "TODO: first pass, this should be fixed",
            "DuplicateExtensionClient-TLS-TLS1": "TODO: first pass, this should be fixed",
            "UnsolicitedServerNameAck-TLS-TLS1": "TODO: first pass, this should be fixed",
            "TicketSessionIDLength-33-TLS-TLS1": "TODO: first pass, this should be fixed",
            "DuplicateExtensionServer-TLS-TLS11": "TODO: first pass, this should be fixed",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 15:52:42 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/data.go

    				// On ELF ARM, the thread pointer is 8 bytes before
    				// the start of the thread-local data block, so add 8
    				// to the actual TLS offset (r->sym->value).
    				// This 8 seems to be a fundamental constant of
    				// ELF on ARM (or maybe Glibc on ARM); it is not
    				// related to the fact that our own TLS storage happens
    				// to take up 8 bytes.
    				o = 8 + ldr.SymValue(rs)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
  7. releasenotes/notes/k8s-tls-secret-cacerts.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    issue:
      - 38528
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 06 17:54:29 UTC 2022
    - 167 bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/testdata/reference-policy-tls.yaml.golden

      namespace: istio-system
    spec:
      servers:
      - hosts:
        - cert/cert1.domain.example
        port:
          name: default
          number: 443
          protocol: HTTPS
        tls:
          credentialName: kubernetes-gateway://cert/cert
          mode: SIMPLE
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      annotations:
        internal.istio.io/parents: HTTPRoute/http.cert
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  9. hack/testdata/tls.key

    Prashanth Balasubramanian <******@****.***> 1461527218 -0700
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 17 05:38:56 UTC 2016
    - 1.7K bytes
    - Viewed (0)
  10. tests/integration/ambient/testdata/automtls-partial-sidecar-dr-no-tls.yaml

    kind: PeerAuthentication
    metadata:
      name: "default"
      annotations:
        test-suite: "automtls-partial-sidecar-dr-no-tls"
    spec:
      mtls:
        mode: STRICT
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: "multiversion-route"
      annotations:
        test-suite: "automtls-partial-sidecar-dr-no-tls"
    spec:
      hosts:
      - "multiversion"
      http:
      - name: "vistio-route"
        match:
        - uri:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 16 18:55:23 UTC 2023
    - 996 bytes
    - Viewed (0)
Back to top