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