Re: [RFR:15] Release Note: Disable native SunEC implementation by default

2020-03-25 Thread Anthony Scarpino
On 3/25/20 5:42 PM, Jamil Nimeh wrote: Hi Tony, * "Commonly used and time-constantly implemented curves, secp256r1, secp384r1, secp521r1, x25519, and x448, remain supported by SunEC" - time-constantly implemented sounds a bit awkward to my ear. o May I suggest an alternative: "Th

Re: [RFR:15] Release Note: Disable native SunEC implementation by default

2020-03-25 Thread Jamil Nimeh
Hi Tony, * "Commonly used and time-constantly implemented curves, secp256r1, secp384r1, secp521r1, x25519, and x448, remain supported by SunEC" - time-constantly implemented sounds a bit awkward to my ear. o May I suggest an alternative: "The secp256r1, secp384r1, secp521r1, x2

[RFR:15] Release Note: Disable native SunEC implementation by default

2020-03-25 Thread Anthony Scarpino
Please review the proposed release note for JDK-8237219, the change to disable the native curves in SunEC. https://bugs.openjdk.java.net/browse/JDK-8241386 Thanks Tony