[apache/incubator-teaclave-sgx-sdk] Update .gitignore (#263)

2020-08-17 Thread lyj
You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/263 -- Commit Summary -- * Update .gitignore -- File Changes -- M .gitignore (1) -- Patch Links --

Re: [apache/incubator-teaclave] Add KEYS for code signing (#407)

2020-08-17 Thread Mingshen Sun
Merged #407 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/407#event-3664061400

Re: [apache/incubator-teaclave] about sql capability of trusted computing scripts (#405)

2020-08-17 Thread gjj
ok thank. i will check it out. -- 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/405#issuecomment-675179226

Re: [apache/incubator-teaclave] about sql capability of trusted computing scripts (#405)

2020-08-17 Thread gjj
Closed #405. -- 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/405#event-3664058025

[apache/incubator-teaclave] Add KEYS for code signing (#407)

2020-08-17 Thread Mingshen Sun
## Description - Add my public key to KEYS for release code signing. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/407 -- Commit Summary -- * Add KEYS for code signing -- File Changes -- A KEYS (70) -- Patch Links

Re: [apache/incubator-teaclave] about sql capability of trusted computing scripts (#405)

2020-08-17 Thread Mingshen Sun
Sorry, we do not support the libraries you mentioned for data analytics. However, you can write you own function to achieve similar functionalities. BTW, Apache Arrow's Rust implementation looks promising [1]. I hope someone may help and find out if it works for Teaclave. - [1]

Re: [apache/incubator-teaclave] Add instruction to report security issue (#406)

2020-08-17 Thread Mingshen Sun
Merged #406 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/406#event-3663562527

[apache/incubator-teaclave] Add instruction to report security issue (#406)

2020-08-17 Thread Mingshen Sun
## Description Add an instruction to report security issues. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/406 -- Commit Summary -- * Add instruction to report security issue -- File Changes -- A SECURITY.md (8) --