-
Bug
-
Resolution: Fixed
-
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[] =
;