Comment #11 on issue 3154 by [email protected]: No EV Indication
http://code.google.com/p/chromium/issues/detail?id=3154
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=8864
------------------------------------------------------------------------
r8864 | [email protected] | 2009-01-28 19:25:04 -0800 (Wed, 28 Jan 2009) |
18 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/ssl_client_socket_mac.cc?r1=8864&r2=8863
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/ssl_client_socket_win.cc?r1=8864&r2=8863
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/x509_certificate.cc?r1=8864&r2=8863
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/x509_certificate.h?r1=8864&r2=8863
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/x509_certificate_mac.cc?r1=8864&r2=8863
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/x509_certificate_nss.cc?r1=8864&r2=8863
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/x509_certificate_unittest.cc?r1=8864&r2=8863
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/x509_certificate_win.cc?r1=8864&r2=8863
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/http/http_cache.cc?r1=8864&r2=8863
Work around our not caching the intermediate CA
certificates by passing the source of each OSCertHandle to
CreateFromHandle and the X509Certificate constructor. If
the OSCertHandle comes from the network layer, we know it
has a complete certificate chain and therefore prefer it to
an OSCertHandle that comes from the HTTP cache, which
doesn't have the intermediate CA certificates. A
certificate from the network layer can kick out a
certificate from the HTTP cache in our certificate cache.
This workaround seems good enough to fix all the known
symptoms of not caching the intermediate CA certificates.
Move the common code in x509_certificate_<os>.cc to
x509_certificate.cc.
R=eroman
BUG=3154,7065
Review URL: http://codereview.chromium.org/18836
------------------------------------------------------------------------
--
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
-~----------~----~----~----~------~----~------~--~---