-
Bug
-
Resolution: Fixed
-
P4
-
20
-
b09
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8294524 | 17.0.6 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
The issue https://bugs.openjdk.org/browse/JDK-8282538 gave an example of the following PKCS11 exception (see attached jtr files) :
.... Caused by: sun.security.pkcs11.wrapper.PKCS11Exception: 0xCE534351
Unfortunately the error code 0xCE534351 is currently not in the RV/errorMap table of PKCS11Exception, That's why we get this
hex code and no more descriptive output, this could be improved.
For the error code name + hexcode see also https://bugzilla.mozilla.org/show_bug.cgi?id=495097 .
.... Caused by: sun.security.pkcs11.wrapper.PKCS11Exception: 0xCE534351
Unfortunately the error code 0xCE534351 is currently not in the RV/errorMap table of PKCS11Exception, That's why we get this
hex code and no more descriptive output, this could be improved.
For the error code name + hexcode see also https://bugzilla.mozilla.org/show_bug.cgi?id=495097 .
- backported by
-
JDK-8294524 Adjust PKCS11Exception and handle more PKCS11 error codes
-
- Resolved
-