RFR: 8371864: GaloisCounterMode.implGCMCrypt0 AVX512/AVX2 intrinsics stubs cause AES-GCM encryption failure for certain payload sizes [v3]
Jiangli Zhou
jiangli at openjdk.org
Thu Nov 20 20:03:35 UTC 2025
On Thu, 20 Nov 2025 18:08:40 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Jiangli Zhou has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix Whitespace error.
>
> test/jdk/com/sun/crypto/provider/Cipher/AES/TestGCMSplitBound.java line 89:
>
>> 87: System.arraycopy(ciphertext, 0, nonce, 0, IV_SIZE_IN_BYTES);
>> 88: Cipher cipher = getCipher(key, aad, nonce);
>> 89: return cipher.doFinal(ciphertext, IV_SIZE_IN_BYTES, ciphertext.length - IV_SIZE_IN_BYTES);
>
> Indenting is still 2-space here.
Indeed. Fixed, thanks.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28363#discussion_r2547495799
More information about the security-dev
mailing list