[jdk17u-dev] RFR: 8342181: Update tests to use stronger Key and Salt size [v3]
Goetz Lindenmaier
goetz at openjdk.org
Fri Nov 22 10:15:22 UTC 2024
On Fri, 22 Nov 2024 07:49:55 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
>> I backport this for parity with 17.0.14-oracle.
>>
>> This is based on the change to 21.
>> I resolved three files:
>> jdk/jdk17u-dev/pull/
>>
>> test/jdk/com/sun/crypto/provider/Cipher/KeyWrap/TestCipherKeyWrapperTest.java
>> Trivial resolve because
>> https://bugs.openjdk.org/browse/JDK-8288050: Add support of SHA-512/224 and SHA-512/256 to the PBKDF2 and PBES2 impls in SunJCE provider
>> is missing in 17.
>>
>> test/jdk/java/security/Signature/ResetAfterException.java
>> Copyright because
>> https://bugs.openjdk.org/browse/JDK-8284191: Replace usages of 'a the' in hotspot and java.base
>> is missin in 17.
>>
>> test/jdk/jdk/security/jarsigner/Spec.java
>> Trivial resolve due to context difference.
>> Two changes to this file are missing in 17:
>> https://bugs.openjdk.org/browse/JDK-8267319: Use larger default key sizes and algorithms based on CNSA
>> https://bugs.openjdk.org/browse/JDK-8303410: Remove ContentSigner APIs and jarsigner -altsigner and -altsignerpath options
>
> Goetz Lindenmaier has updated the pull request incrementally with one additional commit since the last revision:
>
> Besides the semicolon I missed a line in Spec.java
Nice this is clean despite the resolves I did!
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/3069#issuecomment-2493397144
More information about the jdk-updates-dev
mailing list