apache / incubator-teaclave-sgx-sdk

Apache Teaclave (incubating) SGX SDK helps developers to write Intel SGX applications in the Rust programming language, and also known as Rust SGX SDK.
https://teaclave.apache.org
Apache License 2.0
1.17k stars 264 forks source link

about dcap interface version #381

Closed colourtemp closed 2 years ago

colourtemp commented 2 years ago

As commented, the SDK now supports DCAP 1.6 (like sgx_ql_set_path function), yet Intel has released DCAP 1.13 and there are already changes happened (like enum sgx_ql_path_type_t now has 4 variables). Just wondering if there is a planned update to catch up.

volcano0dr commented 2 years ago

I have submitted a PR #380 which will be merged into master after review.

colourtemp commented 2 years ago

bravo