DTPM: upload files as stream and directory support #2

Merged
ghe0 merged 5 commits from feat_dir_support_dtpm_config into staging 2025-04-21 14:41:01 +00:00

5 Commits

Author SHA1 Message Date
20ba749427
refactor: remove base64 file encoding
read and send file as bytes
update FileEntry grpc type to bytes
fixed FileEntry From implementation
2025-04-15 15:04:37 +00:00
64d7a1c9e1
fix: decompression on enclave
unpacking each file into enclave
archive with top level directory
2025-04-08 10:01:19 +00:00
8f0222328f
feat: decompression
add bincode support for serialization and deserialization
implement directory decompression
tests for decompression
2025-04-04 13:13:01 +00:00
cf1bc1143c
fix: dtpm upload file response 2025-04-03 14:03:36 +00:00
291941667d
feat: add directory support on launch config
dtpm proto changed
upload files through grpc stream
seperated filesystem from dtpm config
tar zstd archiving directory to upload
test directory support on config
test archive directory
2025-04-03 19:01:51 +05:30