Integrated: 8285389: EdDSA trimming zeros
Anthony Scarpino
ascarpino at openjdk.java.net
Mon Apr 25 15:35:33 UTC 2022
On Fri, 22 Apr 2022 21:04:58 GMT, Anthony Scarpino <ascarpino at openjdk.org> wrote:
> Hi,
>
> I'd like a code review of this change to EdDSA. ed25519 and ed448 internally was trimming extra zeros off the end of the signature before processing. This can result in some verify testing failures which are strict about the signature length passed into the operation.
>
> thanks
>
> Tony
This pull request has now been integrated.
Changeset: 414918d9
Author: Anthony Scarpino <ascarpino at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/414918d9113b447c9ae774cdfd087f1636b8e5a0
Stats: 6 lines in 1 file changed: 5 ins; 0 del; 1 mod
8285389: EdDSA trimming zeros
Reviewed-by: xuelei
-------------
PR: https://git.openjdk.java.net/jdk/pull/8372
More information about the security-dev
mailing list