You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rats-tls initialization will analyze the following paramters and set them in rats-tls. When verifying quote, it can verify sgx_mrs paramters(mr_enclave/mr_signer), according to verify_mr_enclave/verify_mr_signer's selection(on/off)
{
"LOG_LEVEL": "debug" // or "error"
"cert_algo": "ECC" // or RSA2408
"verify_mr_enclave": "on",
"verify_mr_signer": "on",
"verify_isv_prod_id": "on",
"verify_isv_svn": "on",
"sgx_mrs": [
{
"mr_enclave": "",
"mr_signer": "",
"isv_prod_id": "0",
"isv_svn": "0"
}
],
}
The text was updated successfully, but these errors were encountered:
YangLiang3
changed the title
Add support for json configuration files including the following parameters
Add support for json configuration files during rats-tls initialization
Jul 7, 2022
rats-tls initialization will analyze the following paramters and set them in rats-tls. When verifying quote, it can verify sgx_mrs paramters(mr_enclave/mr_signer), according to verify_mr_enclave/verify_mr_signer's selection(on/off)
{
"LOG_LEVEL": "debug" // or "error"
"cert_algo": "ECC" // or RSA2408
"verify_mr_enclave": "on",
"verify_mr_signer": "on",
"verify_isv_prod_id": "on",
"verify_isv_svn": "on",
"sgx_mrs": [
{
"mr_enclave": "",
"mr_signer": "",
"isv_prod_id": "0",
"isv_svn": "0"
}
],
}
The text was updated successfully, but these errors were encountered: