Update QvE ISV SVN threshold value

This commit is contained in:
Zheng, Qi 2022-07-01 13:13:06 +08:00 committed by Zongmin.Gu
parent 07ca217bc7
commit 526b6e1753

@ -7,7 +7,7 @@ pub struct QuoteVerifier {
// The latest QvE ISVSVN from Intel PCS. // The latest QvE ISVSVN from Intel PCS.
// It should be updated when a newer QvE is released. // It should be updated when a newer QvE is released.
const QVE_ISVSVN_THRESHOLD: sgx_isv_svn_t = 3; const QVE_ISVSVN_THRESHOLD: sgx_isv_svn_t = 5;
impl QuoteVerifier { impl QuoteVerifier {
pub fn new() -> Option<Self> { pub fn new() -> Option<Self> {