mirror of
https://github.com/ultravioletrs/cocos.git
synced 2026-08-07 07:14:50 +00:00
COCOS-474 - New aTLS implementation (#475)
* initial new aTLS * add CA API call for aTLS
This commit is contained in:
committed by
GitHub
parent
9c8ddfd2b1
commit
698bd948ed
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user