dualroot_oid.h 459 B

12345678910111213141516171819
  1. /*
  2. * Copyright (c) 2020-2023, Arm Limited. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef DUALROOT_OID_H
  7. #define DUALROOT_OID_H
  8. /* Reuse the Object IDs defined by TBBR for certificate extensions. */
  9. #include "tbbr_oid.h"
  10. /*
  11. * Platform root-of-trust public key.
  12. * Arbitrary value that does not conflict with any of the TBBR reserved OIDs.
  13. */
  14. #define PROT_PK_OID "1.3.6.1.4.1.4128.2100.1102"
  15. #endif /* DUALROOT_OID_H */