RFR: 8235710: Remove the legacy elliptic curves [v2]
Anthony Scarpino
ascarpino at openjdk.java.net
Wed Sep 23 22:27:34 UTC 2020
On Wed, 23 Sep 2020 17:07:21 GMT, Valerie Peng <valeriep 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/SunEC.java line 219:
>
>> 217:
>> 218: Collection<? extends NamedCurve> supportedCurves;
>> 219: supportedCurves = CurveDB.getSupportedCurves();
>
> Shouldn't the supportedCurves be the hardcoded 3 curves?
Ah yes. Thanks for seeing that.
-------------
PR: https://git.openjdk.java.net/jdk/pull/289
More information about the build-dev
mailing list