Status: Untriaged
Owner: w...@chromium.org
CC: da...@chromium.org
Labels: Type-Bug Pri-2 OS-Windows Area-BrowserBackend

New issue 6893 by w...@chromium.org: Support SSL renegotiation on Windows
http://code.google.com/p/chromium/issues/detail?id=6893

In ssl_client_socket_win.cc, function
SSLClientSocketWin::DoPayloadReadComplete, we have:

   if (status == SEC_I_RENEGOTIATE) {
     // TODO(wtc): support renegotiation.
     // Should ideally send a no_renegotiation alert to the server.
     return ERR_SSL_RENEGOTIATION_REQUESTED;
   }

We should add the code to support SSL renegotiation.

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

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to