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

AlgorithmDecomposer is not parsing padding correctly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • None
    • security-libs
    • b97
    • generic
    • generic
    • Verified

      When decomposing the ciphersuite TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, the "NoPadding" String in transTocken

          String[] tokens = pattern.split(transTocken);

       is getting parsed as:

      tokens[0]: NoPadd
      tokens[1]: g

      BTW, transTocken should probably be corrected. -> transToken

      The pattern is "with|and|in" which is affecting "NoPadding".


            xuelei Xuelei Fan
            wetmore Bradford Wetmore
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: