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

Issue 83793006: NSS: Handle unfriendly tokens in client auth. (Closed)

Created:
7 years, 1 month ago by mattm
Modified:
7 years ago
Reviewers:
wtc, Ryan Sleevi, mmenke
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, cbentzel+watch_chromium.org, jam
Visibility:
Public.

Description

NSS: Handle unfriendly tokens in client auth. BUG=42073, 113434 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=237487

Patch Set 1 : . #

Total comments: 2

Patch Set 2 : use a delegate factory #

Total comments: 6

Patch Set 3 : changes for comment #8 #

Total comments: 4

Patch Set 4 : changes for comment #13 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -14 lines) Patch
M chrome/browser/profiles/profile_io_data.cc View 1 2 chunks +12 lines, -2 lines 0 comments Download
M net/ssl/client_cert_store_impl.h View 1 2 2 chunks +23 lines, -2 lines 0 comments Download
M net/ssl/client_cert_store_impl_mac.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/ssl/client_cert_store_impl_nss.cc View 1 2 3 2 chunks +46 lines, -10 lines 0 comments Download
M net/ssl/client_cert_store_impl_win.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
mattm
joi: chrome/, content/ wtc: net/ rsleevi: fyi
7 years, 1 month ago (2013-11-23 00:56:45 UTC) #1
Ryan Sleevi
Does this not require a change to the SSLClientSocketNSS? I seem to recall that some ...
7 years, 1 month ago (2013-11-23 01:10:13 UTC) #2
mattm
On 2013/11/23 01:10:13, Ryan Sleevi wrote: > Does this not require a change to the ...
7 years, 1 month ago (2013-11-23 01:13:58 UTC) #3
Ryan Sleevi
On 2013/11/23 01:13:58, mattm wrote: > On 2013/11/23 01:10:13, Ryan Sleevi wrote: > > Does ...
7 years ago (2013-11-25 06:16:19 UTC) #4
Ryan Sleevi
https://codereview.chromium.org/83793006/diff/70001/content/public/browser/resource_context.h File content/public/browser/resource_context.h (right): https://codereview.chromium.org/83793006/diff/70001/content/public/browser/resource_context.h#newcode48 content/public/browser/resource_context.h:48: const std::string& host_and_port); I'm really not a fan of ...
7 years ago (2013-11-25 06:24:34 UTC) #5
Jói
I think you should get one of the listed OWNERS for ProfileIOData to look at ...
7 years ago (2013-11-25 13:02:30 UTC) #6
mattm
https://codereview.chromium.org/83793006/diff/70001/content/public/browser/resource_context.h File content/public/browser/resource_context.h (right): https://codereview.chromium.org/83793006/diff/70001/content/public/browser/resource_context.h#newcode48 content/public/browser/resource_context.h:48: const std::string& host_and_port); On 2013/11/25 06:24:34, Ryan Sleevi wrote: ...
7 years ago (2013-11-26 01:15:20 UTC) #7
Ryan Sleevi
This LGTM, although I feel like we should be considering moving from "ClientCertStoreImpl" (with the ...
7 years ago (2013-11-26 19:59:02 UTC) #8
mattm
On 2013/11/26 19:59:02, Ryan Sleevi wrote: > This LGTM, although I feel like we should ...
7 years ago (2013-11-26 21:49:14 UTC) #9
mattm
+mmenke for profile_io_data.cc
7 years ago (2013-11-26 21:49:35 UTC) #10
mmenke
On 2013/11/26 21:49:35, mattm wrote: > +mmenke for profile_io_data.cc Rubberstamp LGTM for profile_io_data.cc.
7 years ago (2013-11-26 22:01:31 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mattm@chromium.org/83793006/300001
7 years ago (2013-11-26 22:39:37 UTC) #12
wtc
Patch set 3 LGTM. https://codereview.chromium.org/83793006/diff/300001/net/ssl/client_cert_store_impl_mac.cc File net/ssl/client_cert_store_impl_mac.cc (right): https://codereview.chromium.org/83793006/diff/300001/net/ssl/client_cert_store_impl_mac.cc#newcode177 net/ssl/client_cert_store_impl_mac.cc:177: ClientCertStoreImpl::~ClientCertStoreImpl() {} Nit: It is ...
7 years ago (2013-11-26 23:28:16 UTC) #13
Ryan Sleevi
https://codereview.chromium.org/83793006/diff/300001/net/ssl/client_cert_store_impl_mac.cc File net/ssl/client_cert_store_impl_mac.cc (right): https://codereview.chromium.org/83793006/diff/300001/net/ssl/client_cert_store_impl_mac.cc#newcode177 net/ssl/client_cert_store_impl_mac.cc:177: ClientCertStoreImpl::~ClientCertStoreImpl() {} On 2013/11/26 23:28:17, wtc wrote: > > ...
7 years ago (2013-11-26 23:36:26 UTC) #14
mattm
https://codereview.chromium.org/83793006/diff/300001/net/ssl/client_cert_store_impl_nss.cc File net/ssl/client_cert_store_impl_nss.cc (right): https://codereview.chromium.org/83793006/diff/300001/net/ssl/client_cert_store_impl_nss.cc#newcode114 net/ssl/client_cert_store_impl_nss.cc:114: password_delegate_factory_.Run(request.host_and_port)); On 2013/11/26 23:28:17, wtc wrote: > > Nit: ...
7 years ago (2013-11-26 23:47:55 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mattm@chromium.org/83793006/320001
7 years ago (2013-11-26 23:54:05 UTC) #16
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) telemetry_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=193721
7 years ago (2013-11-27 00:36:05 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mattm@chromium.org/83793006/320001
7 years ago (2013-11-27 00:39:35 UTC) #18
commit-bot: I haz the power
7 years ago (2013-11-27 02:18:08 UTC) #19
Message was sent while issue was closed.
Change committed as 237487

Powered by Google App Engine
This is Rietveld 408576698