# lua-libtls **Repository Path**: lpf1429143585/lua-libtls ## Basic Information - **Project Name**: lua-libtls - **Description**: https://github.com/mah0x211/lua-libtls.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-28 - **Last Updated**: 2023-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lua-libtls [![test](https://github.com/mah0x211/lua-libtls/actions/workflows/test.yml/badge.svg)](https://github.com/mah0x211/lua-libtls/actions/workflows/test.yml) libtls bindings for lua. **NOTE:** this module is under heavy development. ## Install the prerequisite this module depends on the `libtls` library installed on your system. you can use either the `libressl` or `libretls` libraries. - libressl-portable: - libretls: ## Installation ``` luarocks install libtls ``` ## API Reference please see [doc/README.md](doc/README.md).