RFR: 8282538: PKCS11 tests fail on CentOS Stream 9
Olga Mikhaltsova
omikhaltcova at openjdk.java.net
Mon Mar 28 16:24:48 UTC 2022
On Wed, 2 Mar 2022 12:05:08 GMT, Olga Mikhaltsova <omikhaltcova at openjdk.org> wrote:
> I would like to add cert9.db and key4.db to /test/jdk/sun/security/pkcs11/nss/db/ to fix the PKCS11 tests failure on CentOS Stream 9.
> Starting from NSS 3.35 cert9.db and key4.db files may be targeted instead of cert8.db and key3.db.
> In case of CentOS Stream 9 the lowest available version of NSS for downgrade is 3.67 and cert9.db, key4.db are targeted.
These files are just copied from another place of the repo as shown in the comments to JDK-8282538. They already exist.
[olga at localhost projects]$ cp ./jdk-fork/test/jdk/sun/security/pkcs11/Secmod/cert9.db ./jdk-fork/test/jdk/sun/security/pkcs11/nss/db/
[olga at localhost projects]$ cp ./jdk-fork/test/jdk/sun/security/pkcs11/Secmod/key4.db ./jdk-fork/test/jdk/sun/security/pkcs11/nss/db/
-------------
PR: https://git.openjdk.java.net/jdk/pull/7658
More information about the security-dev
mailing list