|
Enhanced and refactored the AttestationFlow interface.
This change makes the AttestationFlow interface easier to work with.
Supported certificate profiles are explicitly defined and the clobbering
of existing keys is now optional.
All attestation constants have been consolidated in
attestation_constants.h.
BUG= chromium:219959
TEST=unit
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=196926
Total comments: 23
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+486 lines, -204 lines) |
Patch |
 |
M |
chrome/browser/chromeos/attestation/attestation_policy_observer.cc
|
View
|
1
2
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/attestation/attestation_policy_observer_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc
|
View
|
1
2
3
|
3 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
A |
chromeos/attestation/attestation_constants.h
|
View
|
1
2
3
4
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chromeos/attestation/attestation_constants.cc
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/attestation/attestation_flow.h
|
View
|
1
|
5 chunks |
+46 lines, -25 lines |
0 comments
|
Download
|
 |
M |
chromeos/attestation/attestation_flow.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+114 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chromeos/attestation/attestation_flow_unittest.cc
|
View
|
1
2
|
12 chunks |
+112 lines, -23 lines |
0 comments
|
Download
|
 |
M |
chromeos/attestation/mock_attestation_flow.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/chromeos.gyp
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/cryptohome/async_method_caller.h
|
View
|
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chromeos/cryptohome/async_method_caller.cc
|
View
|
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chromeos/cryptohome/mock_async_method_caller.h
|
View
|
|
3 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chromeos/cryptohome/mock_async_method_caller.cc
|
View
|
|
3 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/cryptohome_client.h
|
View
|
|
11 chunks |
+11 lines, -29 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/cryptohome_client.cc
|
View
|
1
2
|
22 chunks |
+35 lines, -32 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_cryptohome_client.h
|
View
|
1
2
3
|
1 chunk |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_cryptohome_client.cc
|
View
|
1
2
3
|
7 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/mock_cryptohome_client.h
|
View
|
|
1 chunk |
+10 lines, -10 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|