COCOS-474 - New aTLS implementation (#475)

* initial new aTLS

* add CA API call for aTLS
This commit is contained in:
Danko Miladinovic
2025-07-08 14:54:57 +02:00
committed by GitHub
parent 9c8ddfd2b1
commit 698bd948ed
19 changed files with 681 additions and 1941 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ func (a verifier) VerifTeeAttestation(report []byte, teeNonce []byte) error {
}
func (a verifier) VerifVTpmAttestation(report []byte, vTpmNonce []byte) error {
return vtpm.VerifyQuote(report, nil, vTpmNonce, a.writer, a.Policy)
return vtpm.VerifyQuote(report, vTpmNonce, a.writer, a.Policy)
}
func (a verifier) VerifyAttestation(report []byte, teeNonce []byte, vTpmNonce []byte) error {