-
```
What steps will reproduce the problem?
1. make TARGET_PRODUCT=beagleboard OMAPES=3.x
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On w…
-
We have to do this to archive the goal:
```
# Build rats-tls in sgx mode to get rats-tls-server running in enclave
cmake -DRATS_TLS_BUILD_MODE="sgx" -DBUILD_SAMPLES=on -H. -Bbuild
make & make in…
-
After fixing Makefiles to handle the reference(s) to certprotos/certifier.proto [ changes arising from fixes to address issue #116 ], the following simple `make` command fails on SGX-machine:
```
…
-
Dear sir,
This code didn't check whether `malloc()` result is NULL and writed sensitive data to it,
as we know, the attacker can mmap the address 0, if the attacker do that, the sensitve data wi…
-
- [ ] tests/run-make/thumb-none-qemu
- [ ] tests/run-make/x86_64-fortanix-unknown-sgx-lvi
- [ ] tests/run-make/thumb-none-cortex-m (uses git clone too)
These tests use cargo to build crates but they …
-
Hi,
Is it possible to run the server on Linux machine with SGX support? (Not ACC VM)
I am trying to run it on Linux machine :
OS: Ubuntu 20.04
CPU: Intel i5 7200U
SGX SDK: 2.15
I was able to…
-
`/etc/sgx_default_qcnl.conf` is [hard-coded in the code](https://github.com/intel/SGXDataCenterAttestationPrimitives/blob/44e3fa03c615052fe5b9309d5ceb4512adf0e4f5/QuoteGeneration/qcnl/linux/qcnl_confi…
mythi updated
5 months ago
-
If this is not a supported scenario we can disable this test with ETHREADS=1 in nightly pipeline
Java hello-world test is failing in sgx-lkl (nightly) pipeline with ETHREADS=1
https://dev.azure.co…
-
Building and installing the SGX SDK works in a `nix-shell` session, including when using the `--pure` option, but when building with `nix-build` it fails as it tries to apply an OpenMP patch with `git…
-
Hi team,
I am getting following error while test sgx functionality using qemu build,
```
qemu-sgx/build>sudo x86_64-softmmu/qemu-system-x86_64 -nographic -enable-kvm -cpu host,+sgx -object memo…