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

### Issue description After performing a apt upgrade on ubuntu 22.04 I cannot build the example for remote attestation anymore. (it worked previously) ### To reproduce Steps to reproduce the...

bug

### Issue description When running the Azure Attestation server, the server never starts up insead crashes with an error (error attached at the bottom) From my trace: - Certificate is...

### Issue description I run the "remote_attestation" in sample in cloud service, however there were something wrong with in it which are shown below: EGo v1.2.0 (f272b3f4430c819530e33ef5ff6c930b3dd2afa0) [erthost] loading enclave...

When sealing data, ego first uses `oe_get_seal_key_by_policy` to get product or unique seal key, then uses a standard go implementation of AES-GCM go encrypt the data. However, after a deeper...

Hi, StartProcess and exec is limit; so how can i start a daemon process with secret salt, the secret salt use for encrypt data

### Issue description Hi, When I run my application, I encounter the following error message. I have set ` "debug": true` in enclave.json, but it didn't work for me. ```...

### Issue description ### To reproduce I use the command ego-go build -gcflags=all="-N -l" helloworld.go ,however I could not use there is no debugging symbols neither the helloworld sample nor...