This commit is contained in:
zhengxiaoxiao 2024-06-14 16:13:39 +08:00
parent 8556b3ccf8
commit d7ae732585
2 changed files with 5 additions and 2 deletions

View File

@ -1480,7 +1480,7 @@ index 0000000..3994743
+ self.cvm_envelop.decode(None, None).map_err(|err| anyhow!("verify COSE_Sign1 signature failed:{err:?}"))?;
+ // verify COSE_Sign1 signature end
+
+ // verfiy cvm token with reference value
+ // verify cvm token with reference value
+ self.compare_with_ref()?;
+
+ Ok(())

View File

@ -1,6 +1,6 @@
Name: secGear
Version: 0.1.0
Release: 42
Release: 43
Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features
@ -253,6 +253,9 @@ popd
systemctl restart rsyslog
%changelog
* Fri Jun 14 2024 zhengxiaoxiao <zhengxiaoxiao2@huawei.com> - 0.1.0-43
- fix typo
* Fri Jun 14 2024 zhengxiaoxiao <zhengxiaoxiao2@huawei.com> - 0.1.0-42
- add backport-Correct-the-error-in-the-comment.patch