https://github.com/edgelesssys/ttls
https://github.com/edgelesssys/ttls
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edgelesssys/ttls
- Owner: edgelesssys
- Created: 2021-02-07T15:24:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-12-05T14:36:40.000Z (7 months ago)
- Last Synced: 2025-12-08T23:30:32.813Z (7 months ago)
- Language: C++
- Size: 1.81 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Transparent TLS
This library is part of [Edgeless RT](https://github.com/edgelesssys/edgelessrt). It provides the *Transparent TLS* feature for [Marblerun](https://github.com/edgelesssys/marblerun).
## Build
```sh
sudo apt install clang-tidy-11 libmbedtls-dev
mkdir build
cd build
cmake ..
make
ctest
```