-
**I confirm this bug has not already been reported**
- [x] I have searched the issues and this bug has not been reported previously
**Describe the bug**
![image](https://github.com/user-attachmen…
-
Hello together,
i am install sgxsdk in /opt/intel/,and i can run SampleEnclave\LocalAttestation in HW mode finish.but i can't run RemoteAttestation in HW mode. i think the problem is happen in sgxp…
-
Using attestation ["conceptual messages"](https://www.rfc-editor.org/rfc/rfc9334.html#section-8) in REST APIs usually requires typing information in the form of [Internet Media Types](https://www.iana…
-
**Describe the bug**
I am trying to build CCF from source. I am using the docker ghcr.io/microsoft/ccf/ci/default:build-25-07-2024. I have installed open-enclave sdk inside the docker. Further, I am u…
-
Came across this issue while trying out the SGX VMs on Alibaba Cloud:
When I try to verify an SGX quote using the Alibaba PCCS, OpenEnclave fails to parse the TCB Info.
The offending code is in `…
-
The quick start assumes that https://github.com/intel/SGX-TDX-DCAP-QuoteVerificationLibrary.git is cloned in "../QVL" when running `./build.sh` - this is prerequisite is not mentioned
matti updated
2 months ago
-
Steps.
```
$ docker run -it ubuntu:18:04
# apt update && apt install -y wget git gnupg
# echo 'deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu bionic main' | tee /etc/apt/sour…
mythi updated
8 months ago
-
Hi,
OE_CLAIM_SGX_TCB_INFO is the tcbInfo JSON that includes the tcbLevels array. Is there a way to learn which array element applies to the verified platform?
If not, I'd propose to add an OE_CLAI…
-
Hi,
As a new comer, I started by reading the documentation and I quickly arrived to the [Cloud Deployment page](https://gramine.readthedocs.io/en/stable/cloud-deployment.html) which was exactly wha…
-
```shell
docker run --name my_dev --workdir /root -it --rm --privileged --net host \
-v $PWD/dev:/root -v /dev/sgx_enclave:/dev/sgx/enclave \
-v /dev/sgx_provision:/dev/sgx/provision \
…