-
I tried running the QuoteGeneration SampleCode and it returned the following error.
```
sgx_qe_set_enclave_load_policy is valid in in-proc mode only and it is optional: the default enclave load p…
-
5 tests are failing in sgx-lkl nightly build with SGXLKL_ETHREADS=1 ( 3 java, 1 dotnet, 1 ml/openvino)
We are disabling them with PR https://github.com/lsds/sgx-lkl/pull/801
https://github.com/ls…
-
大佬们,我目前的机器,只有SGX1和SGX_LC,没有SGX2,请问SGX_LC 能否运行TrustedFlow里的流程?
-
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");
…
-
Hello,
I am running sgx-ra-tls with wolfSSL but I got the following issue raising from the client side:
`[+] Client Test:
[+] Connection with server has been established
wolfSSL Entering wolfS…
-
Exchange websocket client with rustls client as soon as openfinex supports tls
Currently, there is a PR to solve https://github.com/integritee-network/worker/issues/352: https://github.com/integrit…
-
Hi,
I have a python function which creates a pointer to the raw bytes of a TDX quote like so:
`cdef unsigned char* quote_ptr = tdx_quote`.
This pointer is then passed to a C function which expec…
-
I am trying to run DCAP attestation in my Azure VM.
`cat /proc/version
Linux version 5.15.0-1029-azure (buildd@lcy02-amd64-076) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for U…
-
```
What steps will reproduce the problem?
1. make TARGET_PRODUCT=beagle OMAPES=3.x
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what op…
-
When I build `SGXDataCenterAttestationPrimitives/SampleCode/QuoteVerificationSample` and run app, I got a `Warning` with code `a003` in the verification:
```
Trusted quote verification:
Inf…