-
Notifications
You must be signed in to change notification settings - Fork 17
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
Check private key #64
Conversation
closed/src/jdk.crypto.ec/share/classes/sun/security/ec/NativeECDHKeyAgreement.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Zainab Fatmi <zainab@ibm.com>
jenkins test extended.openjdk xlinux jdk18 |
The original version of this change was ported to jdk19+. Does it also need to be backported? The ECDSAPrvGreaterThanOrder.java test only exists in jdk18+, but the original ECDH key agreement feature was added to jdk8+ and may have the same problem. |
The method |
For the record it was introduced via ca068f817e21fb. |
jenkins compile amac jdk18 |
extended.openjdk takes a while to run, and the machines aren't setup up correctly to pass all the testing. In particular there is jdk_nio Datagram testing which is running and timing out. I've run a grinder on all the openjdk sanity/extended testing that looks security related. ECKeyCheck.java is still failing but that is a different known problem eclipse-openj9/openj9#15412 |
Check private key
Fixes: eclipse-openj9/openj9#15413
Signed-off-by: Zainab Fatmi zainab@ibm.com