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

Issue 271112: Adds support for the <keygen> tag for client certificate enrollment... (Closed)

Created:
11 years, 2 months ago by wtc
Modified:
9 years, 7 months ago
Reviewers:
gauravsh
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, ben+cc_chromium.org, John Grabowski, jam, pam+watch_chromium.org, darin (slow to review)
Visibility:
Public.

Description

Adds support for the <keygen> tag for client certificate enrollment under Linux. Currently, no notifications are given to the user that the certificate was successfully enrolled. Patch by Gaurav Shah <gauravsh@chromium.org>; of Google. Original review URL: http://codereview.chromium.org/261035 BUG=148 TEST=Can test on the following sites: http://foaf.me/simple_KEYGEN_CreateClientCertificate.php http://www.myopenid.com Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=29900

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix compilation errors. Fix data_copy leak on error path. Some cleanup. #

Patch Set 3 : Use signedPublicKeyAndChallengeString in ChromiumBridge and WebKitClient #

Patch Set 4 : Minor edits #

Patch Set 5 : Upload before checkin #

Patch Set 6 : Upload before checkin #

Unified diffs Side-by-side diffs Delta from patch set Stats (+806 lines, -10 lines) Patch
M chrome/browser/renderer_host/buffered_resource_handler.cc View 1 2 3 4 5 3 chunks +52 lines, -7 lines 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.cc View 1 2 3 4 5 3 chunks +12 lines, -0 lines 0 comments Download
A chrome/browser/renderer_host/x509_user_cert_resource_handler.h View 1 1 chunk +58 lines, -0 lines 0 comments Download
A chrome/browser/renderer_host/x509_user_cert_resource_handler.cc View 1 1 chunk +100 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 2 3 4 5 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/renderer/renderer_webkitclient_impl.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/renderer/renderer_webkitclient_impl.cc View 1 2 3 4 5 2 chunks +16 lines, -0 lines 0 comments Download
A net/base/cert_database.h View 1 chunk +34 lines, -0 lines 0 comments Download
A net/base/cert_database_mac.cc View 1 chunk +24 lines, -0 lines 0 comments Download
A net/base/cert_database_nss.cc View 1 1 chunk +102 lines, -0 lines 0 comments Download
A net/base/cert_database_win.cc View 1 chunk +24 lines, -0 lines 0 comments Download
A net/base/keygen_handler.h View 1 chunk +27 lines, -0 lines 0 comments Download
A net/base/keygen_handler_mac.cc View 1 chunk +23 lines, -0 lines 0 comments Download
A net/base/keygen_handler_nss.cc View 1 chunk +255 lines, -0 lines 0 comments Download
A net/base/keygen_handler_win.cc View 1 chunk +23 lines, -0 lines 0 comments Download
M net/base/mime_util.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M net/net.gyp View 1 2 3 4 5 3 chunks +10 lines, -0 lines 0 comments Download
M webkit/api/public/WebKitClient.h View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download
M webkit/api/src/ChromiumBridge.cpp View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/glue/webkitclient_impl.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/glue/webkitclient_impl.cc View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
wtc
Gaurav, I'm preparing your patch for checkin. Patch Set 1 in this issue is your ...
11 years, 2 months ago (2009-10-15 22:13:08 UTC) #1
gauravsh
Just noticed a small bug. Details below. Other than that, looks fine. Also, the build ...
11 years, 2 months ago (2009-10-15 22:38:40 UTC) #2
gauravsh
On 2009/10/15 22:38:40, gauravsh wrote: > Just noticed a small bug. Details below. Other than ...
11 years, 2 months ago (2009-10-15 22:42:41 UTC) #3
wtc
Gaurav, please review the delta between Patch Set 1 (yours) and Patch Set 2. Thanks. ...
11 years, 2 months ago (2009-10-15 23:23:30 UTC) #4
gauravsh
On 2009/10/15 23:23:30, wtc wrote: > Gaurav, please review the delta between Patch Set 1 ...
11 years, 2 months ago (2009-10-15 23:34:14 UTC) #5
wtc
11 years, 2 months ago (2009-10-16 22:52:15 UTC) #6
Gaurav,

I uploaded Patch Set 3, which works with the latest WebKit
patch in https://bugs.webkit.org/show_bug.cgi?id=30360.

The genKeyAndSignChallenge method in any "pass through"
class was renamed signedPublicKeyAndChallengeString.

We won't be able to check this in today.  Please work with
the person who will be doing the next WebKit update because
this CL must be checked in at the same time we update to
a WebKit revision that includes your WebKit patch.

Send email to chromium-dev after your WebKit patch is
checked in to find out who will be doing the next WebKit
update.

Powered by Google App Engine
This is Rietveld 408576698