On Mon, 15 May 2023 13:44:27 GMT, Ferenc Rakoczi <d...@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

Reply via email to