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

Support CA certificate contain only netscape-cert-type extension in Java deployment

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 6
    • deploy
    • 6
    • b27
    • sparc
    • solaris_9

      For object siging certificate, it is strongly recommended that all CA certificates contain the basicConstraints extension, as this is the standard way to identify a CA certificate. For those CAs that wich to limit the applications being certified for, the netscape-cert-type extension may be used. Here is a case:

      only netscape-cert-type present: (no basicConstraints)
       The cert is a CA if at least one of CA bits is set (bits 5,6, and 7).

      Because we do consider the above case in previous JRE rlease, so even we transfer our code to user CertPath API in Mustang, which is PKIX compliance and doesn't include the above case. We will add the support to above case to avoid regression.

      ###@###.### 2005-2-24 19:18:52 GMT

            dgu Dennis Gu (Inactive)
            dgu Dennis Gu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: