This is an automated email from the ASF dual-hosted git repository.
mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
The following commit(s) were added to refs/heads/master by this push:
new 1251ca5 Update docs (contributors, community projects, papers and
talks) (#394)
1251ca5 is described below
commit 1251ca5afac1dfd5094fab0cd2e4210b51f289d3
Author: Mingshen Sun <[email protected]>
AuthorDate: Tue Jul 21 11:57:43 2020 -0700
Update docs (contributors, community projects, papers and talks) (#394)
---
COMMUNITY.md | 2 ++
CONTRIBUTORS.md | 1 +
README.md | 3 ++-
docs/README.md | 8 ++++++++
docs/papers-talks.md | 34 ++++++++++++++++++++++++++++++++++
5 files changed, 47 insertions(+), 1 deletion(-)
diff --git a/COMMUNITY.md b/COMMUNITY.md
index 1522f3e..ba9f08d 100644
--- a/COMMUNITY.md
+++ b/COMMUNITY.md
@@ -60,6 +60,8 @@ using and contributing to Teaclave in alphabetical order.
- [Phala Network](https://github.com/Phala-Network/phala-blockchain):
A TEE-Blockchain hybrid architecture implementing Confidential Contract on
Polkadot.
+ - [SafeTrace](https://github.com/enigmampc/SafeTrace): Privacy preserving
+ voluntary COVID-19 self-reporting platform for contact tracing.
- [Secret Network](https://github.com/enigmampc/SecretNetwork): A
blockchain-based, open-source protocol that lets anyone perform
computations
on encrypted data, bringing privacy to smart contracts and public
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 3dc5b12..6b1622e 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -46,6 +46,7 @@ contributions it receives.
List of external contributors of Teaclave and Teaclave SGX SDK (in
alphabetical order):
- [Akhil Velagapudi](https://github.com/akhilles)
+ - [Bing Duan][https://github.com/duanbing]
- [David Phan](https://github.com/davidp94)
- [Elichai Turkel](https://github.com/elichai)
- [GeminiCarrie](https://github.com/GeminiCarrie)
diff --git a/README.md b/README.md
index c988841..7741b1d 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ platform, making computation on privacy-sensitive data safe
and simple.
- [Access Control](docs/access-control.md)
- [Build System](docs/build-system.md)
- [Teaclave Service Internals](docs/service-internals.md)
+- [Papers, Talks, and Related Articles](docs/papers-talks.md)
### Contribute to Teaclave
@@ -76,7 +77,7 @@ platform, making computation on privacy-sensitive data safe
and simple.
- [Tool](tool)
- [Types](types)
-### API Docs
+### API References
- [Teaclave SGX SDK](https://teaclave.apache.org/docs/sgx-sdk/)
- [Teaclave Client SDK
(Python)](https://teaclave.apache.org/docs/client-sdk-python/)
diff --git a/docs/README.md b/docs/README.md
index 10da864..021269d 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -17,6 +17,7 @@ permalink: /docs/
- [Mutual Attestation: Why and How](mutual-attestation.md)
- [Threat Model](threat-model.md)
- [Teaclave Service Internals](service-internals.md)
+- [Papers, Talks, and Related Articles](papers-talks.md)
## Contribute
@@ -47,3 +48,10 @@ permalink: /docs/
- [Third-Party Dependency Vendoring](../third_party/README.md)
- [Tool](../tool/README.md)
- [Types](../types/README.md)
+
+## API References
+
+- [Teaclave SGX SDK](https://teaclave.apache.org/docs/sgx-sdk/)
+- [Teaclave Client SDK
(Python)](https://teaclave.apache.org/docs/client-sdk-python/)
+- [Crates in Teaclave
(Enclave)](https://teaclave.apache.org/docs/crates-enclave/)
+- [Crates in Teaclave (App)](https://teaclave.apache.org/docs/crates-app/)
diff --git a/docs/papers-talks.md b/docs/papers-talks.md
new file mode 100644
index 0000000..e975d93
--- /dev/null
+++ b/docs/papers-talks.md
@@ -0,0 +1,34 @@
+---
+permalink: /docs/papers-talks
+---
+
+# Papers, Talks, and Related Articles
+
+This document tracks papers, talks, and related articles around Teaclave and
its
+community.
+
+## Papers
+
+- [Building and Maintaining a Third-Party Library Supply Chain for Productive
and Secure SGX Enclave Development](https://arxiv.org/abs/2005.04367).
+ Pei Wang, Yu Ding, Mingshen Sun, Huibo Wang, Tongxin Li, Rundong Zhou,
Zhaofeng Chen, and Yiming Jing.
+ In Proceedings of the 42nd International Conference on Software Engineering,
the Software Engineering In Practice Track.
+ ICSE-SEIP '20, May 2020.
+- [Towards Memory Safe Enclave Programming with
Rust-SGX](https://dingelish.com/ccs19.pdf).
+ Huibo Wang, Pei Wang, Yu Ding, Mingshen Sun, Yiming Jing, Ran Duan, Long Li,
Yulong Zhang, Tao Wei, and Zhiqiang Lin.
+ In Proceedings of the 2019 ACM SIGSAC Conference on Computer and
Communications Security.
+ CCS'19, November 2019.
+
+## Talks
+
+- [Teaclave: A Universal Secure Computing
Platform](https://mssun.me/assets/teaclave-2nd-sgx-community-workshop.pdf).
+ Mingshen Sun.
+ The 2nd SGX Community Workshop, July 2020.
+- [MesaTEESGX: Redefining AI and Big Data Analysis with Intel
SGX](https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE37dMs).
+ Yu Ding.
+ BlueHat Shanghai '19, May 2019.
+- [Bringing Intel SGX to the Rust
Ecosystem](https://paris.rustfest.eu/sessions/mesalock-sgx).
+ Yu Ding.
+ RustFest Paris '18, 2018.
+- [Towards Memory Safety in Intel SGX
Enclave](https://www.infoq.com/presentations/intel-sgx-enclave/).
+ Yu Ding.
+ QCon SF, 2017.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]