An open API service indexing awesome lists of open source software.

https://github.com/edgelesssys/ttls


https://github.com/edgelesssys/ttls

Last synced: 4 months ago
JSON representation

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
```