Comment #6 on issue 3592 by [email protected]: EV Revocation check
should not block the I/O thread
http://code.google.com/p/chromium/issues/detail?id=3592
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=9272
------------------------------------------------------------------------
r9272 | [email protected] | 2009-02-05 15:02:10 -0800 (Thu, 05 Feb 2009) |
13 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/cert_verify_result.h?r1=9272&r2=9271
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/ssl_client_socket_win.cc?r1=9272&r2=9271
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/ssl_client_socket_win.h?r1=9272&r2=9271
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/x509_certificate.h?r1=9272&r2=9271
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/x509_certificate_mac.cc?r1=9272&r2=9271
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/x509_certificate_nss.cc?r1=9272&r2=9271
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/x509_certificate_win.cc?r1=9272&r2=9271
Add X509Certificate::Verify stubs for Mac and Linux.
They do nothing but return ERR_NOT_IMPLEMENTED.
In SSLClientSocketWin, call
X509Certificate::CreateFromHandle only once and store
the result in the server_cert_ member.
Add the CertVerifyResult::Reset method to clear all
members.
R=eroman
BUG=3592
Review URL: http://codereview.chromium.org/21071
------------------------------------------------------------------------
--
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
-~----------~----~----~----~------~----~------~--~---