aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2020-03-10 13:47:47 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-03-10 13:47:47 +0000
commite31026776b0c5676f7d4a4c9c9fdf7ee61d9d6fc (patch)
tree2db828ddcae2c7ae11d9dbba1b8b826252b83c1f /include
parent65012c08922fa5646ca7ca485036dfd901cae360 (diff)
parent53b985a0d1f688e9b9815717e7c591c7ec254d69 (diff)
downloadplatform_external_arm-trusted-firmware-e31026776b0c5676f7d4a4c9c9fdf7ee61d9d6fc.tar.gz
platform_external_arm-trusted-firmware-e31026776b0c5676f7d4a4c9c9fdf7ee61d9d6fc.tar.bz2
platform_external_arm-trusted-firmware-e31026776b0c5676f7d4a4c9c9fdf7ee61d9d6fc.zip
Merge changes from topic "sb/dualroot" into integration
* changes: Build system: Changes to drive cert_create for dualroot CoT cert_create: Define the dualroot CoT Introduce a new "dualroot" chain of trust
Diffstat (limited to 'include')
-rw-r--r--include/tools_share/dualroot_oid.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/tools_share/dualroot_oid.h b/include/tools_share/dualroot_oid.h
new file mode 100644
index 000000000..3e88a6d22
--- /dev/null
+++ b/include/tools_share/dualroot_oid.h
@@ -0,0 +1,19 @@
+/*
+ * Copyright (c) 2020, Arm Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef DUALROOT_OID_H
+#define DUALROOT_OID_H
+
+/* Reuse the Object IDs defined by TBBR for certificate extensions. */
+#include "tbbr_oid.h"
+
+/*
+ * Platform root-of-trust public key.
+ * Arbitrary value that does not conflict with any of the TBBR reserved OIDs.
+ */
+#define PROT_PK_OID "1.3.6.1.4.1.4128.2100.1102"
+
+#endif /* DUALROOT_OID_H */