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

Issue 1600009: Our HTTP client callback functions for NSS must set an NSS/NSPR error... (Closed)

Created:
10 years, 8 months ago by wtc
Modified:
9 years, 7 months ago
Reviewers:
eroman, ukai
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Our HTTP client callback functions for NSS must set an NSS/NSPR error code on failure to prevent NSS from using a residual error code from an earlier, unrelated failure. When we retry CERT_PKIXVerifyCert with AIA certificate fetch enabled, handle two more error codes that may be set by the AIA certificate fetch code on failure. R=eroman,ukai BUG=33126, 36371 TEST=Visit https://student-partners.com/default.aspx. We should get the certificate not trusted error page rather than net::ERR_FAILED. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=43624

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -11 lines) Patch
M net/base/x509_certificate_nss.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/ocsp/nss_ocsp.cc View 7 chunks +24 lines, -11 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
wtc
10 years, 8 months ago (2010-04-03 01:17:26 UTC) #1
eroman
LGTM. Unit test?
10 years, 8 months ago (2010-04-03 01:26:50 UTC) #2
ukai
10 years, 8 months ago (2010-04-05 01:38:10 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698