On Tue, 25 Feb 2025 20:24:16 GMT, Anthony Scarpino
wrote:
>> Hi,
>>
>> I need a review for the following change. Naming conventions for EdDSA and
>> XDH have inconsistencies between DisabledAlgorithms and KeyPairGenerator.
>> These internal changes help make it more consistent when parsing th
On Fri, 21 Feb 2025 22:34:25 GMT, Weijun Wang wrote:
>> `permits()` are used in situations for
>> jdk[tls|certpath|jar].disabledAlgorithms, and the SSLAlgorithmConstraints.
>> It's not called for APIs like KPG, Signature, etc.
>
> That's what I meant. Suppose in TLS when you verify a signature
> Hi,
>
> I need a review for the following change. Naming conventions for EdDSA and
> XDH have inconsistencies between DisabledAlgorithms and KeyPairGenerator.
> These internal changes help make it more consistent when parsing the actual
> curve being used vs the broader algorithm name.
>
> t