[RFR] 8184328: JDK8u131 socketRead0 hang at SSL read

2017-09-11 Thread Rob McKenna
Hi folks, In high latency environments a client SSLSocket with autoClose set to false can hang indefinitely if it does not correctly recieve a close_notify from the server. In order to rectify this situation I would like to suggest that we implement an integer JDK property (jdk.tls.closeRetries)

Re: RFR 8186884: Test native KDC, Java krb5 lib, and native krb5 lib in one test

2017-09-11 Thread Artem Smotrakov
Looks good to me. Artem On 09/11/2017 11:07 AM, Weijun Wang wrote: Sorry to update again. Might be because jdk10 is frozen now. http://cr.openjdk.java.net/~weijun/8186884/webrev.03 But changes are real: 1. kdc.supported.enctypes supported by native KDCs correctly. In fact, I am now abl

Re: RFR 8186884: Test native KDC, Java krb5 lib, and native krb5 lib in one test

2017-09-11 Thread Weijun Wang
Sorry to update again. Might be because jdk10 is frozen now. http://cr.openjdk.java.net/~weijun/8186884/webrev.03 But changes are real: 1. kdc.supported.enctypes supported by native KDCs correctly. In fact, I am now able to set it to aes256-sha2 (unsupported in Java yet) and test for interop