RFR: 8235710: Remove the legacy elliptic curves [v2]
Magnus Ihse Bursie
ihse at openjdk.java.net
Wed Oct 28 10:55:27 UTC 2020
On Tue, 22 Sep 2020 14:04:55 GMT, Sean Mullan <mullan at openjdk.org> wrote:
>> Anthony Scarpino has updated the pull request incrementally with one additional commit since the last revision:
>>
>> remove JDKOPT_DETECT_INTREE_EC from configure.ac
>
> 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.
-------------
PR: https://git.openjdk.java.net/jdk/pull/289
More information about the security-dev
mailing list