-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
None
-
None
To reproduce:
- Create EdDSAParameterSpec where context value is empty array.
- Sign a message
- Verify the message with the signature object with null context value used. The verification will success instead fail.
Sample code attached to verify.
- Create EdDSAParameterSpec where context value is empty array.
- Sign a message
- Verify the message with the signature object with null context value used. The verification will success instead fail.
Sample code attached to verify.
- relates to
-
JDK-8199231 JEP 339: Edwards-Curve Digital Signature Algorithm (EdDSA)
- Closed