Skip to content

Commit

Permalink
Merge branch 'grpc-ra-tls' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
RodgerZhu committed Feb 17, 2022
2 parents 5f807e0 + 67d648f commit dd299c4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ Below are quick links to some of the most important papers:

- [TensorFlow Serving Cluster PPML based on SGX](https://cczoo.readthedocs.io/en/latest/Solutions/tensorflow-serving-cluster/index.html)
- [Horizontal Federal Learning based on SGX](https://cczoo.readthedocs.io/en/latest/Solutions/horizontal-federated-learning/hfl.html)
- [gRPC-based RA-TLS](https://cczoo.readthedocs.io/en/latest/Solutions/grpc-ra-tls/index.html)
- [gRPC supporting Intel RA-TLS](https://cczoo.readthedocs.io/en/latest/Solutions/grpc-ra-tls/index.html)
---


Expand Down
2 changes: 1 addition & 1 deletion cczoo/grpc-ra-tls/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gRPC RA-TLS
# gRPC supporting Intel RA-TLS

This solution presents an enhanced [gRPC](https://grpc.io/) (Remote Procedure Call) framework to
guarantee security during transmission and runtime via two-way
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ sgx.trusted_files = [
"file:{{ python.distlib }}/",
"file:/usr/local/lib/python3.6/dist-packages/",
"file:/etc/ssl/certs/ca-certificates.crt",
"file:/etc/default/apport",
"file:/etc/mime.types",
"file:server.py",
"file:client.py",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gRPC RA-TLS
# gRPC supporting Intel RA-TLS

This solution presents an enhanced [gRPC](https://grpc.io/) (Remote Procedure Call) framework to
guarantee security during transmission and runtime via two-way
Expand Down
3 changes: 2 additions & 1 deletion documents/readthedoc/docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ document section that explains the corresponding details and then guides you to
+-------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------------------------------------------------------+----------+-------+---------+--------------------+-----------------------+---------------------+---------+
| MPC Optimization | / | Not Start | / | / | HE | / | / | YES | / | / |
+-------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------------------------------------------------------+----------+-------+---------+--------------------+-----------------------+---------------------+---------+
| gRPC supporting Intel RA-TLS | / | In Progress| / | SGX/TDX | / | / | 2-way RA-TLS | / | / | gRPC |
| `gRPC supporting Intel RA-TLS <https://cczoo.readthedocs.io/en/latest/Solutions/grpc-ra-tls/index.html>`__ | gRPC | Published | / | SGX/TDX | / | Gramine | 2-way RA-TLS | / | / | gRPC |
+-------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------------------------------------------------------+----------+-------+---------+--------------------+-----------------------+---------------------+---------+
| Attestation Server & KMS | / | Not Start | / | SGX/TDX | / | / | YES | YES | / | / |
+-------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------------------------------------------------------+----------+-------+---------+--------------------+-----------------------+---------------------+---------+
Expand Down Expand Up @@ -62,3 +62,4 @@ Table of Contents
:caption: LibOS Introduction

LibOS/libos.md

0 comments on commit dd299c4

Please sign in to comment.