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
- Host: GitHub
- URL: https://github.com/unikraft/lib-mbedtls
- Owner: unikraft
- License: other
- Created: 2020-02-03T09:26:32.000Z (about 5 years ago)
- Default Branch: staging
- Last Pushed: 2024-01-02T20:55:41.000Z (over 1 year ago)
- Last Synced: 2025-01-19T04:11:24.365Z (3 months ago)
- Topics: library, mbed-tls, unikraft
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 12
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.md
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.