|
@@ -114,11 +114,11 @@ static uint32_t verify_sealed_data(
|
|
|
break;
|
|
|
case SGX_ERROR_INVALID_ISVSVN:
|
|
|
|
|
|
- the enclave’s ISVSVN. This is a downgraded enclave.*/
|
|
|
+ the enclave’s ISVSVN. This is a downgraded enclave.*/
|
|
|
break;
|
|
|
case SGX_ERROR_INVALID_CPUSVN:
|
|
|
|
|
|
- the platform’s cpu_svn. enclave is on a downgraded platform.*/
|
|
|
+ the platform’s cpu_svn. enclave is on a downgraded platform.*/
|
|
|
break;
|
|
|
case SGX_ERROR_INVALID_KEYNAME:
|
|
|
|
|
@@ -309,7 +309,7 @@ uint32_t update_sealed_policy(uint8_t* sealed_log, uint32_t sealed_log_size)
|
|
|
}
|
|
|
|
|
|
|
|
|
- someother entity has updated the counter, for example, another instance
|
|
|
+ some other entity has updated the counter, for example, another instance
|
|
|
of this enclave. The system might be under attack */
|
|
|
if(data2seal.mc_value!= data_unsealed.mc_value+1)
|
|
|
{
|
|
@@ -504,11 +504,11 @@ uint32_t perform_time_based_policy(const uint8_t* sealed_log,
|
|
|
break;
|
|
|
case SGX_ERROR_INVALID_ISVSVN:
|
|
|
|
|
|
- enclave’s ISVSVN. This is a downgraded enclave.*/
|
|
|
+ enclave’s ISVSVN. This is a downgraded enclave.*/
|
|
|
break;
|
|
|
case SGX_ERROR_INVALID_CPUSVN:
|
|
|
|
|
|
- platform’s cpu_svn. enclave is on a downgraded platform.*/
|
|
|
+ platform’s cpu_svn. enclave is on a downgraded platform.*/
|
|
|
break;
|
|
|
case SGX_ERROR_INVALID_KEYNAME:
|
|
|
|