binding for OpenSSL library to provide TLS/SSL communication over LuaSocket
A binding for OpenSSL library to provide TLS/SSL communication over LuaSocket. This version delegates to LuaSocket the TCP connection establishment between the client and server. Then LuaSec uses this connection to start a secure TLS/SSL session.
A binding for OpenSSL library to provide TLS/SSL communication over LuaSocket. This version delegates to LuaSocket the TCP connection establishment between the client and server. Then LuaSec uses this connection to start a secure TLS/SSL session.
To install lua51-luasec, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lua51-luasec
To see what files were installed by lua51-luasec, run:
port contents lua51-luasec
To later upgrade lua51-luasec, run:
sudo port selfupdate && sudo port upgrade lua51-luasec
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.