-
Bug
-
Resolution: Fixed
-
P3
-
6, 7, 8
-
b87
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8018675 | 7u45 | Weijun Wang | P3 | Closed | Fixed | b01 |
JDK-8012315 | 7u40 | Weijun Wang | P3 | Closed | Fixed | b22 |
JDK-8182459 | 6u181 | Prasadarao Koppula | P3 | Resolved | Fixed | b01 |
JDK-8184758 | 6u171 | Ramanand Patil | P2 | Closed | Fixed | b05 |
We hardcoded a list of known PKCS #9 attributes inside JDK so that getValue() method can always return the correct type for one (say, String for string, ObjectIdentifier for OID). However, this means when an unknown attribute is met, an exception is thrown. It's not easy to list all attributes inside there and sometimes it's not necessary to get the actual type of an attribute unless we really need to deal with it inside the JDK.
- backported by
-
JDK-8182459 Accept unknown PKCS #9 attributes
-
- Resolved
-
-
JDK-8184758 Accept unknown PKCS #9 attributes
-
- Closed
-
-
JDK-8012315 Accept unknown PKCS #9 attributes
-
- Closed
-
-
JDK-8018675 Accept unknown PKCS #9 attributes
-
- Closed
-
- relates to
-
JDK-8009636 JARSigner including TimeStamp PolicyID (TSAPolicyID) as defined in RFC3161
-
- Closed
-