Uploaded image for project: 'Sitara MPU & SPMCU SDKs'
  1. Sitara MPU & SPMCU SDKs
  2. EXT_SITMPUSW-40

The SYSFW_IMAGE_INTEGRITY OID is incorrectly mentioned in the comment

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • SITSW-5575
    • 10.00.00
    • 10.01.00
    • am62xx-sk

      The SYSFW_IMAGE_INTEGRITY extension OID value is 1.3.6.1.4.1.294.1.34

      uint32_t Bootloader_getMsgLen(uint8_t *x509_cert_ptr, uint32_t x509_cert_size)
      {
      uint8_t *boot_seq_ptr;
      uint32_t msg_len = 0, boot_seq_len;
      uint8_t *msg_len_ptr = (uint8_t *)&msg_len;
      /* oid encoding of image_integrity extension - 1.3.6.1.4.1.294.1.22 */
      uint8_t boot_seq_oid[] =

      {0x06, 0x09, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x26, 0x01, 0x22}

      ;

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: