-
* [x] Implement a loader with the [Windows Enclave API](https://docs.microsoft.com/en-us/windows/desktop/api/enclaveapi/) in the sgxs-loaders crate
* [x] Implement AesmClient for Windows (https://git…
-
I faced some error while install psw
when I do
make deb_psw_pkg or make deb_local_repo
below error comes out
gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2)
ldd (Ubuntu GLIBC 2.31-0ub…
-
Currently the "sgx-pck-id-retrieval-tool" RPM package installs the following files:
/opt/intel/sgx-pck-id-retrieval-tool/License.txt
/opt/intel/sgx-pck-id-retrieval-tool/PCKIDRetrievalTool
/opt/int…
-
Happening in "`pure`" mode, which more closely resembles `nix-build` conditions.
To reproduce:
```shell
bash-4.4# nix-shell --pure rust-sgx-sdk.nix
[nix-shell:/usr/src]# unpackPhase
unpac…
-
Hi, when I enabled EPC page tracing and set the Enclave.config.xml as follows:
```
0
0
0x100000
0x400000000
1
1
0
0
0xFFFFFFFF
```
Error happened, partial mes…
-
Hi, guys!
I am trying to build the whole system with dcap in those days. But I met some problem about how to deploy teaclave. I've already built it successfully with the help of Issue#334. Here is wh…
-
in file `LA_key_exchange/Receiver/Receiver.c`:
```
int exchange_report(sgx_enclave_id_t eid_src, sgx_dh_msg2_t* dh_msg2, \
sgx_dh_msg3_t* dh_msg3, uint32_t session_id)
{
sgx_status_t …
-
### Discussed in https://github.com/occlum/occlum/discussions/1240
Originally posted by **yzhdut** April 12, 2023
root@node:~/occlum_workspace/occlum_instance# occlum build --sgx-mode SIM
Enc…
-
I have a machine that supports SGX and wanted to install enclave cc, but it failed
1. I installed the program
![image](https://github.com/confidential-containers/enclave-cc/assets/23696606/c8ad3f…
-
When I am using oegdb to debug SGX PSW (built by Intel(R) SGX SDK) untrusted code, oegdb will report error as below.
If we execute the program without debugger, everything works well.
**oegdb log…