-
I'm trying to use IntelSGX on my Ubuntu22 and according to https://github.com/intel/linux-sgx I can do that, but as DCAP readme.md for quote generation/verification says, the latest available version …
-
现在假设有这样一个场景:三个机构分别为alice(用户)、bob(用户)和carol(云厂商或TEE算力提供方),其中alice和bob提供数据,carol提供TEE机器。 在此情况下capsulemanager以及teeapps两个容器均由carol部署在TEE机器中,现在假设capsulemanager使用了mysql进行持久化配置。
https://www.secretflow.org.c…
-
Hello,
It looks like the latest driver is failing to install for me.
I'm working through the Driver Installation QuickStart instructions in the [Intel SGX SW Installation Guide for Linux](https:…
-
# Expected behavior
I'd like to be able to use 'savevm' to save the state of my running Windows 11 VM.
## Actual behavior
```
malcolm@tilidine:~/src/quickget$ nc -U "windows-11/windows-1…
-
# Expected behavior
This config:
```
#!/usr/bin/quickemu --vm
guest_os="windows"
cpu_cores="3"
disk_img="windows-10-Swedish/disk.qcow2"
iso="windows-10-Swedish/Win10_22H2_Swedish_x64v1.is…
-
It's probably time to investigate decentralizing discovery. Doing so would reduce our infrastructure burden and reduce centralized knowledge of the network. In a DHT we want to be able to look up the …
calmh updated
4 months ago
-
When I try to run the QuoteGenerationSample,everything works fine.
But when I try to make and run the QuoteVerificationSample,I got the Errors and warnings like this :
The OS of my server is CentOS …
-
As DevOps team (=SCS user), I want to have the ability to create and use clusters on many different SCS-compliant container providers, where all relevant properties are either predefined by the SCS s…
-
vSphere 7.0 support hardware security virtualization using SGX. As far as I could understand packer does not support this in configuration today. Are there any plans to support this feature in packer …
-
I built custom docker image for solving openssl issues.
`Dockerfile`
```
FROM rustembedded/cross:aarch64-unknown-linux-musl
#FROM rustembedded/cross:aarch64-unknown-linux-musl-0.2.1 - the same iss…