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

Issue 660204: Upgrade to tpm-emulator version 0.7. (Closed)

Created:
10 years, 10 months ago by Luigi Semenzato
Modified:
9 years, 7 months ago
Reviewers:
Will Drewry
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

Upgrade to tpm-emulator version 0.7.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4272 lines, -685 lines) Patch
A CMakeLists.txt View 1 chunk +66 lines, -0 lines 0 comments Download
M ChangeLog View 1 chunk +72 lines, -4 lines 0 comments Download
D Makefile View 1 chunk +0 lines, -57 lines 0 comments Download
M README View 4 chunks +108 lines, -48 lines 0 comments Download
D README.chromium View 1 chunk +0 lines, -7 lines 0 comments Download
D TODO View 1 chunk +0 lines, -4 lines 0 comments Download
A build.bat View Binary file 0 comments Download
A build.sh View 1 chunk +19 lines, -0 lines 0 comments Download
A + config.h.in View 2 chunks +11 lines, -16 lines 0 comments Download
A crypto/CMakeLists.txt View 1 chunk +9 lines, -0 lines 0 comments Download
M crypto/bn.h View 2 chunks +3 lines, -4 lines 0 comments Download
M crypto/bn.c View 4 chunks +7 lines, -6 lines 0 comments Download
M crypto/hmac.h View 2 chunks +3 lines, -3 lines 0 comments Download
M crypto/hmac.c View 2 chunks +3 lines, -3 lines 0 comments Download
M crypto/rc4.h View 2 chunks +3 lines, -4 lines 0 comments Download
M crypto/rc4.c View 2 chunks +3 lines, -4 lines 0 comments Download
M crypto/rsa.h View 2 chunks +3 lines, -3 lines 0 comments Download
M crypto/rsa.c View 2 chunks +3 lines, -3 lines 0 comments Download
M crypto/sha1.h View 2 chunks +3 lines, -3 lines 0 comments Download
M crypto/sha1.c View 2 chunks +3 lines, -3 lines 0 comments Download
A mtm/CMakeLists.txt View 1 chunk +10 lines, -0 lines 0 comments Download
A mtm/mtm_capability.c View 1 chunk +140 lines, -0 lines 0 comments Download
A mtm/mtm_cmd_handler.c View 1 chunk +253 lines, -0 lines 0 comments Download
A mtm/mtm_commands.h View 1 chunk +201 lines, -0 lines 0 comments Download
A mtm/mtm_counter.c View 1 chunk +47 lines, -0 lines 0 comments Download
A mtm/mtm_data.h View 1 chunk +27 lines, -0 lines 0 comments Download
A mtm/mtm_data.c View 1 chunk +62 lines, -0 lines 0 comments Download
A mtm/mtm_eviction.c View 1 chunk +39 lines, -0 lines 0 comments Download
A mtm/mtm_handles.h View 1 chunk +25 lines, -0 lines 0 comments Download
A mtm/mtm_handles.c View 1 chunk +52 lines, -0 lines 0 comments Download
A mtm/mtm_integrity.c View 1 chunk +43 lines, -0 lines 0 comments Download
A mtm/mtm_marshalling.h View 1 chunk +50 lines, -0 lines 0 comments Download
A mtm/mtm_marshalling.c View 1 chunk +206 lines, -0 lines 0 comments Download
A mtm/mtm_structures.h View 1 chunk +241 lines, -0 lines 0 comments Download
A mtm/mtm_verification.c View 1 chunk +540 lines, -0 lines 0 comments Download
A tddl/CMakeLists.txt View 1 chunk +22 lines, -0 lines 0 comments Download
D tddl/Makefile View 1 chunk +0 lines, -47 lines 0 comments Download
M tddl/tddl.h View 2 chunks +3 lines, -4 lines 0 comments Download
M tddl/tddl.c View 11 chunks +75 lines, -62 lines 0 comments Download
A tddl/tddl_unix.h View 1 chunk +71 lines, -0 lines 0 comments Download
A tddl/tddl_windows.h View 1 chunk +74 lines, -0 lines 0 comments Download
M tddl/test_tddl.c View 2 chunks +3 lines, -4 lines 0 comments Download
A tpm/CMakeLists.txt View 1 chunk +8 lines, -0 lines 0 comments Download
M tpm/tpm_audit.c View 3 chunks +4 lines, -5 lines 0 comments Download
M tpm/tpm_authorization.c View 3 chunks +4 lines, -4 lines 0 comments Download
M tpm/tpm_capability.c View 5 chunks +19 lines, -18 lines 0 comments Download
M tpm/tpm_cmd_handler.c View 12 chunks +46 lines, -11 lines 0 comments Download
M tpm/tpm_commands.h View 2 chunks +3 lines, -4 lines 0 comments Download
M tpm/tpm_context.c View 2 chunks +3 lines, -4 lines 0 comments Download
M tpm/tpm_counter.c View 2 chunks +3 lines, -4 lines 0 comments Download
M tpm/tpm_credentials.c View 2 chunks +3 lines, -4 lines 0 comments Download
M tpm/tpm_crypto.c View 3 chunks +13 lines, -14 lines 0 comments Download
M tpm/tpm_daa.c View 2 chunks +4 lines, -5 lines 0 comments Download
M tpm/tpm_data.h View 3 chunks +4 lines, -4 lines 0 comments Download
M tpm/tpm_data.c View 7 chunks +50 lines, -54 lines 0 comments Download
M tpm/tpm_delegation.c View 3 chunks +3 lines, -12 lines 0 comments Download
M tpm/tpm_deprecated.c View 2 chunks +4 lines, -5 lines 0 comments Download
M tpm/tpm_emulator.h View 3 chunks +15 lines, -6 lines 0 comments Download
M tpm/tpm_emulator_extern.h View 2 chunks +13 lines, -18 lines 0 comments Download
M tpm/tpm_error.c View 2 chunks +3 lines, -4 lines 0 comments Download
M tpm/tpm_eviction.c View 2 chunks +3 lines, -4 lines 0 comments Download
M tpm/tpm_handles.h View 2 chunks +3 lines, -4 lines 0 comments Download
M tpm/tpm_handles.c View 2 chunks +3 lines, -4 lines 0 comments Download
M tpm/tpm_identity.c View 2 chunks +4 lines, -5 lines 0 comments Download
M tpm/tpm_integrity.c View 2 chunks +3 lines, -5 lines 0 comments Download
M tpm/tpm_maintenance.c View 2 chunks +3 lines, -4 lines 0 comments Download
M tpm/tpm_management.c View 2 chunks +3 lines, -4 lines 0 comments Download
M tpm/tpm_marshalling.h View 7 chunks +20 lines, -15 lines 0 comments Download
M tpm/tpm_marshalling.c View 5 chunks +28 lines, -7 lines 0 comments Download
M tpm/tpm_migration.c View 3 chunks +5 lines, -6 lines 0 comments Download
M tpm/tpm_nv_storage.c View 2 chunks +3 lines, -4 lines 0 comments Download
M tpm/tpm_owner.c View 3 chunks +8 lines, -9 lines 0 comments Download
M tpm/tpm_startup.c View 3 chunks +4 lines, -5 lines 0 comments Download
M tpm/tpm_storage.c View 2 chunks +3 lines, -4 lines 0 comments Download
M tpm/tpm_structures.h View 5 chunks +23 lines, -5 lines 0 comments Download
M tpm/tpm_testing.c View 2 chunks +3 lines, -4 lines 0 comments Download
M tpm/tpm_ticks.c View 2 chunks +3 lines, -4 lines 0 comments Download
M tpm/tpm_transport.c View 3 chunks +4 lines, -5 lines 0 comments Download
A tpmd/CMakeLists.txt View 1 chunk +15 lines, -0 lines 0 comments Download
D tpmd/Makefile View 1 chunk +0 lines, -41 lines 0 comments Download
A tpmd/unix/CMakeLists.txt View 1 chunk +17 lines, -0 lines 0 comments Download
A + tpmd/unix/tpmd.c View 11 chunks +47 lines, -30 lines 0 comments Download
A tpmd/windows/CMakeLists.txt View 1 chunk +19 lines, -0 lines 0 comments Download
A tpmd/windows/control_tpmd.bat View Binary file 0 comments Download
A tpmd/windows/tpmd.c View 1 chunk +448 lines, -0 lines 0 comments Download
A tpmd_dev/CMakeLists.txt View 1 chunk +49 lines, -0 lines 0 comments Download
A tpmd_dev/darwin/English.lproj/InfoPlist.strings View 0 chunks +-1 lines, --1 lines 0 comments Download
A tpmd_dev/darwin/Info.plist View 1 chunk +31 lines, -0 lines 0 comments Download
A tpmd_dev/darwin/Makefile View 1 chunk +24 lines, -0 lines 0 comments Download
A tpmd_dev/darwin/tpm_bridge.c View 1 chunk +449 lines, -0 lines 0 comments Download
A tpmd_dev/darwin/tpm_bridge.xcodeproj/TemplateIcon.tiff View Binary file 0 comments Download
A tpmd_dev/darwin/tpm_bridge.xcodeproj/project.pbxproj View 1 chunk +291 lines, -0 lines 0 comments Download
A + tpmd_dev/linux/Makefile View 2 chunks +8 lines, -9 lines 0 comments Download
A + tpmd_dev/linux/tpmd_dev.c View 5 chunks +17 lines, -16 lines 0 comments Download
A tpmd_dev/linux/tpmd_dev.rules.in View 1 chunk +1 line, -0 lines 0 comments Download
A + tpmd_dev/openbsd/Makefile View 2 chunks +3 lines, -3 lines 0 comments Download
A + tpmd_dev/openbsd/tpmd_dev.h View 3 chunks +7 lines, -6 lines 0 comments Download
A + tpmd_dev/openbsd/tpmd_dev.c View 1 chunk +16 lines, -17 lines 0 comments Download
D tpmd_dev/tpmd_dev.rules.in View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Luigi Semenzato
Moving to version 0.7, which just came out. There are no local changes in this ...
10 years, 10 months ago (2010-02-26 21:53:57 UTC) #1
Will Drewry
10 years, 10 months ago (2010-02-26 21:57:30 UTC) #2
LGTM.

Do we still need any local changes with the new version? If not, let's delete.
If so, nevermind :)

Powered by Google App Engine
This is Rietveld 408576698