Re: [apache/incubator-teaclave] 怎么去证明teaclave是可行计算的环境呢? (#372)

2020-07-01 Thread xinuo
Closed #372. -- 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/372#event-3504882516

Re: [apache/incubator-teaclave] 怎么去证明teaclave是可行计算的环境呢? (#372)

2020-06-29 Thread xinuo
@qinkunbao 非常感谢解答! 听你这样说,我应该明白了. 我可能被example所"迷惑",是我自己误解了.因为我看到是放在2个用户的key都放在同一个py文件内. 真实的场景应该是 1,用户1,用户2(相当于A1,A2)各自提交自己的payload(通过SDK方式)来创建自己的task 2,最终由平台(B)来runTask. 3,A1,A2各自等待返回的结果. 这也是我的理解,也欢迎各位指正. -- You are receiving this because you are subscribed to this thread. Reply to this email dir

Re: [apache/incubator-teaclave] 怎么去证明teaclave是可行计算的环境呢? (#372)

2020-06-29 Thread xinuo
谢谢解答. 不过对于明文的key在脚本(builtin_private_join_and_compute.py)里还存在疑惑: 是不是只能保证这个py文件不被别人窃取,不然,别人得到这些key也是可以通过cli进行解密? -- 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/372#issuecomme

[apache/incubator-teaclave] 怎么去证明teaclave是可行计算的环境呢? (#372)

2020-06-28 Thread xinuo
你好: 1,在使用teaclave项目的过程中,我有一个疑问,我怎么去证明teaclave乃至Intel-SGX是可信环境? 2,从examples里可以看到,teaclave是读取加密文件,但是key以及cmac都是以明文的形式硬编码在脚本里(),同时我使用该key就可以解密数据.怎样去保证链路中的安全呢? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://

Re: [apache/incubator-teaclave] How to create Functions by useing other language such like Go or Java. (#317)

2020-05-26 Thread xinuo
Closed #317. -- 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/317#event-3372738644

Re: [apache/incubator-teaclave] How to create Functions by useing other language such like Go or Java. (#317)

2020-05-26 Thread xinuo
Ok,thanks for your reply. -- 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/317#issuecomment-633922203

[apache/incubator-teaclave] How to create Functions by useing other language such like Go or Java. (#317)

2020-05-26 Thread xinuo
Hi: In this project , i had seen the function such like "builtin-echo".It can be find in function/src/echo.rs ,right? So,if i want to create my function useing other language,must i impl the excutor by useing rust and then create my function? -- You are receiving this because you are subscribe

Re: [apache/incubator-teaclave] Failing to run simulation mode. (#300)

2020-05-18 Thread xinuo
It works! Thank you very much. -- 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/300#issuecomment-630037791

Re: [apache/incubator-teaclave] Failing to run simulation mode. (#300)

2020-05-18 Thread xinuo
Closed #300. -- 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/300#event-3346236163

[apache/incubator-teaclave] Failing to run simulation mode. (#300)

2020-05-18 Thread xinuo
I had built Teaclave in simulation mode ` docker run --rm -v $(pwd):/teaclave -w /teaclave -it teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:latestbash -c ". /root/.cargo/env && \ mkdir -p build && cd build && \ . /opt/sgxsdk/environment && \ cmake -DTEST_MODE=ON -DSGX_SIM_MO

Re: [apache/incubator-teaclave] During installation,it fail to check SGX sdk version. (#299)

2020-05-18 Thread xinuo
OK.THANKS. -- 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/299#issuecomment-630015135

Re: [apache/incubator-teaclave] During installation,it fail to check SGX sdk version. (#299)

2020-05-18 Thread xinuo
Closed #299. -- 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/299#event-3345928806

Re: [apache/incubator-teaclave] During installation,it fail to check SGX sdk version. (#299)

2020-05-18 Thread xinuo
> #298 has fixeed this issue, but not merged yet. Oh thanks. I saw the contributers are working in baidu . So can i get some contact such like wechat or qq group? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://gith

[apache/incubator-teaclave] During installation,it fail to check SGX sdk version. (#299)

2020-05-18 Thread xinuo
When I follow ReadMe.md , ` docker run --rm -v $(pwd):/teaclave -w /teaclave -it teaclave/teaclave-build-ubuntu-1804-sgx-2.9:latestbash -c ". /root/.cargo/env && \ mkdir -p build && cd build && \ cmake -DTEST_MODE=ON -DSGX_SIM_MODE=ON .. && \ make --trace" ` and it show: ` CM