-
Looking at sgx_x86_64/linux_sgx_2_9.patch. Will this be maintained as a patch going forward or integrated into Intel SGX SDK? Also, is the upstreaming and rebasing of the patch on a new SGX SDK done p…
-
When I run the code I get this message
```
The software enable has been performed on this system and
Intel SGX will be enabled after the system is rebooted.
```
After I reboot and run ```./sgx_…
-
Hi all, I am trying to start the aesmd service after installing the intel sgx sdk and psw (so that I can use gramine)
From what I read, it seems like the installation of PSW installs the aesmd serv…
-
Hello, I currently have a physical server machine with an Intel (R) Xeon (R) Silver 4310 * 2 CPU. The system is using Ubuntu 22.04, which was virtualized using EXSI7.0. Currently, the machine cannot b…
-
Hi,
I am using intel-sgx-ssl to calculate ghash (256 bit key). The result shows that calculating a hash for 4096B data took 11 us inside sgx.
However, when I used the openssl library outside sgx, …
-
https://github.com/intel/linux-sgx/blob/4887b30b519d7bfc9f5de6e6330bc0034cce3d75/SampleCode/LocalAttestation/EnclaveInitiator/Makefile#L82
On my machine, shouldn't the result be 0?
```
[root@loca…
-
Looking at is_sgx_available
```c
bool sgx_driver_loaded() {
// /dev/isgx is for LKM version, /dev/sgx is for in-kernel support.
return file_exists("/dev/isgx") || file_exists("/dev/sgx");
…
-
I am running Ubuntu 20.04. I was able to build and run `SampleDNNL` code using SIM and HW mode. The code runs without errors in SIM mode, but gives an error in HW mode. I'm able to run other SampleCo…
-
I'm new to intel sgx. I need an accurate timekeeper in enclave, preferably down to the millisecond.
1. I trying to use **std::chrono**.
I write ` #include ` in enclave.cpp and test it inside an en…
-
Intel(R) Software Guard Extensions PCK Cert ID Retrieval Tool Version 1.12.101.1
Warning: platform manifest is not available or current platform is not multi-package platform.
Error: network error…