d9a7418f32
- change DISTVERSIONPREFIX due to GitHub naming - reorder variable assignment to make portlint more happy - update MAKE_ENV to no longer depend on post-patch and do-install - update broken WWW link Changelog: https://github.com/brunoos/luasec/blob/v0.9/CHANGELOG PR: 243919 Approved by: koobs (mentor), bapt (mentor) Approved by: portmgr (maintainer timeout: > 2 weeks) Differential Revision: https://reviews.freebsd.org/D23823
6 lines
282 B
Text
6 lines
282 B
Text
LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. 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.
|
|
|
|
WWW: https://github.com/brunoos/luasec
|