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)
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
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