Comment 2 for bug 1724455

Revision history for this message
Ivan Hu (ivan.hu) wrote :

This bug is due to the auth test data is follow the typical ASN.1 structure of PKCS7 Signature
  ContentInfo {

     contentType = 1.2.840.113549.1.7.2 //(signedData)

     content {

       SignedData {

         version = 1

         ...

       }

     }
  }

But in the UEFI spec defined only needs the SignedData as the certificate data.