RFR: 8298127: HSS/LMS Signature Verification [v13]
Weijun Wang
weijun at openjdk.org
Mon May 15 15:20:04 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.
Oops, more comments:
1. `engineSetParameter(AlgorithmParameterSpec params)` should be overridden. Existing implementations that does not require parameters (RSA and DSA) succeeds if input is null.
2. `engineGetParameters()` should be overridden and return null.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13691#issuecomment-1548063322
More information about the security-dev
mailing list