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

Keytool output is incorrect in jdk6u111

XMLWordPrintable

      It was found that the output of keytool command was not correct with
      jdk6u111(201601CPU). It looks like it is caused by the fix of BugID 8139084.
      In JDK7, it seems it is fixed with BugID 7017734.

      Symptom:
      The output with the command below is incorrect.
      keytool -keystore keyStr.jks -storepass changeit -storetype jks -list -v

      Wrong
      ------------------------
      ...
      証明書のフィンガープリント:
               MD5: ............................
               SHA1: ............................
               署名アルゴリズム名: ............................
               バージョン: SHA256withRSA
      ...
      ------------------------

      Correct
      ------------------------
      ...
      証明書のフィンガープリント:
               MD5: ............................
               SHA1: ............................
               SHA256: ............................
               署名アルゴリズム名: SHA256withRSA
               バージョン: 3
      ...
      ------------------------


            igerasim Ivan Gerasimov
            shadowbug Shadow Bug
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: