blob: 76fffbaf973176d0184ca626f578bbb97e53995c [file] [log] [blame]
Sandrine Bailleux5ab8b712020-02-06 14:59:14 +01001/*
Manish V Badarkhe9505d032023-04-11 12:57:12 +01002 * Copyright (c) 2020-2023, Arm Limited. All rights reserved.
Sandrine Bailleux5ab8b712020-02-06 14:59:14 +01003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef DUALROOT_OID_H
8#define DUALROOT_OID_H
9
10/* Reuse the Object IDs defined by TBBR for certificate extensions. */
11#include "tbbr_oid.h"
Manish V Badarkhe9505d032023-04-11 12:57:12 +010012#include "zero_oid.h"
Sandrine Bailleux5ab8b712020-02-06 14:59:14 +010013
14/*
15 * Platform root-of-trust public key.
16 * Arbitrary value that does not conflict with any of the TBBR reserved OIDs.
17 */
18#define PROT_PK_OID "1.3.6.1.4.1.4128.2100.1102"
19
Sandrine Bailleux5ab8b712020-02-06 14:59:14 +010020#endif /* DUALROOT_OID_H */