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

Issue 6487012: Clear the SSL Client Auth cache when a new SSL Client Certificate is... (Closed)

Created:
9 years, 10 months ago by Ryan Hamilton
Modified:
6 years, 5 months ago
Reviewers:
soichih, wtc
CC:
chromium-reviews, cbentzel+watch_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Clear the SSL Client Auth cache when a new SSL Client Certificate is installed (e.g. via the <keygen> tag). Replaced by CL: 6588014

Patch Set 1 : '' #

Patch Set 2 : '' #

Total comments: 12

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 9
Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -31 lines) Patch
M chrome/browser/browser_main_mac.mm View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/browser_main_win.cc View 1 2 1 chunk +4 lines, -6 lines 1 comment Download
M content/browser/renderer_host/x509_user_cert_resource_handler.cc View 1 2 3 2 chunks +10 lines, -0 lines 1 comment Download
M net/base/run_all_unittests.cc View 1 2 2 chunks +0 lines, -7 lines 0 comments Download
M net/base/ssl_client_auth_cache.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M net/base/ssl_client_auth_cache.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M net/base/ssl_client_auth_cache_unittest.cc View 1 2 1 chunk +31 lines, -0 lines 1 comment Download
M net/http/http_network_session.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M net/http/http_network_session.cc View 1 2 2 chunks +12 lines, -0 lines 1 comment Download
M net/net.gyp View 1 2 2 chunks +4 lines, -0 lines 1 comment Download
M net/socket/client_socket_factory.h View 1 2 1 chunk +3 lines, -3 lines 1 comment Download
M net/socket/client_socket_factory.cc View 1 2 3 chunks +12 lines, -7 lines 2 comments Download
M net/socket/ssl_client_socket.h View 1 2 1 chunk +7 lines, -0 lines 1 comment Download
M net/socket/ssl_client_socket.cc View 1 2 2 chunks +49 lines, -0 lines 0 comments Download
A net/socket/ssl_client_socket_win_factory.h View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
A net/socket/ssl_client_socket_win_factory.cc View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/simple_resource_loader_bridge.cc View 1 2 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Ryan Hamilton
Hi Wan-Teh, Here's my attempt to clear the SSL auth cache when a new client ...
9 years, 10 months ago (2011-02-15 00:34:20 UTC) #1
wtc
rch: is there a bug report for this work? I suggest some changes below. Most ...
9 years, 10 months ago (2011-02-15 20:50:40 UTC) #2
Ryan Hamilton
Hi Wan-Teh, Thanks for the feedback! I'm going to get started on the refactor I ...
9 years, 10 months ago (2011-02-16 17:44:40 UTC) #3
Ryan Hamilton
On 2011/02/16 17:44:40, Ryan Hamilton wrote: > Hi Wan-Teh, > > Thanks for the feedback! ...
9 years, 10 months ago (2011-02-16 22:46:44 UTC) #4
Ryan Hamilton
I believe I have addressed all the comments.
9 years, 10 months ago (2011-02-22 19:29:44 UTC) #5
wtc
rch: thank you for making all the suggested changes. I reviewed the latest patch set ...
9 years, 10 months ago (2011-02-23 00:38:38 UTC) #6
wtc
http://codereview.chromium.org/6487012/diff/14001/net/socket/client_socket_factory.cc File net/socket/client_socket_factory.cc (right): http://codereview.chromium.org/6487012/diff/14001/net/socket/client_socket_factory.cc#newcode115 net/socket/client_socket_factory.cc:115: return SSLClientSocketNSS::ClearSessionCache(); On 2011/02/16 17:44:40, Ryan Hamilton wrote: > ...
9 years, 10 months ago (2011-02-23 01:17:34 UTC) #7
soichih_gmail.com
6 years, 5 months ago (2014-07-01 16:56:41 UTC) #8
Is there anyway to expose this SSL reset functionality via some button the 
Chrome UI?  I have several certificates installed on my browser, and in 
order to switch between different certificate (on a same domain) I have to 
close all instances of Chrome (including one under system tray) every time. 
If we could have a button to click to get SSL session reset, that will be 
quite handy.

Thanks!
Soichi Hayashi

On Wednesday, February 16, 2011 5:46:44 PM UTC-5, r...@chromium.org wrote:
>
> On 2011/02/16 17:44:40, Ryan Hamilton wrote:
> > Hi Wan-Teh,
>
> > Thanks for the feedback!  I'm going to get started on the refactor I  
> > mention
> in
> > this comment, but I want to send you my idea before I finish it in case  
> > you
> > conclude it's a terrible idea :>
>
> Ok, I've whipped up a patch that uses the approach I outlined, and it has  
> passed
> the try bots.  (I think it also should allow us to close bug 43461).  Feel 
>  
> free
> to tell me this is a terrible idea. :>
>
> http://codereview.chromium.org/6487012/
>
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698