RFR: 8298127: HSS/LMS Signature Verification [v13]

Weijun Wang weijun at openjdk.org
Mon May 15 15:00:08 UTC 2023


On Mon, 15 May 2023 13:44:27 GMT, Ferenc Rakoczi <duke at openjdk.org> wrote:

>> Implement support for Leighton-Micali Signatures (LMS) as described in RFC 8554. LMS is an approved software signing algorithm for CNSA 2.0, with SHA-256/192 parameters recommended.
>
> Ferenc Rakoczi has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Removed a comment line.

src/java.base/share/classes/sun/security/util/RawKeySpec.java line 29:

> 27: 
> 28: import java.security.spec.KeySpec;
> 29: //12345678901234567890123456789012345678901234567890123456789012345678901234567890

There is one extra line here as well.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/13691#discussion_r1193966319



More information about the security-dev mailing list