Mingshen Sun

Results 224 comments of Mingshen Sun

@peschkaj can you specify what did you do to work around this issue? Add changes to the `.ssh/config` didn't fix for me.

Thanks for your reply. That's not a very big deal. We use Travis CI to build the commits/PRs. For each time, CI need to rebuild dependencies. It takes some time,...

Ok, really? Actually, I am looking for a pure-rust wget/curl tool.

@k0pernicus Issue copied to you fork. Thanks.

Awesome. Thanks.

> Does teaclave supports delete the uploaded data\function\task? No. > Where are the data\wasm function files store in? Is the storage service enclave? They are stored in the *storage service*,...

Thanks for asking. We have two places for data storage in services: Authentication service: https://github.com/apache/incubator-teaclave/blob/master/services/authentication/enclave/src/user_db.rs#L96 Storage service: https://github.com/apache/incubator-teaclave/blob/master/services/storage/enclave/src/lib.rs#L80 Current implementations only open DB in memory. To persist DB into disk,...

Thanks for your proposal. Sorry for the late reply. Can you provide a simple example to clarify your goal. More specifically, I'd like to see what kind of outputs you...

For DCAP, `AS_ALGO` is `ecdsa`. `AS_URL` is the URL of your data center attestation service. `AS_KEY` and `AS_SPID` are not used for DCAP.

This link (https://software.intel.com/content/www/us/en/develop/articles/intel-software-guard-extensions-data-center-attestation-primitives-quick-install-guide.html) contains a lot useful documents.