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

Ferenc Rakoczi duke at openjdk.org
Tue May 2 20:39:24 UTC 2023


On Tue, 2 May 2023 20:32:02 GMT, Ferenc Rakoczi <duke at openjdk.org> wrote:

>> src/java.base/share/classes/sun/security/provider/HSS.java line 66:
>> 
>>> 64:         if (!(publicKey instanceof HSSPublicKey pub)) {
>>> 65:             throw new InvalidKeyException("Not an HSS public key: ");
>>> 66:         }
>> 
>> If not, we can try translating it using our `KeyFactory`.
>
> Done

Done.

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

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



More information about the security-dev mailing list