arm-trusted-firmware/include/tools_share/dualroot_oid.h
Manish Pandey a8818bbf75 cert_create: extend Secure partition support for tbbr CoT
with sha 0792dd7, support to generate certificate for Secure
Partitions was added for dualroot CoT only, this patch extends
this support for tbbr CoT.

Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: I451c0333536dd1cbe17861d454bdb0dc7a17c63f
2020-06-11 23:13:09 +01:00

19 lines
454 B
C

/*
* 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 */