RFR: 8309214: sun/security/pkcs11/KeyStore/CertChainRemoval.java fails after 8301154
Matthias Baesken
mbaesken at openjdk.org
Fri Aug 4 10:50:30 UTC 2023
On Thu, 3 Aug 2023 20:51:33 GMT, Valerie Peng <valeriep at openjdk.org> wrote:
> This change addresses the scenario where a certificate is first stored as part of a certificate chain and then stored again as a certificate corresponding to a PrivateKey entry. Newer version of NSS errors out with CKR_GENERAL_ERROR with the 2nd store, i.e. C_CreateObject() call.
>
> Proposed fix is to check for match before calling C_CreateObject(), if a match is found, set its alias instead.
Hi Valerie, we put the PR into our build/test queue to check if it solves some errors we currently notice in CertChainRemoval.java .
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15146#issuecomment-1665411026
More information about the security-dev
mailing list