Re: [apache/incubator-teaclave] Add TVM MNIST example and related tests for Teaclave (#535)

2021-08-03 Thread Mingshen Sun
Merged #535 into master. -- 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/pull/535#event-5108471351

Re: [apache/incubator-teaclave] [Bugfix] add uae download in dockerfile (#534)

2021-07-30 Thread Mingshen Sun
Merged #534 into master. -- 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/pull/534#event-5093326157

Re: [apache/incubator-teaclave] container exited with code 139 (#531)

2021-07-29 Thread Mingshen Sun
@zzj136598 should be an issue of the SGX SDK dependency. Please check again. 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/531#issuecomment-889496172

Re: [apache/incubator-teaclave] container exited with code 139 (#531)

2021-07-29 Thread Mingshen Sun
Closed #531 via #532. -- 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/531#event-5088550388

Re: [apache/incubator-teaclave] [Bugfix] Update the SGX SDK used in the dockerfile (#532)

2021-07-29 Thread Mingshen Sun
Merged #532 into master. -- 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/pull/532#event-5088550385

Re: [apache/incubator-teaclave] container exited with code 139 (#531)

2021-07-27 Thread Mingshen Sun
多谢,我不确定是不是 macOS 上 Docker 问题。 我们的代码都有 Linux 上的 CI 测试保证,如果允许的话,最好使用 Linux 系统。 -- 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/531#issuecomment-887964885

Re: [apache/incubator-teaclave] Add Gordon in the mentor list (#530)

2021-07-27 Thread Mingshen Sun
Merged #530 into master. -- 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/pull/530#event-5076118904

Re: [apache/incubator-teaclave] Integration with Graphene (#525)

2021-07-26 Thread Mingshen Sun
> In addition, `Graphene project` licensed as [GPL > v3.0](https://github.com/oscarlab/graphene/blob/master/LICENSE.txt) along > with an > [addendum](https://github.com/oscarlab/graphene/blob/master/LICENSE.addendum.txt), > but it is not permissive compatible with `Apache 2`, the page >

[apache/incubator-teaclave] Add Gordon in the mentor list (#530)

2021-07-26 Thread Mingshen Sun
## Description [Welcome Gordon.](https://lists.apache.org/thread.html/r8234c07b9b66bca00e62c07b8e64e41f9cbd24cae5ad4ed92bebfb06%40%3Cdev.teaclave.apache.org%3E) You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/530 -- Commit

Welcome Gordon as our mentor

2021-07-25 Thread Mingshen Sun
Dear Teaclave community, Let's welcome our new mentor - Gordon [1]. Gordon is from Apache Mnemonic PMC and Intel. Gordon is working closely with the community on the integration of Teaclave and Graphene [2]. As a confidential computing platform, Teaclave is using Intel SGX as our TEE backend.

Re: Teaclave (Virtual) Meetup #6 - 7-8pm, July 29, 2021 PT

2021-07-23 Thread Mingshen Sun
Sent. Thanks, Qinkun. On Fri, Jul 23, 2021 at 12:08 AM Qinkun Bao wrote: > > Hi Mingshen, > > Can I get the Zoom link? Thank you. > > Qinkun > > On Fri, Jul 23, 2021 at 12:00 AM Mingshen Sun wrote: > > > Hi Gordon, I have sent it to you privately via email. >

Re: Teaclave (Virtual) Meetup #6 - 7-8pm, July 29, 2021 PT

2021-07-23 Thread Mingshen Sun
ngshen, > > May I have the Zoom link to participate the monthly meeing ? thanks. > > Gordon. > > On 2021/07/21 21:08:25, Mingshen Sun wrote: > > Dear Teaclave community, > > > > We are going to have the monthly Teaclave (virtual) meetup. The > > meetup

Re: [apache/incubator-teaclave] A minor typo issue in a DOCS webpage (#528)

2021-07-22 Thread Mingshen Sun
Closed #528 via #529. -- 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/528#event-5059195882

Re: [apache/incubator-teaclave] A minor typo fixes in development doc. (#528) (#529)

2021-07-22 Thread Mingshen Sun
Merged #529 into master. -- 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/pull/529#event-5059195876

Teaclave (Virtual) Meetup #6 - 7-8pm, July 29, 2021 PT

2021-07-21 Thread Mingshen Sun
BEGIN:VCALENDAR CALSCALE:GREGORIAN VERSION:2.0 X-WR-CALNAME:Teaclave (Virtual) Meetup #6 METHOD:PUBLISH PRODID:-//Apple Inc.//macOS 11.4//EN BEGIN:VTIMEZONE TZID:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU DTSTART:20070311T02 TZNAME:PDT

Re: [apache/incubator-teaclave] A minor typo issue in a DOCS webpage (#528)

2021-07-21 Thread Mingshen Sun
Nice catch. This doc is automatically generated from here: https://github.com/apache/incubator-teaclave/blob/master/docs/development-tips.md. You can quickly fix it accordingly. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [apache/incubator-teaclave] Integration with Graphene (#525)

2021-07-21 Thread Mingshen Sun
> how the service certification can get revoked and re-issued at runtime? We don't have the revoking mechanism currently. Right now, there is a freshness timer for the attestation/certificate. Once it's timeout, the service will do another attestation and update the report, re-issue the

Re: [apache/incubator-teaclave] Python.h not found (#526)

2021-07-20 Thread Mingshen Sun
Merged. -- 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/526#issuecomment-883568200

Re: [apache/incubator-teaclave] Python.h not found (#526)

2021-07-20 Thread Mingshen Sun
Closed #526. -- 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/526#event-5045663760

Re: [apache/incubator-teaclave] Fix a compiling issue (#526) (#527)

2021-07-20 Thread Mingshen Sun
Merged #527 into master. -- 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/pull/527#event-5045662573

Re: [apache/incubator-teaclave] Python.h not found (#526)

2021-07-20 Thread Mingshen Sun
Nice catch! Thanks. Normally, we use docker container to build Teaclave. CMakeList may miss some dependency checks. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [apache/incubator-teaclave] Integration with Graphene (#525)

2021-07-19 Thread Mingshen Sun
Hi @bigdata-memory, thanks for the proposal. Teaclave is a FaaS-like platform consisting of multiple services. One can register and invoke functions to the platform through the frontend service. Then, Teaclave will help to do authentication, authorization, task preparation, etc and finally

Re: [apache/incubator-teaclave] Fix a typo of data_owner (#524)

2021-07-14 Thread Mingshen Sun
Merged #524 into master. -- 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/pull/524#event-5022766817

Re: [apache/incubator-teaclave] Upgrade SGX SDK dependencies (SGX 2.14.100.2, DCAP 1.11.100.2) (#523)

2021-07-13 Thread Mingshen Sun
Merged #523 into master. -- 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/pull/523#event-5016768672

[apache/incubator-teaclave] Upgrade SGX SDK dependencies (SGX 2.14.100.2, DCAP 1.11.100.2) (#523)

2021-07-13 Thread Mingshen Sun
## Description Upgrade SGX SDK dependencies (SGX 2.14.100.2, DCAP 1.11.100.2) for dockerfile and image for CI. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/523 -- Commit Summary -- * Use sgx_quote_ex_sim in SGX

Welcoming Hongbo Chen (@ya0guang) as Teaclave committer

2021-07-09 Thread Mingshen Sun
commits on the Teacalve repo [1]. He also actively interacts with our community, e.g., presenting his design and implementation of the WebAssembly executor in our monthly community meetup [2]. Congratulations to Hongbo and thanks! Best, Mingshen Sun Apache Teaclave (incubating) PPMC [1] https

Re: [apache/incubator-teaclave] Update committer (#522)

2021-07-09 Thread Mingshen Sun
Merged #522 into master. -- 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/pull/522#event-5002546023

[apache/incubator-teaclave] Update committer (#522)

2021-07-09 Thread Mingshen Sun
## Description Add Hongbo Chen to the committer list. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/522 -- Commit Summary -- * Update comitter -- File Changes -- M CONTRIBUTORS.md (4) -- Patch Links --

Re: [apache/incubator-teaclave] Build with DCAP=on error (#498)

2021-07-08 Thread Mingshen Sun
Closed #498. -- 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/498#event-4997243554

Re: [apache/incubator-teaclave] Build with DCAP=on error (#498)

2021-07-08 Thread Mingshen Sun
Hi, this bug should be fixed by pining `rocket` to a specific version. https://github.com/apache/incubator-teaclave/blob/314aae5d614703543e748882cebf6b5675f0b2f7/dcap/Cargo.toml#L14 Also, if using our build system, the vendored `rocket` should be used. I'm closing this issue, please provide

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

2021-07-08 Thread Mingshen Sun
Closed #521. -- 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/521#event-4996243291

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

2021-07-08 Thread Mingshen Sun
No, only `C` and `Rust` are supported currently. -- 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/521#issuecomment-876607030

Re: [apache/incubator-teaclave] Update to Teaclave SGX SDK 1.1.3 and corresponding dependencies (#520)

2021-07-07 Thread Mingshen Sun
Merged #520 into master. -- 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/pull/520#event-4991697953

[apache/incubator-teaclave] Update to Teaclave SGX SDK 1.1.3 and corresponding dependencies (#520)

2021-07-07 Thread Mingshen Sun
## Description - Update Teaclave SGX SDK to 1.1.3. - Update corresponding vendored crates including `crates-sgx` and `crates-io`. - Update Rust to version nightly-2020-10-25. - Update Intel SGX SDK to version 2.12.100.3, DCAP to 1.9.100.3. - Update Dockerfile and images on Dockerhub to support CI

Re: [apache/incubator-teaclave] correct some documents (#519)

2021-07-02 Thread Mingshen Sun
Merged #519 into master. -- 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/pull/519#event-4973770408

Re: [apache/incubator-teaclave] add deinstantiate for WAMR executor, deploy docs (#518)

2021-07-02 Thread Mingshen Sun
Merged #518 into master. -- 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/pull/518#event-4973135175

Re: [apache/incubator-teaclave] Add Teaclave context file APIs and related examples for WASM executor (#515)

2021-07-01 Thread Mingshen Sun
Merged #515 into master. -- 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/pull/515#event-4969053963

Re: [apache/incubator-teaclave] Fix a potential index overflow of DBQueue (#514)

2021-06-28 Thread Mingshen Sun
Merged #514 into master. -- 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/pull/514#event-4951031409

Re: [apache/incubator-teaclave] Add support for Teaclave protected files in WAMR executor and related tests (#512)

2021-06-28 Thread Mingshen Sun
Merged #512 into master. -- 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/pull/512#event-4949171174

Meetup Notes on Teaclave (Virtual) Meetup #5

2021-06-25 Thread Mingshen Sun
Dear Teaclave community, Here are the notes of Teaclave Meetup #5, please let me know if something important is missing. Thanks! - https://teaclave.apache.org/blog/2021-06-23-teaclave-meetup-5/ Of course, you can always submit PR to the website repo to edit it. Mingshen

Re: [apache/incubator-teaclave] Is it possible to run rusty-leveldb on top of teaclave-sgx-sdk (#513)

2021-06-25 Thread Mingshen Sun
I'm closing this issue. Feel free to reopen or create a new one if needed. 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/513#issuecomment-868703197

Re: [apache/incubator-teaclave] Is it possible to run rusty-leveldb on top of teaclave-sgx-sdk (#513)

2021-06-24 Thread Mingshen Sun
We have ported the `rusty-leveldb` into SGX hosted here: https://github.com/apache/incubator-teaclave/tree/master/common/rusty_leveldb_sgx. For the SGX SDK, we are using vendored Teaclave SGX SDK version 1.1.2. > According to the Cargo.toml file, it seems it uses mesalock_sgx, instead of >

Re: [apache/incubator-teaclave] Is it possible to run rusty-leveldb on top of teaclave-sgx-sdk (#513)

2021-06-24 Thread Mingshen Sun
Yes, absolutely. Here is an example of how we use `rusty-leveldb` in SGX: https://github.com/apache/incubator-teaclave/blob/master/services/storage/enclave/Cargo.toml#L36 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Teaclave (Virtual) Meetup #5 - 7-8, Jun 24, 2021 PDT

2021-06-22 Thread Mingshen Sun
BEGIN:VCALENDAR CALSCALE:GREGORIAN VERSION:2.0 X-WR-CALNAME:Teaclave (Virtual) Meetup #5 METHOD:PUBLISH PRODID:-//Apple Inc.//macOS 11.4//EN BEGIN:VTIMEZONE TZID:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU DTSTART:20070311T02 TZNAME:PDT

Re: [apache/incubator-teaclave] Fix some building issues (#511)

2021-06-18 Thread Mingshen Sun
Merged #511 into master. -- 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/pull/511#event-4911342684

[apache/incubator-teaclave] Fix some building issues (#511)

2021-06-18 Thread Mingshen Sun
## Description Fix some building issues introduced by WAMR cmake changes. ## Type of change (select or add applied and delete the others) - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or

Re: [apache/incubator-teaclave] correct an error in doc (#510)

2021-06-18 Thread Mingshen Sun
Merged #510 into master. -- 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/pull/510#event-4910949193

Re: [apache/incubator-teaclave] Add recent contributors (#507)

2021-06-16 Thread Mingshen Sun
Merged #507 into master. -- 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/pull/507#event-4900339808

Re: [apache/incubator-teaclave] Add recent contributors (#507)

2021-06-15 Thread Mingshen Sun
The changes will also be updated to the homepage. -- 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/pull/507#issuecomment-862004661

[apache/incubator-teaclave] Add recent contributors (#507)

2021-06-15 Thread Mingshen Sun
## Description Add recent contributors to the `CONTRIBUTORS.md` file. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/507 -- Commit Summary -- * Add recent contributors -- File Changes -- M CONTRIBUTORS.md (10) --

Re: [apache/incubator-teaclave] Unify the launch of teaclave services (#505)

2021-06-10 Thread Mingshen Sun
Merged #505 into master. -- 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/pull/505#event-4875433296

[RESULT] [VOTE] Release Apache Teaclave TrustZone SDK (incubating) v0.1.0-rc1

2021-06-10 Thread Mingshen Sun
We will follow up with an announcement email soon! Action items to be fixed before the next release: - Files without ASF headers should be fixed - Cleanup unexpected binary files - Review licenses of third-party sources Best, Mingshen Sun Apache Teaclave (incubating) PPMC

[RESULT] [VOTE] Release Apache Teaclave TrustZone SDK (incubating) v0.1.0-rc1

2021-06-07 Thread Mingshen Sun
Dear Teaclave community, It's suggested to have another email for the voting result. I'll put the result here again. Thanks. The vote to release Apache Teaclave TrustZone SDK (incubating) v0.1.0-rc1 is now closed. This release has PASSED with 4 +1 votes (4 binding), no 0 votes, and 0 -1 vote.

Re: [VOTE] Release Apache Teaclave TrustZone SDK (incubating) v0.1.0-rc1

2021-06-07 Thread Mingshen Sun
Yu Ding wrote: > > +1 > > Yu > > On 2021/06/04 22:18:59, Mingshen Sun wrote: > > Dear Teaclave community, > > > > I am pleased to be calling this vote for the first release of Apache > > Teaclave TrustZone SDK (incubating) 0.1.0 (release candidate 1).

Re: [apache/incubator-teaclave] String fix (#503)

2021-06-07 Thread Mingshen Sun
Merged #503 into master. -- 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/pull/503#event-4854740638

[VOTE] Release Apache Teaclave TrustZone SDK (incubating) v0.1.0-rc1

2021-06-04 Thread Mingshen Sun
lease candidate and provide your votes. A checklist for reference: - https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist Note that you can also reply with things you have checked. Best, Mingshen Sun http://mssun.me --

Meetup in May

2021-05-27 Thread Mingshen Sun
share with the community if you are interested to join in. Best, Mingshen Sun - To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For additional commands, e-mail: dev-h...@teaclave.apache.org

Re: [apache/incubator-teaclave] Fix a typo in the filename of the python requirements file (#500)

2021-05-20 Thread Mingshen Sun
Nice catch. Thank you so 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/pull/500#issuecomment-845500645

Re: [apache/incubator-teaclave] Fix a typo in the filename of the python requirements file (#500)

2021-05-20 Thread Mingshen Sun
Merged #500 into master. -- 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/pull/500#event-4776175840

Re: [apache/incubator-teaclave] Failed to build the Teaclave platform using docker with the -DSGX_SIM_MODE=ON option (#499)

2021-05-14 Thread Mingshen Sun
We only use vendored third-party crates. Therefore, any upstream changes/updates won't affect our build process. Did you change anything with the building system? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [apache/incubator-teaclave] Failed to build the Teaclave platform using docker with the -DSGX_SIM_MODE=ON option (#499)

2021-05-13 Thread Mingshen Sun
Hi, thanks for your report. I cannot reproduce your issue. Basically, I followed your steps and built Teaclave successfully. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Teaclave (Virtual) Meetup #4 - 7-8pm, Apr 29, 2021 PT

2021-04-28 Thread Mingshen Sun
BEGIN:VCALENDAR CALSCALE:GREGORIAN VERSION:2.0 X-WR-CALNAME:Teaclave (Virtual) Meetup #4 METHOD:PUBLISH PRODID:-//Apple Inc.//macOS 11.2.3//EN BEGIN:VTIMEZONE TZID:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU DTSTART:20070311T02 TZNAME:PDT

Re: Podling Teaclave Report Reminder - April 2021

2021-04-11 Thread Mingshen Sun
he/she i.e.: > > 2020-10-22, John Doe (jdoe), Committer. > > Kind Regards, > Furkan KAMACI > > On Sun, Apr 11, 2021 at 1:38 AM Mingshen Sun wrote: > > > Dear community, > > > > Sorry for the late submission. > > > > Below is the report, I'll

Re: Podling Teaclave Report Reminder - April 2021

2021-04-10 Thread Mingshen Sun
oject name. (PODLINGNAMESEARCH-175) Best, Mingshen On Fri, Apr 9, 2021 at 12:29 PM Mingshen Sun wrote: > > Sorry, I missed this email. I’ll work on it today. Thanks for the reminder. > > Mingshen > > On Fri, Apr 9, 2021 at 12:28 PM Furkan KAMACI wrote: >> >> Hi, >

Re: Podling Teaclave Report Reminder - April 2021

2021-04-09 Thread Mingshen Sun
Sorry, I missed this email. I’ll work on it today. Thanks for the reminder. Mingshen On Fri, Apr 9, 2021 at 12:28 PM Furkan KAMACI wrote: > Hi, > > Is there anybody working on the report? Feel free to ask if you have any > questions. > > Kind Regards, > Furkan KAMACI > > On Tue, Mar 30, 2021

Re: [apache/incubator-teaclave] Execute builtin_echo.py error (#463)

2021-04-09 Thread Mingshen Sun
Fixed in #496. -- 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/463#issuecomment-816901971

Re: [apache/incubator-teaclave] Execute builtin_echo.py error (#463)

2021-04-09 Thread Mingshen Sun
Closed #463. -- 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/463#event-4576027458

Re: [apache/incubator-teaclave] run Teaclave in sim_mod (#495)

2021-04-09 Thread Mingshen Sun
Closed #495 via #496. -- 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/495#event-4576026099

Re: [apache/incubator-teaclave] Make container names consistent with other docker-compose files (#496)

2021-04-09 Thread Mingshen Sun
Merged #496 into master. -- 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/pull/496#event-4576026087

[apache/incubator-teaclave] Make container names consistent with other docker-compose files (#496)

2021-04-07 Thread Mingshen Sun
## Description Make container names consistent with other docker-compose files. Fixes #495, #463. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/496 -- Commit Summary -- * Make container names consistent with other

Re: [apache/incubator-teaclave] Execute builtin_echo.py error (#463)

2021-04-07 Thread Mingshen Sun
Hi this issue is same with #495, please see my solution there. I'll fix it later so that people doesn't have to change anything to run in the simulation mode. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [apache/incubator-teaclave] run Teaclave in sim_mod (#495)

2021-04-07 Thread Mingshen Sun
Hi, thanks for your report. I have found the cause. We defines all container names of services in simulation mode as `xxx-sgx-sim-mode` (e.g., `teaclave-storage-service-sgx-sim-mode`). Therefore, to start the services in sim mode using docker compose. You have to change the

Re: [apache/incubator-teaclave] Move the community page to the website repository (#494)

2021-03-25 Thread Mingshen Sun
Merged #494 into master. -- 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/pull/494#event-4510818118

Re: Teaclave (Virtual) Meetup #3 - 7-8pm, March 25, 2021 PST

2021-03-25 Thread Mingshen Sun
This is a reminder of the meetup today. Please RSVP for the link. Thanks. Best, Mingshen On Fri, Mar 19, 2021 at 7:46 PM Mingshen Sun wrote: > > Hi all, > > For this month's meetup, we're glad to have Mengyuan Li to give a talk > on the attestation. Here is an overview of the

[apache/incubator-teaclave] Move the community page to the website repository (#494)

2021-03-24 Thread Mingshen Sun
## Description Move the community page to the website repository. Now, it splits into `community.md` and `powered-by.md`. See: - https://github.com/apache/incubator-teaclave-website/blob/master/site/community.md -

Re: Teaclave (Virtual) Meetup #3 - 7-8pm, March 25, 2021 PST

2021-03-19 Thread Mingshen Sun
get. We then introduce Teaclave's current attestation design and discuss the attestation report standard Teaclave should follow. At last, please RSVP for the Zoom link. Thanks. Best, Mingshen On Mon, Mar 15, 2021 at 1:07 PM Mingshen Sun wrote: > > Sorry, should be PDT :) > > On

Re: [apache/incubator-teaclave] Add instruction to config URLs of input/output files in examples (#493)

2021-03-17 Thread Mingshen Sun
Merged #493 into master. -- 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/pull/493#event-4473230248

Re: [apache/incubator-teaclave] File access problem in builtin function (#458)

2021-03-17 Thread Mingshen Sun
Closed #458 via #493. -- 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/458#event-4473230252

[apache/incubator-teaclave] Add instruction to config URLs of input/output files in examples (#493)

2021-03-17 Thread Mingshen Sun
## Description Add instruction to config URLs of input/output files in examples. Fixes #458 You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/493 -- Commit Summary -- * Add instruction to config URLs of input/output files in

Re: [apache/incubator-teaclave] GPG error: The following signatures couldn't be verified (#471)

2021-03-17 Thread Mingshen Sun
Closed #471. -- 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/471#event-4473014464

Re: [apache/incubator-teaclave] GPG error: The following signatures couldn't be verified (#471)

2021-03-17 Thread Mingshen Sun
I believe this issue can be closed. Feel free to reopen it if you need more helps. -- 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/471#issuecomment-801504896

Re: [apache/incubator-teaclave] Update docs (#492)

2021-03-17 Thread Mingshen Sun
Merged #492 into master. -- 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/pull/492#event-4472221305

[apache/incubator-teaclave] Update docs (#492)

2021-03-16 Thread Mingshen Sun
## Description - link to Rust client SDK - include information of TrustZone SDK - update contributors You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/492 -- Commit Summary -- * Polish document with TrustZone SDK * Include

Re: Teaclave (Virtual) Meetup #3 - 7-8pm, March 25, 2021 PST

2021-03-15 Thread Mingshen Sun
Sorry, should be PDT :) On Mon, Mar 15, 2021 at 12:36 PM Mingshen Sun wrote: > Dear Teaclave community, > > We are going to have the third monthly Teaclave (virtual) meetup. The > meetup in this month is scheduled on March 25, 2021 (PST): > > - 19:00-20:00 on Thursday, M

Teaclave (Virtual) Meetup #3 - 7-8pm, March 25, 2021 PST

2021-03-15 Thread Mingshen Sun
BEGIN:VCALENDAR CALSCALE:GREGORIAN VERSION:2.0 X-WR-CALNAME:Teaclave (Virtual) Meetup #3 METHOD:PUBLISH PRODID:-//Apple Inc.//macOS 11.2.3//EN BEGIN:VTIMEZONE TZID:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU DTSTART:20070311T02 TZNAME:PDT

Re: [apache/incubator-teaclave] Change the year of copyright to 2021 (#491)

2021-03-02 Thread Mingshen Sun
Merged #491 into master. -- 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/pull/491#event-4399027591

[apache/incubator-teaclave] Change the year of copyright to 2021 (#491)

2021-03-02 Thread Mingshen Sun
## Description Change the year of copyright to 2021 You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/491 -- Commit Summary -- * Change the year of copyright to 2021 -- File Changes -- M NOTICE (2) -- Patch Links --

[ANNOUNCE] Apache Teaclave (incubating) 0.2.0 released

2021-03-02 Thread Mingshen Sun
Dear community, The Apache Teaclave (incubating) team is happy to announce the release of Apache Teaclave (incubating) 0.2.0. This is the second Apache Incubator release of Teaclave. Apache Teaclave (incubating) is an open source universal secure computing platform, making computation on

[apache/incubator-teaclave] Release v0.2.0 - Apache Teaclave (incubating) 0.2.0

2021-03-02 Thread Mingshen Sun
In 0.2.0, we focus on various components including built-in functions, SDKs in different languages, docker, command line interface, documents, etc. Specifically, we have following updates: ## Functions - Add the builtin PCA (Principal Component Analysis) function - Add the exposed password

Re: [apache/incubator-teaclave] SEV 支持 (#490)

2021-03-01 Thread Mingshen Sun
You're welcome. -- 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/490#issuecomment-787759898

Re: [apache/incubator-teaclave] SEV 支持 (#490)

2021-02-28 Thread Mingshen Sun
Also, please read all documents around Teaclave instead. Others may cause some confusion. Thanks. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [apache/incubator-teaclave] SEV 支持 (#490)

2021-02-28 Thread Mingshen Sun
Since AMD SEV isn't mature enough to support our current platform, we don't have plan to integrate it in this year. However, we'll keep eye on it and will release a short report of the feasibility of AMD SEV in the near future. If you're interested in our 2021 plan, please read this blog

Re: [apache/incubator-teaclave] Rmmove unnecessary line in CMakeLists.txt (#489)

2021-02-28 Thread Mingshen Sun
Thanks for your contribution. The `INTEL_SGX_SDK_FOUND` variable is set by checking if the `libsgx_urts` library is installed. Instead of simply deleting this check, can you find out the root cause of not compiling on Ubuntu 20.04.2? Thanks. ``` pkg_check_modules(INTEL_SGX_SDK QUIET

Re: [apache/incubator-teaclave] formal description and verification for access control module (#481)

2021-02-25 Thread Mingshen Sun
Hi @SeanVer, thanks for your PR. After discuss with the community, I think these can be put in a separated repository. I have created a repo called "Teaclave Verification" which contains formal descriptions, specifications, and proofs for Teaclave. You can find the repo in this link:

Re: [VOTE] Release Apache Teaclave (incubating) v0.2.0-rc.1

2021-02-25 Thread Mingshen Sun
t; > > On Mon, Feb 22, 2021 at 10:18 PM Yulong Zhang > > wrote: > > > > > +1 > > > > > > On 2021/02/23 05:54:23, Pei Wang wrote: > > > > +1 > > > > > > > > On Mon, Feb 22, 2021, 7:06 PM Mingshen Sun wrote: >

Teaclave Meetup #2 Minutes

2021-02-25 Thread Mingshen Sun
. Hope to see more people in the next meetup and share your ideas. For people who were not available at this time, here is a short summary. ## Schedule - Recent updates on Teaclave, Mingshen Sun (15 m) - Q and free discussion (45 m) ### Recent Updates on Teaclave Mingshen shared some recent updates

Re: Teaclave (Virtual) Meetup #2 - 7-8pm, February 25, 2021 PST

2021-02-25 Thread Mingshen Sun
Final reminder. Will start at 7pm PST today. On Mon, Feb 22, 2021 at 10:59 AM Mingshen Sun wrote: > > Hi all, > > This is a kind reminder for this week's meetup. Please RSVP for the Zoom link. > > BTW, I'm still looking for speakers, please reply to the email if > you'

[VOTE] Release Apache Teaclave (incubating) v0.2.0-rc.1

2021-02-22 Thread Mingshen Sun
r the Teaclave community, I'd like to mention that you can also reply with things you have checked. Best, Mingshen Sun http://mssun.me - To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For additional commands, e-mail: dev-h...@teaclave.apache.org

[apache/incubator-teaclave] Pre-release v0.2.0-rc.1 - Apache Teaclave (incubating) 0.2.0 Release Candidate 1

2021-02-22 Thread Mingshen Sun
In 0.2.0, we focus on various components including built-in functions, SDKs in different languages, docker, command line interface, documents, etc. Specifically, we have following updates: ## Functions - Add the builtin PCA (Principal Component Analysis) function - Add the exposed password

Re: [apache/incubator-teaclave] Version bump to 0.2.0 and prepare for a new release (#488)

2021-02-22 Thread Mingshen Sun
Merged #488 into master. -- 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/pull/488#event-4362725583

<    1   2   3   4   5   6   7   8   9   10   >