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

https://github.com/unikraft/lib-mbedtls

Unikraft port of the Mbed TLS library
https://github.com/unikraft/lib-mbedtls

library mbed-tls unikraft

Last synced: about 2 months ago
JSON representation

Unikraft port of the Mbed TLS library

Awesome Lists containing this project

README

        

libmbedtls for Unikraft
===================
This is a port of mbed TLS to Unikraft. The port has a number of
dependencies. To meet them, ensure that you have the following libs
added to your LIBS variable in your app's Makefile:

* CXX standard library, e.g. `libunwind`, `compiler-rt`, `libcxxabi`,
`libcxx`
* `lwip`
* `libc`, e.g. `newlib`

Also make sure that mbed TLS comes after compiler-rt .

Please refer to the `README.md` as well as the documentation in the `doc/`
subdirectory of the main unikraft repository for further information.