fix typo
This commit is contained in:
parent
8556b3ccf8
commit
d7ae732585
@ -1480,7 +1480,7 @@ index 0000000..3994743
|
|||||||
+ self.cvm_envelop.decode(None, None).map_err(|err| anyhow!("verify COSE_Sign1 signature failed:{err:?}"))?;
|
+ self.cvm_envelop.decode(None, None).map_err(|err| anyhow!("verify COSE_Sign1 signature failed:{err:?}"))?;
|
||||||
+ // verify COSE_Sign1 signature end
|
+ // verify COSE_Sign1 signature end
|
||||||
+
|
+
|
||||||
+ // verfiy cvm token with reference value
|
+ // verify cvm token with reference value
|
||||||
+ self.compare_with_ref()?;
|
+ self.compare_with_ref()?;
|
||||||
+
|
+
|
||||||
+ Ok(())
|
+ Ok(())
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Name: secGear
|
Name: secGear
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Release: 42
|
Release: 43
|
||||||
Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features
|
Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features
|
||||||
|
|
||||||
|
|
||||||
@ -253,6 +253,9 @@ popd
|
|||||||
systemctl restart rsyslog
|
systemctl restart rsyslog
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 14 2024 zhengxiaoxiao <zhengxiaoxiao2@huawei.com> - 0.1.0-42
|
||||||
- add backport-Correct-the-error-in-the-comment.patch
|
- add backport-Correct-the-error-in-the-comment.patch
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user