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

org.ietf.jgss.Oid does not handle proper OID's i.e. 2.40.3.8

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 5.0
    • security-libs

      FULL PRODUCT VERSION :
      java version "1.5.0_06"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
      Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)

      A DESCRIPTION OF THE PROBLEM :
      OIDs are assigned by agencies without regard to existing software libraries.

      The Oid class must no assume that a given dotted notation is invalid due to its prior inexistence.

      i.e.:
      http://asn1.elibel.tm.fr/oid/doc/TD3169r1.html



      ERROR MESSAGES/STACK TRACES THAT OCCUR :
      Exception in thread "main" GSSException: Improperly formatted Object Identifier String - 2.40.3.8
              at org.ietf.jgss.Oid.<init>(Unknown Source)
              at test.main(test.java:7)




      REPRODUCIBILITY :
      This bug can be reproduced always.

      ---------- BEGIN SOURCE ----------
      import org.ietf.jgss.Oid;

      public class test
      {
       public static void main(String[] args) throws Throwable
       {
        System.out.println(new Oid(new Oid(args[0]).getDER()));
       }
      }
      ---------- END SOURCE ----------

      CUSTOMER SUBMITTED WORKAROUND :
      Have to write own OID class, have to write own x509 classes...

            smalkanisunw Seema Malkani (Inactive)
            ryeung Roger Yeung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: