Re: Code Review Request JDK-8170329 New SSLSocket testing template

2016-12-06 Thread Xuelei Fan
new webrev: http://cr.openjdk.java.net/~xuelei/8170329/webrev.02/ On 12/6/2016 2:38 PM, Sean Mullan wrote: On 12/2/16 2:23 PM, Xue-Lei Fan wrote: On 11/29/2016 5:22 AM, Sean Mullan wrote: On 11/27/16 7:43 AM, Xuelei Fan wrote: On 11/27/2016 6:04 PM, Wang Weijun wrote: This is not only a t

Re: Code Review Request JDK-8170329 New SSLSocket testing template

2016-12-06 Thread Sean Mullan
On 12/2/16 2:23 PM, Xue-Lei Fan wrote: On 11/29/2016 5:22 AM, Sean Mullan wrote: On 11/27/16 7:43 AM, Xuelei Fan wrote: On 11/27/2016 6:04 PM, Wang Weijun wrote: This is not only a test update. No, I happened to find an implementation issue with the new test, so fix it altogether. The issue

Re: TLS session cache access (for FTP clients with data connection session reuse)

2016-12-06 Thread David M. Lloyd
I haven't run into this personally, but I may soon, so I have a question: did anyone try simply lying about the destination port (which is easy with SSLEngine, but might only be possible for SSLSocket if you do something funny with socket factorys - or maybe not at all)? On 12/06/2016 11:56 AM

Re: TLS session cache access (for FTP clients with data connection session reuse)

2016-12-06 Thread Xuelei Fan
Hi Bernd, Thanks for the enhancement request. I filed a new Request For Enhancement (RFE) so that we can track the issue: https://bugs.openjdk.java.net/browse/JDK-8170813 Regards, Xuelei On 12/5/2016 11:58 AM, Bernd Eckenfels wrote: With FTP/TLS there is a risk that data connections are gu