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

Issue 3048029: Initial version of tpm_init, a library for taking ownership of the TPM. (Closed)

Created:
10 years, 5 months ago by fes
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org
Base URL:
ssh://git@chromiumos-git/tpm_init.git
Visibility:
Public.

Description

Initial version of tpm_init, a library for taking ownership of the TPM. BUG=3065, 4657 TEST=manual

Patch Set 1 #

Total comments: 4

Patch Set 2 : Need to ensure compiling with -fPIC. #

Total comments: 14

Patch Set 3 : Add comments and address feedback. #

Patch Set 4 : Minor fix to the error code check from TakeOwnership. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1244 lines, -0 lines) Patch
A SConstruct View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A crypto.h View 1 chunk +64 lines, -0 lines 0 comments Download
A crypto.cc View 1 chunk +109 lines, -0 lines 0 comments Download
A main.cc View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
A secure_blob.h View 1 chunk +37 lines, -0 lines 0 comments Download
A secure_blob.cc View 1 chunk +62 lines, -0 lines 0 comments Download
A tpm.h View 1 2 1 chunk +193 lines, -0 lines 0 comments Download
A tpm.cc View 1 2 3 1 chunk +507 lines, -0 lines 0 comments Download
A tpm_init.h View 1 chunk +54 lines, -0 lines 0 comments Download
A tpm_init.cc View 1 chunk +128 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
fes
10 years, 5 months ago (2010-07-27 23:33:33 UTC) #1
Chris Masone
mostly small stuff http://codereview.chromium.org/3048029/diff/3001/4004 File main.cc (right): http://codereview.chromium.org/3048029/diff/3001/4004#newcode41 main.cc:41: std::cout << "TPM Onwer Password: " ...
10 years, 4 months ago (2010-07-29 20:58:00 UTC) #2
rginda
LGTM with two comments. http://codereview.chromium.org/3048029/diff/1/5 File main.cc (right): http://codereview.chromium.org/3048029/diff/1/5#newcode24 main.cc:24: logging::InitLogging(NULL, LOG_ONLY_TO_SYSTEM_DEBUG_LOG logs to a ...
10 years, 4 months ago (2010-07-30 18:49:50 UTC) #3
fes
Addressed feedback. http://codereview.chromium.org/3048029/diff/1/5 File main.cc (right): http://codereview.chromium.org/3048029/diff/1/5#newcode24 main.cc:24: logging::InitLogging(NULL, On 2010/07/30 18:49:50, rginda wrote: > ...
10 years, 4 months ago (2010-08-02 17:51:10 UTC) #4
Chris Masone
10 years, 4 months ago (2010-08-02 17:58:05 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698