-
Notifications
You must be signed in to change notification settings - Fork 115
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
Exclude list of sanity.openjdk and extended.openjdk for jdk8 #612
Conversation
f2bc5e4
to
f5123e4
Compare
@alon-sh for review |
@alon-sh please help to review |
f5123e4
to
1c17c04
Compare
@WilburZjh please explain why is this happening: java.security.ProviderException: Could not derive keyat sun.security.pkcs11.P11ECDHKeyAgreement.engineGenerateSecret(P11ECDHKeyAgreement.java:145)at javax.crypto.KeyAgreement.generateSecret(KeyAgreement.java:586)sun/security/pkcs11/ec/TestCurves.java #611 linux-x64 java.security.spec.InvalidKeySpecException: Could not create EC private keysun/security/pkcs11/ec/TestECDH2.java #611 linux-x64 |
I am getting same
|
This test is failed by a |
FIPS can generate EC asymmetric keys, but it can't import them except secret keys. That's the reason why it is failed
|
These tests get the existing signed jar from |
1c17c04
to
8299644
Compare
Signed-off-by: Jinhang Zhang <[email protected]>
8299644
to
02a22d5
Compare
@WilburZjh @pshipton it looks good, please merge so we can proceed with testing. |
Signed-off-by: Jinhang Zhang [email protected]