RFR[jdk]: JDK-8239815: Update ECC legal file

2020-02-24 Thread Bradford Wetmore
Minor codereview to add a couple sentences about the high-level impact of removing the ECC native library. https://bugs.openjdk.java.net/browse/JDK-8239815 http://cr.openjdk.java.net/~wetmore/8239815/webrev.00/ More details to come in the Oracle Provider documentation. Plus a few markdown styl

Re: OpenJDK11u: Backward incompatible behavior

2020-02-24 Thread Alexey Bakhtin
Hi Xuelei, Thank you. It would be glad if you can review this fix. The patch almost cleanly applied to JDK15. Also, As Kumar mentioned, the patch does not include regression test. I’m going to add regression test and patch for JDK15 tomorrow. Thank you. Alexey > On 24 Feb 2020, at 21:41, Xuelei

Re: OpenJDK11u: Backward incompatible behavior

2020-02-24 Thread Xuelei Fan
Hi Alexey, Thanks for working on this issue. Do you plan to fix it for JDK 15, the current JDK reposiroty? I need more time for evaluate the fix. For example, I'm not sure if we could always throw InterruptedIOException to applications, even for getSession(). Regards, Xuelei On 2/24/202

Re: OpenJDK11u: Backward incompatible behavior

2020-02-24 Thread Kumar Srinivasan
Hi Alexey, Thanks for the update. I glossed over the changes. Observation: I don’t see a regression test in your webrev, is this still a work in progress ? I am very surprised, how a simple socket feature such as this, escape the JSN-test dragnet in the first place ? Kumar On Feb 24, 2020

Re: OpenJDK11u: Backward incompatible behavior

2020-02-24 Thread Alexey Bakhtin
Hello, I have been working on this issue for some time already. The patch below adds java.net.SocketTimeoutException handling during TLS handshake negotiation. This functionality seems to have been missed during the TLSv1.3 implementation ( JDK-8196584 ) Tested with JDK11 and higher. JDK11 web