Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Issue 7473009: Revert r92977 partially to fix a certificate verification regression (Closed)

Created:
9 years, 5 months ago by wtc
Modified:
9 years, 5 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Revert r92977 partially to fix a certificate verification regression on Windows. We still need X509Certificate::cert_store(). Make it a leaky lazy instance. R=rsleevi@chromium.org,rvargas@chromium.org BUG=89899, 49377 TEST=Visit https://bugs.webkit.org/show_bug.cgi?id=64580 on Windows. Should not get the untrusted certificate error. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93338

Patch Set 1 #

Total comments: 2

Patch Set 2 : Move CreateOSCert into the unnamed namespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -17 lines) Patch
M net/base/x509_certificate.h View 1 chunk +11 lines, -0 lines 0 comments Download
M net/base/x509_certificate.cc View 1 2 chunks +16 lines, -5 lines 0 comments Download
M net/base/x509_certificate_win.cc View 2 chunks +32 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 2 chunks +6 lines, -5 lines 0 comments Download
M net/socket/ssl_client_socket_win.cc View 2 chunks +39 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
wtc
http://codereview.chromium.org/7473009/diff/1/net/base/x509_certificate_win.cc File net/base/x509_certificate_win.cc (right): http://codereview.chromium.org/7473009/diff/1/net/base/x509_certificate_win.cc#newcode670 net/base/x509_certificate_win.cc:670: g_cert_store(base::LINKER_INITIALIZED); rsleevi: I made this lazy instance leaky based ...
9 years, 5 months ago (2011-07-20 19:25:04 UTC) #1
rvargas (doing something else)
LGTM http://codereview.chromium.org/7473009/diff/1/net/base/x509_certificate.cc File net/base/x509_certificate.cc (right): http://codereview.chromium.org/7473009/diff/1/net/base/x509_certificate.cc#newcode252 net/base/x509_certificate.cc:252: static X509Certificate::OSCertHandle CreateOSCert(base::StringPiece der_cert) { I know this ...
9 years, 5 months ago (2011-07-20 21:34:06 UTC) #2
Ryan Sleevi
LGTM. My test list was the Alexa Top 25 US (those which had encrypted pages, ...
9 years, 5 months ago (2011-07-20 22:07:10 UTC) #3
commit-bot: I haz the power
9 years, 5 months ago (2011-07-21 04:48:19 UTC) #4
Change committed as 93338

Powered by Google App Engine
This is Rietveld 408576698