Skip to content
#

sgx

Here are 128 public repositories matching this topic...

boryspoplawski
boryspoplawski commented Sep 24, 2020

Description of the feature

It would be nice to be able to forward some environment variables from the untrusted host e.g. by specifying their names in the manifest.
Example use case: providing the application with a ip+port/domain to connect to (which by definition can be manipulated by the untrusted host anyway).

Please note that this is a different feature than `loader.insecure__use_ho

dreemkiller
dreemkiller commented Jan 22, 2021

Describe the bug
The SGX enclave entry functions for Sonora are not easily discoverable

To Reproduce
Try grepping for sinaloa_init_remote_attestation_enc in the project directory. You will find calls to it but not an implementation

Expected behaviour
To aide newcomers to the project, functions should be easy for them to find the implementations of.

Additional context

sgxwallet is the first-ever opensource high-performance hardware secure crypto wallet that is based on Intel SGX technology. First opensource product on Intel SGX whitelist. Scales to 100,000+ transactions per second. Currently supports ETH and SKALE, and will support BTC in the future. Sgxwallet is under heavy development and use by SKALE network.

  • Updated Jun 16, 2021
  • Shell

Improve this page

Add a description, image, and links to the sgx topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sgx topic, visit your repo's landing page and select "manage topics."

Learn more