Updates:
        Status: Untriaged
        Cc: [email protected] [email protected]
        Labels: -Type-Bug -Area-Misc Type-Feature Area-BrowserBackend  
Area-BrowserUI

Comment #1 on issue 27507 by [email protected]: More detail needed on cipher  
suite chosen.
http://code.google.com/p/chromium/issues/detail?id=27507

Thank you for the suggestion.  The lack of SSL cipher suite info
is due to a limitation of the WinHTTP library that we used before,
which provides only the security strength in bits (the
WINHTTP_OPTION_SECURITY_KEY_BITNESS option) of the cipher suite:
http://msdn.microsoft.com/en-us/library/aa384066(VS.85).aspx

Now we are using system SSL libraries directly, the complete cipher
suite info is available to us.  This will require both backend and
UI work.

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