Re: JDK-8039921: SHA1WithDSA with key > 1024 bits not working

2014-09-26 Thread Atsuhiko Yamanaka
Hi, Is there any update on this issue? On Fri, Sep 19, 2014 at 9:04 AM, Valerie Peng wrote: > However, if such (potentially insecure) practice is common, we may consider > relax the restraint for the sake of being interoperable. Do you have any > more info such as CA certs using large DSA keys w

Re: TLS extensions API, ALPN and HTTP 2.0

2014-09-26 Thread Sean Mullan
On 09/17/2014 01:18 PM, Simone Bordet wrote: For the server to differentiate between those 2 connections he would need the SNI information, which I don't think it's currently available in JDK 8, right ? No. It is. We added support for SNI in JDK 8. See: http://docs.oracle.com/javase/8/docs/tec

Re: TLS extensions API, ALPN and HTTP 2.0

2014-09-26 Thread Simone Bordet
Hi, On Fri, Sep 26, 2014 at 8:03 PM, Sean Mullan wrote: > On 09/17/2014 01:18 PM, Simone Bordet wrote: >> >> For the server to differentiate between those 2 connections he would >> need the SNI information, which I don't think it's currently available >> in JDK 8, right ? > > > No. It is. We adde

Re: TLS extensions API, ALPN and HTTP 2.0

2014-09-26 Thread Xuelei Fan
On 9/27/2014 3:53 AM, Simone Bordet wrote: > Hi, > > On Fri, Sep 26, 2014 at 8:03 PM, Sean Mullan wrote: >> On 09/17/2014 01:18 PM, Simone Bordet wrote: >>> >>> For the server to differentiate between those 2 connections he would >>> need the SNI information, which I don't think it's currently av