RFR: 8298127: HSS/LMS Signature Verification [v2]
Mark Powers
mpowers at openjdk.org
Fri Apr 28 18:06:54 UTC 2023
On Fri, 28 Apr 2023 11:36:53 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:
>
> review comments addressed
src/java.base/share/classes/sun/security/provider/HSS.java line 423:
> 421:
> 422: default:
> 423: throw new IllegalArgumentException("Unsupported or bad LMS type");
Could this be `InvalidParameterException` instead?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13691#discussion_r1180669395
More information about the security-dev
mailing list