Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 86 for tlsv3 (0.03 sec)

  1. src/crypto/tls/testdata/Server-TLSv13-ResumeDisabled

    Roland Shoemaker <******@****.***> 1602811940 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 10 01:40:27 UTC 2020
    - 7.4K bytes
    - Viewed (0)
  2. src/crypto/tls/testdata/Client-TLSv13-ExportKeyingMaterial

    Roland Shoemaker <******@****.***> 1715710936 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedAndEd25519Given

    Filippo Valsorda <******@****.***> 1684936196 +0200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  4. src/crypto/tls/testdata/Server-TLSv13-Ed25519

    Filippo Valsorda <******@****.***> 1684936196 +0200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  5. src/crypto/tls/testdata/Server-TLSv13-ExportKeyingMaterial

    Filippo Valsorda <******@****.***> 1684936196 +0200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Server-TLSv13-P256

    Filippo Valsorda <******@****.***> 1684936196 +0200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Server-TLSv13-Resume

    Filippo Valsorda <******@****.***> 1684936196 +0200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  8. src/crypto/tls/testdata/Client-TLSv13-Ed25519

    Roland Shoemaker <******@****.***> 1715710936 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  9. releasenotes/notes/tls-inbound.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: security
    releaseNotes:
    - |
      **Improved** TLS configuration on sidecar server side inbound paths to enforce TLSv2 version along with recommended cipher suites.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 28 16:30:12 UTC 2020
    - 378 bytes
    - Viewed (0)
  10. platforms/software/resources-http/src/main/java/org/gradle/internal/resource/transport/http/HttpClientConfigurer.java

            } else if (JavaVersion.current().isJava8() && Jvm.current().isIbmJvm()) {
                return new String[]{"TLSv1.2"};
            } else if (jdkSupportsTLSProtocol("TLSv1.3")) {
                return new String[]{"TLSv1.2", "TLSv1.3"};
            } else {
                return new String[]{"TLSv1.2"};
            }
        }
    
        private boolean jdkSupportsTLSProtocol(@SuppressWarnings("SameParameterValue") final String protocol) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 18.5K bytes
    - Viewed (0)
Back to top