Frieder Erdmann

Results 15 issues of Frieder Erdmann

As far as I understand the way sgx-lkl is currently built means that only a single party can verify what is running inside an enclave. Although multiple parties could use...

needs-triage

### Use case If the coordinator verifies a marble via the mrenclave instead of the mrsigner, no update mechanism exists yet. The coordinator needs to be reinitialized. ### Describe your...

enhancement
help wanted

### Use case Attestation in air gapped environments once the coordinator has received an update. ### Describe your solution Similar to the #291 PR, the update endpoint should return a...

enhancement
help wanted

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...

feature request
P: 2

One use case for Occulum could be an open source application where - by knowing the MRENCLAVE and having all the enclaves source and configuration files - a third party...

Graminizing the ethereum [geth client](https://github.com/ethereum/go-ethereum), we are running into another issue regarding encrypted files. To protect the state of geth's persistent data from host access and manipulation, files are stored...

## Motivation Using `cast run` and `cast call` to trace and debug can currently only fetch abi and source from explorers such as etherscan. In situations where no explorer is...

### Description of the problem Running go-ethereum in Gramine with experimental flock support we experience an increase of file size (300-1000%) compared to not setting the flock for the database...

I propose a refactoring of the Helios Light Client codebase to separate the protocol verification logic from its RPC dependencies. This focused refactoring aims to enhance modularity and flexibility by...

## Gramine Reproducible Builds - [ ] 1. Can the TCB (trusted computing base) of a Gramine enclave be built deterministically? - [ ] 2. What are Gramines build dependencies?...