RFR: 8235710: Remove the legacy elliptic curves [v2]
Anthony Scarpino
ascarpino at openjdk.java.net
Wed Sep 23 22:27:34 UTC 2020
On Tue, 22 Sep 2020 13:53:12 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
>
> src/jdk.crypto.ec/share/classes/sun/security/ec/ECDHKeyAgreement.java line 180:
>
>> 178: ((privNC != null) ? privNC.toString() : " unknown") +
>> 179: ", PublicKey:" +
>> 180: ((pubNC != null) ? pubNC.toString() : " unknown")));
>
> Spacing issues: "PublicKey:" should be "PublicKey: " and " unknown" should be "unknown".
After considering the keys closer, I don't need to specify the key anymore. PrivateKey and PublicKey were removed
-------------
PR: https://git.openjdk.java.net/jdk/pull/289
More information about the build-dev
mailing list