https://github.com/unikraft/lib-axtls
Unikraft port of the axTLS embedded SSL library
https://github.com/unikraft/lib-axtls
axtls library ssl tls unikraft
Last synced: about 2 months ago
JSON representation
Unikraft port of the axTLS embedded SSL library
- Host: GitHub
- URL: https://github.com/unikraft/lib-axtls
- Owner: unikraft
- License: other
- Created: 2019-09-25T06:35:30.000Z (over 5 years ago)
- Default Branch: staging
- Last Pushed: 2024-01-02T20:54:28.000Z (over 1 year ago)
- Last Synced: 2025-01-19T04:12:40.989Z (3 months ago)
- Topics: axtls, library, ssl, tls, unikraft
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 12
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.md
Awesome Lists containing this project
README
axtls for Unikraft
===================
This is the port of axtls for Unikraft as external library. You will
need lwip to make it work.To run ssltest.c as a unit test, you'll need pthread support, e.g.,
add the following line to the LIBS variable in the Makefile:...$(UK_LIBS)/lwip:$(UK_LIBS)/pthread-embedded:
$(UK_LIBS)/newlib:$(UK_LIBS)/axtls...Note that you'll need a filesystem in place and the certificate files for
all tests to pass.Please refer to the `README.md` as well as the documentation in the `doc/`
subdirectory of the main unikraft repository.