|
|
|
|
|
by eGQjxkKF6fif
358 days ago
|
|
Intel's remote attestation verifies that, with the hash you can use Intel's remote API which is what the client is doing, Intel gets the hash the server sends, verifies it using their encrypted key set and then tells the client that it's valid and verified. Not all processors have SGX capability to verify the hash. Intel provides tools to do the manual verification if you utilize SGX https://www.intel.com/content/www/us/en/developer/tools/soft... So you can verify locally and Intel's API also does the verification. When an SGX Encalve is created, the private key to it goes within it, it can't be accessed. That's the security. It's a good read if you look in to the tech on Intel's website. |
|