Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8049432

New tests for TLS property jdk.tls.client.protocols

XMLWordPrintable

        Need to add test cases for the following scenarios
        1)
        Removes the property jdk.tls.client.protocols(if any)and validates the default, supported and current protocols in the SSLContext.
        2)
        Sets the jdk.tls.client.protocols to TLSV(invalid value) and checks the SSLContext's reaction to it. Validation to SSLContext is not required.
        3)
        Sets the jdk.tls.client.protocols to SSLv3 and validates the default, supported and current protocols in the SSLContext.
        4)
        Sets the jdk.tls.client.protocols to TLSv1.1 and validates the default, supported and current protocols in the SSLContext.
        5)
         Sets the jdk.tls.client.protocols to TLSv1.1 and validates the default, supported and current protocols in the SSLContext.
        6)
        Sets the jdk.tls.client.protocols to TLSv1.2 and validates the default, supported and current protocols in the SSLContext.

              zailiu Kevin Liu (Inactive)
              rnairsunw Raghu Nair
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: