AlgorithmDecomposer is not parsing padding correctly

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: None
    • Component/s: 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".


            Assignee:
            Xuelei Fan
            Reporter:
            Bradford Wetmore
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: