RFR: 8367994: test/jdk/sun/security/pkcs11/Signature/ tests pass when they should skip
Mikhail Yankelevich
myankelevich at openjdk.org
Tue Sep 23 15:21:42 UTC 2025
On Fri, 19 Sep 2025 05:46:35 GMT, SendaoYan <syan at openjdk.org> wrote:
>> * test/jdk/sun/security/pkcs11/Signature/InitAgainPSS.java
>> * test/jdk/sun/security/pkcs11/Signature/KeyAndParamCheckForPSS.java
>> * test/jdk/sun/security/pkcs11/Signature/SigInteropPSS.java
>> * test/jdk/sun/security/pkcs11/Signature/SigInteropPSS2.java
>> * test/jdk/sun/security/pkcs11/Signature/SignatureTestPSS.java
>> * test/jdk/sun/security/pkcs11/Signature/SignatureTestPSS2.java
>> * test/jdk/sun/security/pkcs11/Signature/TestDSA.java
>
> test/jdk/sun/security/pkcs11/Signature/SignatureTestPSS.java line 49:
>
>> 47: * @test id=new_alg
>> 48: * @bug 8080462 8226651 8242332
>> 49: * @summary Generate a RSASSA-PSS signature and verify it using PKCS11 provider
>
> Should we need comments why this test was splited to two tests.
There is no support for sha3 in nss for now it seems, so this is why it's split. I'm not sure if this makes any difference if highlighted in the comment, but I can add in the next commit.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27367#discussion_r2372684838
More information about the security-dev
mailing list