Skip to content

Commit dd299c4

Browse files
committed
Merge branch 'grpc-ra-tls' into main
2 parents 5f807e0 + 67d648f commit dd299c4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ Below are quick links to some of the most important papers:
439439

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

445445

cczoo/grpc-ra-tls/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gRPC RA-TLS
1+
# gRPC supporting Intel RA-TLS
22

33
This solution presents an enhanced [gRPC](https://grpc.io/) (Remote Procedure Call) framework to
44
guarantee security during transmission and runtime via two-way

cczoo/grpc-ra-tls/docker/gramine/gramine/CI-Examples/grpc/python/ratls/python.manifest.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ sgx.trusted_files = [
7979
"file:{{ python.distlib }}/",
8080
"file:/usr/local/lib/python3.6/dist-packages/",
8181
"file:/etc/ssl/certs/ca-certificates.crt",
82-
"file:/etc/default/apport",
8382
"file:/etc/mime.types",
8483
"file:server.py",
8584
"file:client.py",

documents/readthedoc/docs/source/Solutions/grpc-ra-tls/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gRPC RA-TLS
1+
# gRPC supporting Intel RA-TLS
22

33
This solution presents an enhanced [gRPC](https://grpc.io/) (Remote Procedure Call) framework to
44
guarantee security during transmission and runtime via two-way

documents/readthedoc/docs/source/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ document section that explains the corresponding details and then guides you to
3232
+-------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------------------------------------------------------+----------+-------+---------+--------------------+-----------------------+---------------------+---------+
3333
| MPC Optimization | / | Not Start | / | / | HE | / | / | YES | / | / |
3434
+-------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------------------------------------------------------+----------+-------+---------+--------------------+-----------------------+---------------------+---------+
35-
| gRPC supporting Intel RA-TLS | / | In Progress| / | SGX/TDX | / | / | 2-way RA-TLS | / | / | gRPC |
35+
| `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 |
3636
+-------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------------------------------------------------------+----------+-------+---------+--------------------+-----------------------+---------------------+---------+
3737
| Attestation Server & KMS | / | Not Start | / | SGX/TDX | / | / | YES | YES | / | / |
3838
+-------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------------------------------------------------------+----------+-------+---------+--------------------+-----------------------+---------------------+---------+
@@ -62,3 +62,4 @@ Table of Contents
6262
:caption: LibOS Introduction
6363

6464
LibOS/libos.md
65+

0 commit comments

Comments
 (0)