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

Issue 10541168: Add end to end client cert auth test for wss (Closed)

Created:
8 years, 6 months ago by Takashi Toyoshima
Modified:
8 years, 5 months ago
Reviewers:
wtc
CC:
chromium-reviews, Jay Civelli
Visibility:
Public.

Description

- add client cert authentication support in test websocket server - add new browser test which access to a page which requires client cert BUG=136950 TEST=browser_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146294

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : done #

Patch Set 4 : minor update #

Patch Set 5 : rebase (fix one i/f change) #

Patch Set 6 : change path #

Patch Set 7 : remove p12 file #

Total comments: 15

Patch Set 8 : rebase to merge a preceding CL #

Patch Set 9 : reflects review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -1 line) Patch
M chrome/browser/ssl/ssl_browser_tests.cc View 1 2 3 4 5 6 7 8 3 chunks +69 lines, -0 lines 0 comments Download
M chrome/test/base/ui_test_utils.h View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/test/base/ui_test_utils.cc View 1 2 3 4 5 6 7 8 3 chunks +13 lines, -1 line 0 comments Download
A chrome/test/data/ssl/cacert.pem View 1 2 3 4 5 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Takashi Toyoshima
Hi Jay, could you look this change to support client cert end to end test?
8 years, 6 months ago (2012-06-26 14:50:33 UTC) #1
Jay Civelli
Hi, I haven't looked at that code in a long time. Wan-Teh might know a ...
8 years, 6 months ago (2012-06-26 16:37:17 UTC) #2
Takashi Toyoshima
Jay, OK, I ask Wan-Teh. Hi Wan-Teh, Could you look this change to introduce an ...
8 years, 5 months ago (2012-06-27 03:29:59 UTC) #3
Takashi Toyoshima
Oops, I've just remembered that Wan-Teh is now in vacation. But, this is not urgent ...
8 years, 5 months ago (2012-06-27 03:38:48 UTC) #4
Takashi Toyoshima
Hum... try fails because of missing client_cert.p12? Should I need some special instruction for importing ...
8 years, 5 months ago (2012-07-02 08:12:07 UTC) #5
wtc
On 2012/07/02 08:12:07, toyoshim wrote: > Hum... try fails because of missing client_cert.p12? > Should ...
8 years, 5 months ago (2012-07-10 22:08:10 UTC) #6
Takashi Toyoshima
Thanks. Now I made a separated change to add the p12 file. https://chromiumcodereview.appspot.com/10702140/ Patch Set ...
8 years, 5 months ago (2012-07-11 07:52:00 UTC) #7
wtc
Patch set 7 LGTM. https://chromiumcodereview.appspot.com/10541168/diff/17003/chrome/browser/ssl/ssl_browser_tests.cc File chrome/browser/ssl/ssl_browser_tests.cc (right): https://chromiumcodereview.appspot.com/10541168/diff/17003/chrome/browser/ssl/ssl_browser_tests.cc#newcode609 chrome/browser/ssl/ssl_browser_tests.cc:609: // cert will be selected ...
8 years, 5 months ago (2012-07-11 21:35:57 UTC) #8
Takashi Toyoshima
Thanks. Also I added BUG number which is the same with one of preceding CL. ...
8 years, 5 months ago (2012-07-12 05:20:13 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/toyoshim@chromium.org/10541168/16009
8 years, 5 months ago (2012-07-12 05:20:25 UTC) #10
commit-bot: I haz the power
Change committed as 146294
8 years, 5 months ago (2012-07-12 06:47:14 UTC) #11
wtc
https://chromiumcodereview.appspot.com/10541168/diff/17003/chrome/test/base/ui_test_utils.cc File chrome/test/base/ui_test_utils.cc (right): https://chromiumcodereview.appspot.com/10541168/diff/17003/chrome/test/base/ui_test_utils.cc#newcode920 chrome/test/base/ui_test_utils.cc:920: cmd_line->AppendArg("--ca-certificate"); Thank you for the info. I suggest that ...
8 years, 5 months ago (2012-07-12 23:10:48 UTC) #12
Takashi Toyoshima
Thank you. I'll use --tls-client-* instead of --ssl-client-* because pywebsocket use a term tls for ...
8 years, 5 months ago (2012-07-13 11:37:54 UTC) #13
wtc
8 years, 5 months ago (2012-07-13 19:45:39 UTC) #14
On 2012/07/13 11:37:54, toyoshim wrote:
>
> I'll use --tls-client-* instead of --ssl-client-* because pywebsocket use a
term
> tls for other SSL related options. Is it acceptable difference?

Using "tls" instead of "ssl" in the comment line option names is fine.

Powered by Google App Engine
This is Rietveld 408576698