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
[PAL/Linux-SGX] Add more envvars to verify SGX quote statuses
Intel IAS and ECDSA/DCAP verification procedures may return different
SGX quote statuses, that can be roughly divided into three classes:
1. Outdated TCB (old hardware, needs an update),
2. HW configuration needed (good hardware, but must change some BIOS
settings like disabling Hyper-Threading),
3. SW configuration needed (hardware is known to be vulnerable to some
kinds of exploits and this could be fixed only by using good/patched
software).
Previously, Gramine's RA-TLS had a single environment variable
`RA_TLS_ALLOW_OUTDATED_TCB_INSECURE` to allow/disallow all three
classes. This commit introduces two more envvars.
Signed-off-by: Dmitrii Kuvaiskii <dmitrii.kuvaiskii@intel.com>
0 commit comments