Re: SSLSocket session resumption not working with TLS 1.3 and 11+27

2018-08-24 Thread Simone Bordet
Hi, On Fri, Aug 24, 2018 at 8:54 PM Adam Petcher wrote: > On 8/23/2018 3:28 PM, Simone Bordet wrote: > > Hi, > > > > The code below reproduces a bug where session resumption is tested. > > Turns out that session resumption does happen on the client and on the > > server, but on the client the

Re: SSLSocket session resumption not working with TLS 1.3 and 11+27

2018-08-24 Thread Adam Petcher
Thanks for testing this. I developed most of the NewSessionTicket/PSK code. See below for my comments. On 8/23/2018 3:28 PM, Simone Bordet wrote: Hi, The code below reproduces a bug where session resumption is tested. Turns out that session resumption does happen on the client and on the

RE: [RFR] 8205525 : Improve exception messages during manifest parsing of jar archives

2018-08-24 Thread Baesken, Matthias
Hello, I created another webrev : http://cr.openjdk.java.net/~mbaesken/webrevs/8205525.5/ - use now jarPath instead of jarpath in the java security file - moved the parsing of the property to a more general location (separate class jdk/internal/util/SecuritySystemPropertyHelper.java ) -

Re: RFR JDK-8029661: JDK-Support TLS v1.2 algorithm in SunPKCS11 provider

2018-08-24 Thread Martin Balao
Hi Valerie, Thanks for your feedback. Webrev.08: * http://cr.openjdk.java.net/~mbalao/webrevs/8029661/8029661.webrev.08 * http://cr.openjdk.java.net/~mbalao/webrevs/8029661/8029661.webrev.08.zip New in Webrev.08: * Rebased to latest JDK (rev fa378e035b81) * Test max lines length is now