Issue 3560: Enable SSL session resumption
http://code.google.com/p/chromium/issues/detail?id=3560

New issue report by [EMAIL PROTECTED]:
I discovered today that the new HTTP stack does not resume SSL sessions, so
every new SSL connection is established with a full SSL handshake.

My web search shows that this is because we're using a new Schannel
CredHandle (credentials handle) for each connection.  I did a quick
experiment in which I used a  global CredHandle for all SSL connections,
and we're resuming SSL sessions.

But we can't use a single CredHandle because it specifies which versions of
SSL are enabled.  So even if we can use one CredHandle for multiple
servers, we still need additional Credhandles for:
- handling TLS-intolerant servers (with TLS 1.0 turned off)
- whenever the user turns on or turns off some version of SSL protocol in
SSL configuration settings.
- supporting SSL client authentication: client certificate is specified in
CredHandle.


Issue attributes:
        Status: Assigned
        Owner: [EMAIL PROTECTED]
        Labels: Type-Bug Pri-2 OS-Windows Area-BrowserBackend NewHTTP

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to chromium-bugs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to