On Wed, 28 Oct 2020 10:52:27 GMT, Magnus Ihse Bursie <i...@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

Reply via email to