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

Issue 7111014: [ChromeOS] Add a "hardware-backed" suffix to tpm-backed cert. (Closed)

Created:
9 years, 6 months ago by xiyuan
Modified:
9 years, 6 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

[ChromeOS] Add a "hardware-backed" suffix to tpm-backed cert. BUG=chromium-os:12302 TEST=Verify fix for chromium-os:12302 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88342

Patch Set 1 #

Total comments: 2

Patch Set 2 : sync and address mattm's comments in set #1 #

Total comments: 1

Patch Set 3 : sync and fix includes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -0 lines) Patch
M chrome/browser/certificate_manager_model.cc View 1 2 2 chunks +20 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
xiyuan
This CL finds TPM-backed certificate by comparing slot token name. Please let me know if ...
9 years, 6 months ago (2011-06-03 20:45:30 UTC) #1
mattm
http://codereview.chromium.org/7111014/diff/1/chrome/browser/certificate_manager_model.cc File chrome/browser/certificate_manager_model.cc (right): http://codereview.chromium.org/7111014/diff/1/chrome/browser/certificate_manager_model.cc#newcode91 chrome/browser/certificate_manager_model.cc:91: if (cert_slot && PK11_GetTokenName(cert_slot) == tpm_token_name) { If we ...
9 years, 6 months ago (2011-06-04 02:00:32 UTC) #2
xiyuan
CL updated. Please take another look. Thanks. http://codereview.chromium.org/7111014/diff/1/chrome/browser/certificate_manager_model.cc File chrome/browser/certificate_manager_model.cc (right): http://codereview.chromium.org/7111014/diff/1/chrome/browser/certificate_manager_model.cc#newcode91 chrome/browser/certificate_manager_model.cc:91: if (cert_slot ...
9 years, 6 months ago (2011-06-06 17:17:17 UTC) #3
Greg Spencer (Chromium)
LGTM from my perspective.
9 years, 6 months ago (2011-06-06 18:01:56 UTC) #4
mattm
lgtm with nit http://codereview.chromium.org/7111014/diff/3001/chrome/browser/certificate_manager_model.cc File chrome/browser/certificate_manager_model.cc (right): http://codereview.chromium.org/7111014/diff/3001/chrome/browser/certificate_manager_model.cc#newcode23 chrome/browser/certificate_manager_model.cc:23: #include "net/base/x509_certificate.h" these 2 already included ...
9 years, 6 months ago (2011-06-06 20:47:34 UTC) #5
wtc
9 years, 6 months ago (2011-06-07 01:02:41 UTC) #6
LGTM.

Powered by Google App Engine
This is Rietveld 408576698