owned this note changed 2 years ago
Published Linked with GitHub

SNP Specific Evidence Blob Composition

tags: Design
Author Period State
Nathaniel McCallum
Dmitri Pal
January 2023
Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
Draft
graph BT
    Steward(Steward)
    subgraph Shim[Shim]
            ShimEvVCEK(VCEK)
            ShimEvCRLs(CRLs)
            ShimEvReport(Report)
            ShimEvidence(ASN1 Combined Evidence)
    end

    subgraph Ex[Exec]
        ExEvidence(ASN1 Evidence Blob<br><i>no parsing</i>)
    end

    subgraph Host
        HostVCEK(VCEK)
        HostCRLs(CRLs)
    end    
    subgraph Firmware
        FirmwareReport[Report]
    end    
    FirmwareReport --> ShimEvReport
    HostVCEK --> ShimEvVCEK
    HostCRLs --> ShimEvCRLs
    ExEvidence --> Steward
    ShimEvVCEK --> ShimEvidence
    ShimEvCRLs --> ShimEvidence
    ShimEvReport --> ShimEvidence
    ShimEvidence --> ExEvidence

Select a repo