Re: RFR: 8346129: Simplify EdDSA & XDH curve name usage [v3]

2025-02-26 Thread Sean Mullan
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

Re: RFR: 8346129: Simplify EdDSA & XDH curve name usage [v3]

2025-02-26 Thread Sean Mullan
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

Re: RFR: 8346129: Simplify EdDSA & XDH curve name usage [v3]

2025-02-25 Thread Anthony Scarpino
> 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