aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Herrera <ahrfgb@google.com>2020-09-30 12:45:10 +0000
committerCommit Bot <commit-bot@chromium.org>2020-10-13 11:55:08 +0000
commit073dc25aa4dda42475a7a5a140399fc5db61b20f (patch)
treef3618d301e99a5f52e91bb483844ffc9ec7c871e
parent0217366d293dc71f7873d0a879384c0336ebdd7b (diff)
downloadtpm2-073dc25aa4dda42475a7a5a140399fc5db61b20f.tar.gz
Updating the ECC endorsement public key.
The internal endorsement public key generated by the TPM and the one specified on the certificate are not consistent. This is needed for attestation tasks to be executed properly. BUG=NONE TEST=hwsec.AttestationNoExternalServer Change-Id: I594aa5ba94e9ee296a3c10a3106044341e183519 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/tpm2/+/2440318 Tested-by: Leo Lai <cylai@google.com> Tested-by: joe Chou <yich@google.com> Reviewed-by: joe Chou <yich@google.com> Reviewed-by: Leo Lai <cylai@google.com> Commit-Queue: Leo Lai <cylai@google.com>
-rw-r--r--endorsement.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/endorsement.c b/endorsement.c
index 8a40bfd..15e3423 100644
--- a/endorsement.c
+++ b/endorsement.c
@@ -134,13 +134,13 @@ const uint8_t FIXED_ECC_ENDORSEMENT_CERT[804] = {
0x36, 0x5a, 0x17, 0x0d, 0x32, 0x36, 0x31, 0x30, 0x31, 0x38, 0x30, 0x30,
0x34, 0x39, 0x33, 0x36, 0x5a, 0x30, 0x00, 0x30, 0x59, 0x30, 0x13, 0x06,
0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86,
- 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x6e, 0xcc,
- 0xf0, 0x96, 0x69, 0x9b, 0x3f, 0xea, 0x95, 0xb7, 0xd5, 0x00, 0x27, 0x20,
- 0x81, 0x8e, 0x57, 0x00, 0x6f, 0x67, 0x98, 0xce, 0x8e, 0xdf, 0xc7, 0xda,
- 0xae, 0xa8, 0xa3, 0xed, 0x3e, 0x7a, 0xb3, 0x27, 0xbf, 0x92, 0xee, 0xb2,
- 0xa2, 0x76, 0x81, 0xc1, 0x71, 0x4d, 0x8c, 0xa8, 0x9d, 0xfd, 0x8e, 0xd0,
- 0x29, 0xb5, 0x01, 0x20, 0xec, 0x78, 0xc0, 0x17, 0x8f, 0xf6, 0xf8, 0x67,
- 0x5f, 0xe8, 0xa3, 0x81, 0xdf, 0x30, 0x81, 0xdc, 0x30, 0x0e, 0x06, 0x03,
+ 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x60, 0xC0,
+ 0x87, 0xF1, 0x01, 0xD3, 0x9F, 0x47, 0x0C, 0x38, 0xD8, 0x95, 0x10, 0x8B,
+ 0xC6, 0x97, 0x5F, 0x7B, 0xF8, 0xB2, 0x63, 0xB2, 0x5B, 0xB1, 0x61, 0xAB,
+ 0x14, 0xB0, 0xAE, 0xE3, 0xD4, 0xF2, 0x54, 0x11, 0x4E, 0x39, 0xF4, 0xCC,
+ 0x49, 0x68, 0x56, 0x4C, 0xBC, 0xFF, 0xB5, 0xD2, 0x47, 0xCE, 0xC1, 0x06,
+ 0x8A, 0xF1, 0x03, 0x89, 0xF7, 0x09, 0x97, 0x44, 0xE9, 0xBB, 0xFA, 0x6C,
+ 0x23, 0x1B, 0xa3, 0x81, 0xdf, 0x30, 0x81, 0xdc, 0x30, 0x0e, 0x06, 0x03,
0x55, 0x1d, 0x0f, 0x01, 0x01, 0xff, 0x04, 0x04, 0x03, 0x02, 0x00, 0x20,
0x30, 0x51, 0x06, 0x03, 0x55, 0x1d, 0x11, 0x01, 0x01, 0xff, 0x04, 0x47,
0x30, 0x45, 0xa4, 0x43, 0x30, 0x41, 0x31, 0x16, 0x30, 0x14, 0x06, 0x05,