Skip to content
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

Address test failures on Java 11. #1189

Merged
merged 1 commit into from
Dec 15, 2023
Merged

Address test failures on Java 11. #1189

merged 1 commit into from
Dec 15, 2023

Conversation

prbprbprb
Copy link
Collaborator

xecPrivateKeySpec failure was a copy pasta bug but only shows up on 11 due to missing XEC classes on earlier Java.

The other failure in keyspec_Fail(), looks like it was due to the KeyFactory implementation iterating over SPIs on failure, and in OpenJDK 11 there is an XDH KeyFactory, although I'm unsure why it was rejecting what should be valid PKCS#8 data...

xecPrivateKeySpec failure was a copy pasta bug but only
shows up on 11 due to missing XEC classes on earlier Java.

The other failure in keyspec_Fail(), looks like it
was due to the KeyFactory implementation iterating over
SPIs on failure, and in OpenJDK 11 there is an XDH
KeyFactory, although I'm unsure why it was rejecting
what should be valid PKCS#8 data...
@prbprbprb prbprbprb merged commit 2c06a25 into google:master Dec 15, 2023
15 checks passed
@prbprbprb prbprbprb deleted the xdh2 branch December 15, 2023 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants