-
Hi,
I observed there is some regression in Azure-DCAP-Client 1.10. With the help of 1.10, sgx dcap quote generation is successful , but quote verification fails. This issue is obeserved for both in…
-
The patchset from Intel (https://github.com/intel/secured-cloud-management-stack/) for bringing SGX needs to forward-porting and retesting. This story is about making sure stories that cover:
* for…
-
I tried to build the sample project "SampleAttestationTLS" but it returns me error.
```
g++ -o tls_server_host untrusted_sgx_socket.o tls_server_u.o host.o ucommon.o -m64 -O0 -g -L/home/liuxs/intel/…
-
As shown in the following picture, the verifier will use the PCK certificate to verify the quote's correctness.
The PCK is private to the hardware (i.e., the SGX CPU), Intel cannot get the PCK.
…
-
With the latest DCAP package 1.9, I don't see the pccs_server.config.js in package artifacts.
OS: Ubuntu 18
Debian package used - https://download.01.org/intel-sgx/sgx-dcap/1.9/linux/distro/ubuntu18…
-
hi, I am using Alicloud g7t server (Intel(R) Xeon(R) Platinum 8369B), which should be SGX2-ready with EDMM support. But it seems EDMM is not available.
SGX SDK & driver: SGX 2.16_reproducible from th…
-
I'm calling `tee_get_supplemental_data_version_and_size` before I inspect the supplemental data of a quote. In release 1.16, the size returned was 336. In release 1.17, the size returned is 496. This …
-
Hi,
On openshift container platform cluster 4.10 (with RHCOS worker nodes) I run PCCS service as pod with local network true according to [pccs dockerfile](https://github.com/intel/SGXDataCenterAt…
-
Is it possible to obtaining a licensed developer certificate for signing security-reviewed, community-developed open source SGX software binary in production mode, and publish it on open source reposi…
-
below is the Dockerfile that I used to build the image
```
FROM occlum/occlum:latest-ubuntu20.04-mvn AS builder
ENV LD_LIBRARY_PATH=/opt/occlum/toolchains/gcc/x86_64-linux-musl/lib \
JAVA_HO…