RFR: 8300399: EdDSA does not verify when there is no message
Anthony Scarpino
ascarpino at openjdk.org
Wed Jan 18 04:01:23 UTC 2023
On Wed, 18 Jan 2023 03:21:29 GMT, Weijun Wang <weijun at openjdk.org> wrote:
> Verify should go on even if there is no message.
The test in jdk/sun/security/ec/ed/TestEdDSA.java has a 448 test case on line 160 that sends a blank message "". I would expect that to fail if this is situation is a bug.
-------------
PR: https://git.openjdk.org/jdk/pull/12059
More information about the security-dev
mailing list