-
Hey,
I installed Intel SGX SDK, PCCS and AESM by following "Installation guide for linux". I want to test it by using QuoteGenerationSample but there is an error:
1.
```
./app
Step1: Call sgx_qe…
-
If enclave_alloc succeeds with a virtual address in-enclave, what reasons would running EACCEPT on the address fail afterwards? I get an error message when I run eaccept on a virtual address which has…
-
Hi,
I was trying to launch onnx client, and got the following error.
it's in ubuntu 18.04 and I've installed sgx sdk 2.11 and dcap driver 1.8
Anything else I need install?
thanks,
Leo
leo@leo-…
-
- Need High-Tack labels for shop printer
- Automate the weekly sales report, rather than copying pending order numbers on Monday mornings at 10.
- Improve the statistics reporting (orders/points/sco…
-
# UAF 1
If `ssl_conn_handle` called after `ssl_conn_teardown` by untrusted host
https://github.com/bl4ck5un/mbedtls-SGX/blob/eab8e36a1e670a2fa66105735143eafa51931bff/example/enclave/ecalls.cpp#L44-…
-
related #44
```
root@am-c3-small-x86-01:~# ./a.out
eax: 906ed ebx: 9100800 ecx: 7ffafbff edx: bfebfbff
stepping 13
model 14
family 6
processor type 0
extended model 9
extended family 0
sm…
matti updated
2 years ago
-
### Please complete the following tasks
- [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions)
- [X] I have searched the [open](https://github.com/clap-rs/clap/issues) a…
-
```
luabolalala@HP:~/Downloads/sgx/sgx-wallet-master$ source /opt/intel/sgxsdk/environment
luabolalala@HP:~/Downloads/sgx/sgx-wallet-master$ make
app/app.cpp:28:10: fatal error: ocalls.h: No such f…
-
I'm trying to launch `aesm_service` inside a Ubuntu 20.04 docker container running on Arch with Kernel 5.16.10-arch1-1. I have installed the SGX driver on the host system via [this AUR package](https:…
-
I am trying to use sgx_rijndael128GCM_encrypt to encrypt some data but the buffer remains empty. I dont know why or what i am doing wrong. This is the code I am using, if there is any errors please me…