[apache/incubator-teaclave] How to fit rust crates to SGX? (Issue #597)

2022-01-04 Thread xuguoliang
I want to add build-in function, it depend rust crates, such gluesql、csv, but the https://github.com/mesalock-linux doesn't include these crates. How to fit these rust crates to SGX? -- Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/597

[apache/incubator-teaclave] Does teaclave supports delete the uploaded data\function\task? (#555)

2021-09-20 Thread xuguoliang
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/555

[apache/incubator-teaclave] dcap attentation (#548)

2021-08-18 Thread xuguoliang
I lauch the dacp reference implement teaclave_dcap_ref_as: # ./teaclave_dcap_ref_as  Configured for development. => address: 0.0.0.0 => port: 8080 => log: normal => workers: 4 => secret key: generated => limits: forms = 32KiB => keep-alive: 5s => tls: enabled 

[apache/incubator-teaclave] The payload is too large, how to fix? (#533)

2021-07-30 Thread xuguoliang
I use a wasm Excutor, the wasm file is 1.2M. I register the wasm function to the teaclave. Some error have occured: **_{'result': 'err', 'request_error': 'storage error'} function_id = client.register_function( File "/root/incubator-teaclave/sdk/python/teaclave.py", line 375, in

[apache/incubator-teaclave] Compile python to wasm (#521)

2021-07-08 Thread xuguoliang
Is WebAssembly executor(https://github.com/apache/incubator-teaclave/blob/master/docs/executing-wasm.md) support python? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[apache/incubator-teaclave] How to integrate mesatee with libos(such as occulmn, graphene)? (#502)

2021-05-26 Thread xuguoliang
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/502

Re: [apache/incubator-teaclave] some problem about sgx_ecdsa attentation (#469)

2021-01-28 Thread xuguoliang
> Hi @xglreal, thanks for your question! Sorry, I couldn't help you if you > cannot provide more detailed information. Like how did you setup the > environment? The teaclave_dcap_ref_as is builded on the steps: **docker run --rm -v $(pwd):/teaclave -w /teaclave \ -it

[apache/incubator-teaclave] some problem about sgx_ecdsa attentation (#469)

2021-01-25 Thread xuguoliang
I use the dcap client 'teaclave_sgx_tool ' to get attentation with the dcap service, but some error was occured. The commend is: _./teaclave_sgx_tool attestation --url https://localhost:8080 --algorithm sgx_ecdsa_ The error is: _root@cc:~/incubator-teaclave# Configured for development.

Re: [apache/incubator-teaclave] How to get DCAP(ECDSA) attestation information (#459)

2021-01-19 Thread xuguoliang
> 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. How to get the 'dcap_root_ca_cert.pem'? And do there have any complete material introduce how to install DCAP and use it? -- You are receiving this

[apache/incubator-teaclave] How to get DCAP(ECDSA) attestation information (#459)

2021-01-19 Thread xuguoliang
How to get the value of AS_ALGO,AS_URL,AS_KEY,AS_SPID to attest with DCAP attestation service? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/459

[apache/incubator-teaclave] dcap认证服务如何使用 (#454)

2021-01-18 Thread xuguoliang
请问一下: 1、按照这个项目https://github.com/intel/SGXDataCenterAttestationPrimitives,安装好dcap之后,如何使用这个安装好的dcap认证服务呢? 2、使用dcap认证服务,mesatee是不是需要重新编译?需要修改哪些配置呢? 谢谢 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[apache/incubator-teaclave] intel sgx认证机制 (#452)

2021-01-11 Thread xuguoliang
请问一下,mesatee是怎么进行sgx的合法性验证的? $ export AS_SPID="" # SPID from IAS subscription $ export AS_KEY="" # Primary key/Secondary key from IAS subscription $ export AS_ALGO="sgx_epid" # Attestation algorithm,

[apache/incubator-teaclave] worker含义 (#450)

2020-12-24 Thread xuguoliang
+---+ |Execution Service | | +-+ | | |Worker | | | | +--+ +-+ | | | | | Executor | | Runtime | | | | | +--+

Re: [apache/incubator-teaclave] 请问下,mesatee是使用mesapy来支持矩阵操作的吗?现在mesapy支不支持pandas做一些矩阵(表)操作? (#448)

2020-12-23 Thread xuguoliang
> 1. mesatee是使用mesapy来支持矩阵操作的吗? > > MesaPy 作为 Teaclave 的一个 executor,可以执行 Python function。同时还可以使用 native > executor,也就是用 Rust 编写 builtin function。两种 executor 均可以支持矩阵操作。 > > 1. 现在mesapy支不支持pandas做一些矩阵(表)操作? > > 现在不支持 import pandas。 > > MesaPy 提供了 Python 2 的 builtin types 和 builtin functions

Re: [apache/incubator-teaclave] 请问下,mesatee是使用mesapy来支持矩阵操作的吗?现在mesapy支不支持pandas做一些矩阵(表)操作? (#448)

2020-12-22 Thread xuguoliang
比如求交、表join、表过滤之类的数据库操作 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/448#issuecomment-749863416

[apache/incubator-teaclave] 请问下,mesatee是使用mesapy来支持矩阵操作的吗?现在mesapy支不支持pandas做一些矩阵(表)操作? (#448)

2020-12-22 Thread xuguoliang
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/448

Re: [apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-16 Thread xuguoliang
> > wget http://docker_teaclave-file-service_1:6789 > > --2020-12-16 10:22:58-- http://docker_teaclave-file-service_1:6789/ > > Resolving docker_teaclave-file-service_1 > > (docker_teaclave-file-service_1)... failed: Temporary failure in name > > resolution. > > wget: unable to resolve host

[apache/incubator-teaclave] 数据加解密问题 (#445)

2020-12-16 Thread xuguoliang
请问下: incubator-teaclave-master\tests\fixtures\functions\private_join_and_compute\three_party_data\*.enc下面的加密文件如何获得的,加密文件在tee里面是怎么解密的?tee传输回来的数据文件如何解密?整个mesatee的加解密机制是如何的,有相关资料吗? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-15 Thread xuguoliang
> > wget http://docker_teaclave-file-service_1:6789 > > --2020-12-16 10:22:58-- http://docker_teaclave-file-service_1:6789/ > > Resolving docker_teaclave-file-service_1 > > (docker_teaclave-file-service_1)... failed: Temporary failure in name > > resolution. > > wget: unable to resolve host

Re: [apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-15 Thread xuguoliang
> 一个解决方法是修改 docker compose 文件: > > ```diff > diff --git a/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml > b/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml > index aa5388d..b0f25aa 100644 > --- a/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml > +++

Re: [apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-15 Thread xuguoliang
> 一个解决方法是修改 docker compose 文件: > > ```diff > diff --git a/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml > b/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml > index aa5388d..b0f25aa 100644 > --- a/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml > +++

Re: [apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-15 Thread xuguoliang
> 一个解决方法是修改 docker compose 文件: > > ```diff > diff --git a/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml > b/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml > index aa5388d..b0f25aa 100644 > --- a/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml > +++

Re: [apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-15 Thread xuguoliang
> 请问你是如何启动 teaclave services 的? (cd docker && docker-compose -f docker-compose-ubuntu-1804-sgx-sim-mode.yml up --build) docker-compose启动的 builtin_face_detection.py builtin_online_decrypt.py这些都能运行成功。看了以下差异好像是builtin_face_detection.py

[apache/incubator-teaclave] 运行builtin_gbdt_train.py出现以下报错,是什么问题呢 (#444)

2020-12-15 Thread xuguoliang
使用模拟模式运行gbdt示例,出现报错 运行命令:$SGX_MODE=SW PYTHONPATH=../../sdk/python python3 builtin_gbdt_train.py 出现错误: 'result': {'result': {'Err': {'reason': 'ocall error = 1' 这是什么问题呢? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: