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

Weijun Wang weijun at openjdk.org
Fri Apr 28 15:28:22 UTC 2023


On Fri, 28 Apr 2023 11:05:33 GMT, Ferenc Rakoczi <duke at openjdk.org> wrote:

>> src/java.base/share/classes/sun/security/x509/AlgorithmId.java line 651:
>> 
>>> 649: 
>>> 650:     public static final ObjectIdentifier hsslms_oid =
>>> 651:             ObjectIdentifier.of(KnownOIDs.HSSLMS);
>> 
>> You probably don't need to define this if it's not used anywhere.
>
> I need it now, with the addWithAlias() change.

`addWithAlias` search for an OID by its name using the `KnownOIDs` class.

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

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



More information about the security-dev mailing list