-
Notifications
You must be signed in to change notification settings - Fork 735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenJDK com/sun/crypto/provider/Cipher/AES/TestKATForGCM Error in Native GaloisCounterMode #18191
Comments
https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk11_j9_sanity.openjdk_s390x_linux_Personal_testList_0/27/
|
@jasonkatonica pls take a look. |
Starting in OpenSSL 3.0.0, a check for minimum length of IV was added (openssl/openssl#11843, https://github.com/slontis/openssl/blob/dca81e1c93836c3f936d4209a4f968ede0d917ff/providers/implementations/ciphers/cipher_aes_gcm.c#L23). However, after complaints about backwards compatibility, the check was removed (slontis/openssl@c55c7d0). The change, as seen in the mentioned commit was made on July 14, 2021. The machine that run the test uses the following OpenSSL version: The test should be fine as soon as the OpenSSL version in the machine is updated. |
Opened an infra issue to update the machine(s). |
The machine has been updated to OpenSSL 3.1.3 |
Internal build OMR Acceptance - ubu20s390x-svl-rt2-1
com/sun/crypto/provider/Cipher/AES/TestKATForGCM.java
The text was updated successfully, but these errors were encountered: