Re: RFR: JDK-8290532: Adjust PKCS11Exception and handle more PKCS11 error codes [v3]

2022-07-27 Thread Valerie Peng
On Wed, 27 Jul 2022 11:40:02 GMT, Matthias Baesken wrote: >> The issue https://bugs.openjdk.org/browse/JDK-8282538 gave an example of the >> following PKCS11 exception (see attached jtr files of that bug) : >> >> Caused by: sun.security.pkcs11.wrapper.PKCS11Exception: 0xCE534351 >> >> Unf

Re: RFR: JDK-8290532: Adjust PKCS11Exception and handle more PKCS11 error codes [v3]

2022-07-27 Thread Matthias Baesken
> The issue https://bugs.openjdk.org/browse/JDK-8282538 gave an example of the > following PKCS11 exception (see attached jtr files of that bug) : > > Caused by: sun.security.pkcs11.wrapper.PKCS11Exception: 0xCE534351 > > Unfortunately the error code 0xCE534351 is currently not in the RV/er