fortanix / rust-sgx

The Fortanix Rust Enclave Development Platform
https://edp.fortanix.com
Mozilla Public License 2.0
432 stars 98 forks source link

sgx-detect: Check KSS support #200

Open jethrogb opened 4 years ago

jethrogb commented 4 years ago

sgx-detect currently doesn't interpret KSS support from the supported attributes in CPUID. See the TODOs in tests/mod.rs.

jethrogb commented 4 years ago

Related: #277