-
Notifications
You must be signed in to change notification settings - Fork 729
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
jdk_security3_1 FAILED sun/security/ssl/X509TrustManagerImpl/distrust/Entrust.java DerInputStream.getLength(): lengthTag=109, too big #20856
Comments
I was able to recreate this issue on an older 17.0.3:
I was using this simplified test:
I could recreate the same issue with similar command line arguments using strict fips mode:
I then could "fix" the issue by adding the PKCS12 keystore back into the allowable list of algorithms using this profile to extend the strict fips profile:
This fixed the test allowing it to run without error:
I don't believe that this issue is a blocker for .49 at the moment for a few reasons:
|
Failure link
From internal Test_openjdk17_j9_extended.openjdk_ppc64_aix_fips140_3_openjceplusfips.fips140-3_testList_0 (p10aix134)
Rerun in Grinder - Change TARGET to run only the failed test targets
Optional info
Failure output (captured from console output)
5x internal Grinder - all failed
FYI @jasonkatonica
The text was updated successfully, but these errors were encountered: