Documentation
¶
Index ¶
- Constants
- func DownloadVcek(url string) (*x509.Certificate, int, error)
- func SnpCaUrl(aktype internal.AkType, codeName string) string
- func SnpVcekUrl(codeName string, chipId []byte, tcbRaw uint64) string
- func VerifyEk(pub, cert []byte, tpmInfo, certUrl, ekDbPath string, verifyEk bool) error
- func VerifyIk(ikParams attest.CertificationParameters, akPub []byte) error
- func VerifyTpmCsr(tpmPub []byte, csr *x509.CertificateRequest) error
- type IntelEk
- type SnpConfig
- type TpmConfig
- type VcekInfo
Constants ¶
View Source
const ( PEM = iota DER )
Variables ¶
This section is empty.
Functions ¶
func DownloadVcek ¶ added in v0.9.5
func DownloadVcek(url string) (*x509.Certificate, int, error)
func VerifyTpmCsr ¶
func VerifyTpmCsr(tpmPub []byte, csr *x509.CertificateRequest) error
Types ¶
Click to show internal directories.
Click to hide internal directories.