RFR: 8235710: Remove the legacy elliptic curves [v2]
Anthony Scarpino
ascarpino at openjdk.java.net
Wed Oct 28 17:37:52 UTC 2020
On Wed, 28 Oct 2020 10:52:27 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
>> throw new IllegalStateException(
>> new InvalidAlgorithmParameterException(
>> "Curve not supported: Private: " +
>> ((privNC != null) ? privNC.toString() : " unknown") +
>> ", PublicKey:" +
>> ((pubNC != null) ? pubNC.toString() : " unknown")));
>
> I opened https://bugs.openjdk.java.net/browse/JDK-8255530 for the remaining cleanup.
I have the change in a workspace, just hadn't created the bug yet.. thanks
-------------
PR: https://git.openjdk.java.net/jdk/pull/289
More information about the security-dev
mailing list