ego icon indicating copy to clipboard operation
ego copied to clipboard

EGo is an open-source SDK that enables you to develop your own confidential apps in the Go programming language.

Results 27 ego issues
Sort by recently updated
recently updated
newest added

I'v installed ego using release binary and run helloworld successfully. But I got error while running remote-attestation and attestation-tls exmaple. ![image](https://user-images.githubusercontent.com/52019689/181728477-e92b108e-2533-4c77-bed9-1b47eafc56e8.png) Please help me to solve this problem.Thanks

### Issue description I have set up a self-hosted PCCS according to the instructions provided in EGo docs (https://docs.edgeless.systems/ego/#/reference/attest), I try to launch the example of remote attestation (https://github.com/edgelesssys/ego/tree/master/samples/remote_attestation). When...

### Issue description Attestes TLS is failing I use azure VM to run attested tls example. However, I receive following error when I run client code. `./client -s `ego signerid...

### Issue description When dereferencing a nil pointer, execution seems to immediately stop, ignoring any deferred function calls. I imagine that due to how the go runtime handles these scenarios...

Hello and thanks for you effort in this project! I am trying to understand how do you support the clone() system call that native go application perform during startup. Also...

### Issue description When I try to run ml or dl using gotch(Go binding for Pytorch C++ API), ego sign will go wrong. like `symbol not found` ``` ldd gotchTest...

I just wanted to make sure my understanding of EGO is correct, and I thank everyone out there in advance for helping me understand it. I understand that EGO remote...

This is such a great product for the industry, help a lot about building confidential computing apps, And also I think this can strongly help school level research about moving...

![ego](https://user-images.githubusercontent.com/22420664/112145249-69420d80-8bda-11eb-8eb6-71520c312df9.png) Hi, Can I encrypt the `test.txt` file with EGo so that it is only accessible through the enclave or can I put it directly in the enclave?

Thanks for the great product. I would appreciate it if anyone could verify if my understanding of EGo's DCAP-based attestation works correct or wrong. I understand that EGo uses DCAP-based...