apache / incubator-teaclave

Apache Teaclave (incubating) is an open source universal secure computing platform, making computation on privacy-sensitive data safe and simple.
https://teaclave.apache.org
Apache License 2.0
757 stars 159 forks source link

Intel SGX latest support #723

Closed marioolf closed 10 months ago

marioolf commented 10 months ago

Hi, I was wondering if there is any support for the latest versión of Intel SGX 2.22, since I can't find any docker image from any version after 2.17.

Also, is there any way to build teaclave without the docker image? Should it be working for latest Intel SGX? Or there is just no support from versions newer than 2.17?

Thanks

henrysun007 commented 10 months ago

The Rust SGX SDK we are using is bounded to the SGX version which is 2.17 in our case. No other version is supported now.

volcano0dr commented 10 months ago

The teaclave is using rust-SGX-SDK v2, which is now bound to intel-sgx-sdk 2.17. We are developing EDMM features for rust-sgx-sdk v2 and when the code is merged we will support intel-sgx-sdk 2.21 or higher.

marioolf commented 10 months ago

Ok thanks, I will wait for a realease with 2.22 support since it is the version my server is running.