Re: ALPN and HTTP/2 client

2016-04-18 Thread Simone Bordet
Hi, On Mon, Apr 18, 2016 at 10:09 PM, Michael McMahon wrote: > Hi, > > ALPN is set in the HttpConnection class. > > Checking the exact ciphers selected is not implemented > yet. That will come later. I am guessing checking for the actual application protocol too ? Sending "h2" via ALPN does not

Re: ALPN and HTTP/2 client

2016-04-18 Thread Michael McMahon
Hi, ALPN is set in the HttpConnection class. Checking the exact ciphers selected is not implemented yet. That will come later. I am currently updating the implementation to get rid of the two threads per connection limitation and will have a new webrev then. So I will address other review comm

ALPN and HTTP/2 client

2016-04-18 Thread Simone Bordet
Hi, I am missing where the ALPN negotiation is performed in the new HTTP/2 client code, can you direct me at where this is done ? The HTTP/2 spec requires to close the connection with INADEQUATE_SECURITY if the cipher does not meet the HTTP/2 requirements, but I don't see this code ? SSLEngine.g