Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 308 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 308 Bytes

Transparent TLS

This library is part of Edgeless RT. It provides the Transparent TLS feature for Marblerun.

Build

sudo apt install clang-tidy-10 libmbedtls-dev
mkdir build
cd build
cmake ..
make
ctest