-
Hello, I am curious if it is possible to transfer data between two enclaves.
Suppose I create an enclave A in a cloud server, I also create an enclave B in a my local PC.
Is it possible to transf…
-
The debugger crashes when debugging large enclaves.
To reproduce, in SampleCode/SampleEnclave/Enclave/Enclave.config.xml change
TCSNum to 20
StackMaxSize to 0x3E8000 (which is 4K * 1000)
```ba…
-
I am trying to run the ```samples/attestation``` program, but I am getting an error. I am not running the program on a VM, but on a normal ubuntu 20.04 machine. I installed openenclave (https://github…
-
https://docs.conclave.net/signing.html
> Signing is also used to authorise which enclaves can start. By default Intel chips won't start an enclave unless it's signed by an Intel key, but this behavio…
-
One use case for gramine could be an open source application where - by knowing the MRENCLAVE and having all the enclaves source and configuration files - a third party would be able to rebuild the en…
-
Currently, page-fault attack code is rather unclean and has a lot of code duplication to setup fault handlers and revoke enclave page permissions through either `mprotect` calls and/or PTE remapping +…
-
I found awslabs/aws-nitro-enclaves-cose/issues/94 while working in the conformance stuff.
It looks like `serde_cbor` is unmaintained so we might want think about migrating to other libraries.
-
On a macOS 11.2:
```shell
❯ git clone git@github.com:aws/aws-nitro-enclaves-cli.git
Cloning into 'aws-nitro-enclaves-cli'...
remote: Enumerating objects: 25, done.
remote: Counting objects: 100…
-
#3526 adds PROVISION key and EINIT key support, and its test cases require setting the `PROVISION_KEY` attribute bit for the test enclaves, which is however disallowed in the test environment by bors.…
-
I'm trying to build `tendermint_enclave.signed.so` from [tm-secret-enclave](https://github.com/scrtlabs/tm-secret-enclave) myself (yes I know the MRSIGNER will be different so it won't work on-chain),…