This is an automated email from the ASF dual-hosted git repository.
hsun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
from 6a1f2560 Enable access control service
new 1e28ab03 Bump tonic to 0.9.2
new e1baf9c4 Support setting the gRPC maximum message size
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
attestation/Cargo.toml | 7 +-
attestation/src/report.rs | 15 +-
attestation/src/service.rs | 39 ++--
attestation/src/verifier.rs | 51 ++--
cli/Cargo.toml | 25 +-
cli/src/main.rs | 41 ++--
cmake/tomls/Cargo.sgx_trusted_lib.lock | 256 ++++++++++++---------
cmake/tomls/Cargo.sgx_trusted_lib.toml | 1 +
cmake/tomls/Cargo.sgx_untrusted_app.lock | 225 ++++++++++++------
cmake/tomls/Cargo.sgx_untrusted_app.toml | 3 +-
cmake/tomls/Cargo.unix_app.lock | 242 +++++++++++--------
cmake/tomls/Cargo.unix_app.toml | 1 +
config/build.config.toml | 9 +-
config/config_gen/main.rs | 13 +-
config/config_gen/templates/config.j2 | 13 +-
config/src/build.rs | 3 +
examples/rust/builtin_echo/Cargo.lock | 229 +++++++++++-------
examples/rust/builtin_echo/Cargo.toml | 2 +
.../rust/builtin_ordered_set_intersect/Cargo.lock | 229 +++++++++++-------
.../rust/builtin_ordered_set_intersect/Cargo.toml | 2 +
examples/rust/sequential_functions/Cargo.lock | 229 +++++++++++-------
examples/rust/sequential_functions/Cargo.toml | 2 +
rpc/Cargo.toml | 10 +-
rpc/src/config.rs | 105 ++++++---
sdk/rust/Cargo.lock | 229 +++++++++++-------
sdk/rust/Cargo.toml | 4 +-
services/access_control/enclave/src/lib.rs | 4 +-
services/authentication/enclave/src/lib.rs | 6 +-
services/execution/enclave/src/service.rs | 5 +-
services/frontend/enclave/src/lib.rs | 14 +-
services/management/enclave/src/lib.rs | 2 +-
services/management/enclave/src/service.rs | 4 +-
services/proto/Cargo.toml | 13 +-
services/proto/src/lib.rs | 9 +-
services/proto/src/macros.rs | 60 +++++
.../proto/src/teaclave_access_control_service.rs | 3 +
.../proto/src/teaclave_authentication_service.rs | 8 +
services/proto/src/teaclave_frontend_service.rs | 3 +
services/proto/src/teaclave_management_service.rs | 3 +
services/proto/src/teaclave_scheduler_service.rs | 3 +
services/proto/src/teaclave_storage_service.rs | 3 +
services/scheduler/enclave/src/publisher.rs | 8 +-
services/scheduler/enclave/src/service.rs | 8 +-
services/storage/enclave/src/lib.rs | 2 +-
tests/utils/proc_macro/Cargo.toml | 2 +-
types/Cargo.toml | 2 +-
46 files changed, 1381 insertions(+), 766 deletions(-)
create mode 100644 services/proto/src/macros.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]