Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Issue 6158003: Enable OCSP Stapling in TLS requests on Windows Vista+ (Closed)

Created:
9 years, 11 months ago by Ryan Sleevi
Modified:
9 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Enable OCSP Stapling in TLS requests on Windows Vista+ R=agl,wtc BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=74243

Patch Set 1 : #

Total comments: 2

Patch Set 2 : rename EnableOCSPStapling to IsOCSPStaplingSupported #

Patch Set 3 : Rebase to trunk #

Total comments: 6

Patch Set 4 : Rebasing to ToT #

Patch Set 5 : Feedback #

Patch Set 6 : Always enabled on Win #

Patch Set 7 : Build fix for linux, and switch OS_LINUX to USE_SYSTEM_SSL #

Total comments: 1

Patch Set 8 : USE_SYSTEM_SSL -> USE_NSS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -20 lines) Patch
M net/socket/ssl_client_socket_nss.cc View 1 2 3 4 5 6 7 10 chunks +45 lines, -20 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Ryan Sleevi
agl: Are you OK with the renames/shuffling? Naming it specific to the NSS function seemed ...
9 years, 11 months ago (2011-01-07 05:00:39 UTC) #1
agl
LGTM, although wtc should check the Windows specific parts. http://codereview.chromium.org/6158003/diff/2001/net/socket/ssl_client_socket_nss.cc File net/socket/ssl_client_socket_nss.cc (right): http://codereview.chromium.org/6158003/diff/2001/net/socket/ssl_client_socket_nss.cc#newcode1 net/socket/ssl_client_socket_nss.cc:1: ...
9 years, 11 months ago (2011-01-07 14:56:41 UTC) #2
wtc
Please address my first comment below. Other than that, this CL is good. http://codereview.chromium.org/6158003/diff/9001/net/socket/ssl_client_socket_nss.cc File ...
9 years, 10 months ago (2011-02-04 02:04:04 UTC) #3
Ryan Sleevi
http://codereview.chromium.org/6158003/diff/9001/net/socket/ssl_client_socket_nss.cc File net/socket/ssl_client_socket_nss.cc (right): http://codereview.chromium.org/6158003/diff/9001/net/socket/ssl_client_socket_nss.cc#newcode187 net/socket/ssl_client_socket_nss.cc:187: return g_ocsp_stapling_helper.Get().enable; On 2011/02/04 02:04:04, wtc wrote: > If ...
9 years, 10 months ago (2011-02-04 05:42:35 UTC) #4
wtc
On 2011/02/04 05:42:35, Ryan Sleevi wrote: > > I'm fine turning it on always though ...
9 years, 10 months ago (2011-02-04 05:49:20 UTC) #5
Ryan Sleevi
agl: Just a heads up, I've switched the OS_LINUX ifdefs to USE_SYSTEM_SSL. This matches the ...
9 years, 10 months ago (2011-02-04 06:52:00 UTC) #6
wtc
It is wrong to switch OS_LINUX to USE_SYSTEM_SSL. http://codereview.chromium.org/6158003/diff/17004/net/socket/ssl_client_socket_nss.cc File net/socket/ssl_client_socket_nss.cc (right): http://codereview.chromium.org/6158003/diff/17004/net/socket/ssl_client_socket_nss.cc#newcode99 net/socket/ssl_client_socket_nss.cc:99: #if ...
9 years, 10 months ago (2011-02-04 15:33:59 UTC) #7
Ryan Sleevi
On 2011/02/04 15:33:59, wtc wrote: > It is wrong to switch OS_LINUX to USE_SYSTEM_SSL. > ...
9 years, 10 months ago (2011-02-09 03:50:07 UTC) #8
commit-bot: I haz the power
9 years, 10 months ago (2011-02-09 04:39:52 UTC) #9
Change committed as 74243

Powered by Google App Engine
This is Rietveld 408576698