File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
docker/gramine/gramine/CI-Examples/grpc/python/ratls
documents/readthedoc/docs/source Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ Below are quick links to some of the most important papers:
439
439
440
440
- [ TensorFlow Serving Cluster PPML based on SGX] ( https://cczoo.readthedocs.io/en/latest/Solutions/tensorflow-serving-cluster/index.html )
441
441
- [ 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 )
443
443
---
444
444
445
445
Original file line number Diff line number Diff line change 1
- # gRPC RA-TLS
1
+ # gRPC supporting Intel RA-TLS
2
2
3
3
This solution presents an enhanced [ gRPC] ( https://grpc.io/ ) (Remote Procedure Call) framework to
4
4
guarantee security during transmission and runtime via two-way
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ sgx.trusted_files = [
79
79
"file:{{ python.distlib }}/",
80
80
"file:/usr/local/lib/python3.6/dist-packages/",
81
81
"file:/etc/ssl/certs/ca-certificates.crt",
82
- "file:/etc/default/apport",
83
82
"file:/etc/mime.types",
84
83
"file:server.py",
85
84
"file:client.py",
Original file line number Diff line number Diff line change 1
- # gRPC RA-TLS
1
+ # gRPC supporting Intel RA-TLS
2
2
3
3
This solution presents an enhanced [ gRPC] ( https://grpc.io/ ) (Remote Procedure Call) framework to
4
4
guarantee security during transmission and runtime via two-way
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ document section that explains the corresponding details and then guides you to
32
32
+-------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------------------------------------------------------+----------+-------+---------+--------------------+-----------------------+---------------------+---------+
33
33
| MPC Optimization | / | Not Start | / | / | HE | / | / | YES | / | / |
34
34
+-------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------------------------------------------------------+----------+-------+---------+--------------------+-----------------------+---------------------+---------+
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 |
36
36
+-------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------------------------------------------------------+----------+-------+---------+--------------------+-----------------------+---------------------+---------+
37
37
| Attestation Server & KMS | / | Not Start | / | SGX/TDX | / | / | YES | YES | / | / |
38
38
+-------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------------------------------------------------------+----------+-------+---------+--------------------+-----------------------+---------------------+---------+
@@ -62,3 +62,4 @@ Table of Contents
62
62
:caption: LibOS Introduction
63
63
64
64
LibOS/libos.md
65
+
You can’t perform that action at this time.
0 commit comments