-
Notifications
You must be signed in to change notification settings - Fork 236
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
8026976: ECParameters, Point does not match field size #2958
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back kurashige23! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
This backport pull request has now been updated with issue from the original commit. |
|
/approval request Clean backport. The risk is low because the fix to the source is only for P11ECKeyFactory.java and it is just addition of switching by UseEcX963Encoding. pkcs11 tests on RHEL9 and GHA tests pass. |
@kurashige23 |
Could anyone review this backport please? |
1 similar comment
Could anyone review this backport please? |
Hi all,
This is a backport of JDK-8026976: ECParameters, Point does not match field size
Original patch apply cleanly to 11u.
Testing: jdk/sun/security/pkcs11 tests on RHEL9, GHA testing
Thanks.
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2958/head:pull/2958
$ git checkout pull/2958
Update a local copy of the PR:
$ git checkout pull/2958
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2958/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2958
View PR using the GUI difftool:
$ git pr show -t 2958
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2958.diff
Webrev
Link to Webrev Comment