|
|
|
|
|
by natesales
395 days ago
|
|
The verified trust boundary extends from the CPU to GPU [1], and TLS encrypts all data to/from the enclave and client so we can't see anything in the clear. HTTP parsing and application logic happens on the CPU like normal. The GPU runs CUDA just like any other app, after it's integrity is verified by the CPU. Data on the PCIe bus is encrypted between the CPU and GPU too. [1] https://github.com/NVIDIA/nvtrust/blob/main/guest_tools/atte... |
|
Does the CPU have the ability to see unencrypted data?