On Tue, 22 Sep 2020 14:04:55 GMT, Sean Mullan <mul...@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

Reply via email to